hello,
i have a form with a grid
RecordSourceType = alias
RecordSource = sResults
i populate it during runtime from an sql statement
SELECT blah blah blah INTO CURSOR sResults
I get my data into the grid.
but whatever changes i make to the grid column titles and width during design are ignored.
i can only change that during runtime.
is there a way to keep that changes i make during design?
thank you
i have a form with a grid
RecordSourceType = alias
RecordSource = sResults
i populate it during runtime from an sql statement
SELECT blah blah blah INTO CURSOR sResults
I get my data into the grid.
but whatever changes i make to the grid column titles and width during design are ignored.
i can only change that during runtime.
is there a way to keep that changes i make during design?
thank you