Page 1 of 1

Create Virtual Table from TmyTable

Posted: Sat 29 Dec 2007 06:20
by eldonfsr
I Try to doing such but i dont get, I want create a virtual table for use that when i make screen capture the information from user, because when i put TmCustom->Insert() the table the record i locked and also when i make a edite rcord so i think if can make a virtual table with definition of fields that let me insert and edit values and after make that send that information to mytable and keep that information.... is possible..


best, regards...
Fernando

Posted: Mon 31 Dec 2007 19:15
by swierzbicki
Hi Fernando,

You can use the TvirtualTable component (an "in memory" table) and then the TCRBatchmove component to update data to a "real' table