changing from a table to a datagrid
Posted: Wed Aug 24, 2011 1:43 am
I have a table set up and want to switch to a datagrid. I have a filter set up in a field for my current table:
filter field "info" with "*" & field "First" & "*"& tab & "*"
that works great.
When I change to a datagrid with the same name and try this code to filter:
filter group "info" with "*" & field "First" & "*"& tab & "*"
it doesn't work. What am I doing wrong?
filter field "info" with "*" & field "First" & "*"& tab & "*"
that works great.
When I change to a datagrid with the same name and try this code to filter:
filter group "info" with "*" & field "First" & "*"& tab & "*"
it doesn't work. What am I doing wrong?