robsuttonjr
MIS
I have hundreds of textbox's that I want to set the values on the fly from a table. I tried the following be get and error saying, "ThisForm can only be used within a method":
SELECT citemjuliancount_final
SCAN
execscript("thisform.pgfInv.pagsummary.cntleft.cntwhites."+Columntxtname+".value='"+itemname+"'")
endscan
How can I dynamically set hundreds of textbox's from data in a table which has the textbox name and value stored in it?
Regards,
Rob
SELECT citemjuliancount_final
SCAN
execscript("thisform.pgfInv.pagsummary.cntleft.cntwhites."+Columntxtname+".value='"+itemname+"'")
endscan
How can I dynamically set hundreds of textbox's from data in a table which has the textbox name and value stored in it?
Regards,
Rob