Write data in ClientDataset

edited 2:02AM in FastScript
Hi

I'm now testing FastScript and I have a doubt:

I have a Delphi form with 1 ClientDataset, 1 DBGrid and 1 TfsScript.
The script code needs to read a file and write in the dataset.
The reading of the file, the TfsScript is already doing correctly.
But how I do to write the data in my ClientDataset?

TIA,

Rafael Garcia

Comments

  • edited 2:02AM
    FastScript does not know about TClientDataset. In order to work with it you should add it to fsGlobalUnit (see manual how to add a class with methods and properties)

Leave a Comment