O$: Remove columns from a row
Christine Penner
christine at ingenioussoftware.com
Tue Apr 14 13:29:52 EDT 2009
I have a row variable that is defined from an sql class. I want to
remove a column from it. I don't care that it wont be connected to a
table class anymore. This is what I was doing.
Do pRow.$cols.$findname('FF_DRIVER') Returns ref ;; This gives me a
valid ref to the column
Do pRow.$cols.$remove(ref) ;; This does nothing
Anyone have any ideas why it's not working?
Thanks
Christine
More information about the omnisdev-en
mailing list