Click to See Complete Forum and Search --> : Flexgrid


rockinron
May 2nd, 2001, 09:57 PM
can i import data from the old type database system into a flex grid???


Ron

John G Duffy
May 3rd, 2001, 09:33 AM
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

rockinron
May 3rd, 2001, 10:27 AM
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$)

Iouri
May 3rd, 2001, 11:36 AM
As far as you can read record from the database you can put anything into flexgrid

Iouri Boutchkine
iouri@hotsheet.com