How do I determine if a specific column exist in a DG. In other word search for a column by header name.
Here's kinda what I want to accomplish:
Thanks,if there is a column theColumn then
do some stuff
else
do some different stuff
end if
Tom
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Thanks,if there is a column theColumn then
do some stuff
else
do some different stuff
end if
this is Livecode, get used to it!quailcreek wrote:I didn't think it would be that simple.
Touché!quailcreek wrote:But remember, where talking DataGrids here.