Dialog Designer - String Grid - with database
view only .CSV .... can with database ?
Thanks
Dialog Designer - String Grid - with database
Moderators: Dorian (MJT support), JRL
Re: Dialog Designer - String Grid - with database
StringGrid only accepts a CSV format.
I use SQLtoCSV found HERE to query my data and save it to a CSV formatted text file. Then in the Macro you would use ReadFile> to save the file as a variable, Then use SetDialogProperties> to put the variable into the StringGrid.
I use SQLtoCSV found HERE to query my data and save it to a CSV formatted text file. Then in the Macro you would use ReadFile> to save the file as a variable, Then use SetDialogProperties> to put the variable into the StringGrid.