Hi all,
I was wondering if someone could help me with this problem (using Active4d
3.0 on 4D 2004 and running MacOS X.4)
I'm trying to write a function to query an "random" table that is passed
to an method as a string;
method "sample"($tablename;$fieldname)
ALL RECORDS( ...table... )
while(not(end selection( ...table... )))
writebr("Hi " + ...table...field...)
NEXT RECORD( ...table... )
end while
end method
I've tried this using the functions "get field number" (a4d manual page
143) and "get field pointer" (on the same page), but it stops on ALL
RECORDS since it must contain a table.
Hope someone can help me with this.
Yours sincerely,
Michael Zandstra.
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/