can i import data from the old type database system into a flex grid???
Ron
Printable View
can i import data from the old type database system into a flex grid???
Ron
You might want to be a little more explicit about what "old type database system " is and what you are trying to do.
John G
I am using the Type, End Type system. I "Get" each record one at a time and "Put" each record one at a time.
Incident.Name = Name$
put #1, 1, Incident
get #1, 1, Incident
DisPlayName$ = trim(incident.name$)
As far as you can read record from the database you can put anything into flexgrid
Iouri Boutchkine
[email protected]