getRecordsAsProlplist
Gunnar Swan
GunnarSwan at PracticeToPass.com
Mon Mar 17 11:25:00 CST 2003
Possible ...
Field and Text members store strings.
Are you converting to an integer or a float before storing in the database ???
x = member("Hi There").text.float
x = member("Bye").text.integer
setField("SomeField, x)
You have to cast the data from text to either float or integer to store data in a numeric field.
I suspect the data is NOT even in the database, and this is why no data comes out.
Gunnar
More information about the Valentina
mailing list