Hi,
I have this datawindow
with 4 "fixed data rows".
Does anyone know if there's a way to manipulate these fixed rows with Modiy() or Describe()?
I want to allow a user to create a sort of a template and drag field-names on columns in a datawindow and after that save that "normal" row as a "fixed" row. That way, if I export the syntax of the dw and store it in a DB, I don't need to store also the fieldnames seperately in some table.
I know I can just do a describe of the datawindow syntax and then search for any existing "Data( ...." and add my rows to it (values separated by commas !) but modify and describe would make much more sense.
Cheers
MiguelL