Dialog Designer - String Grid - with database

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
jrosales
Newbie
Posts: 8
Joined: Tue Aug 02, 2016 5:34 pm

Dialog Designer - String Grid - with database

Post by jrosales » Fri Oct 23, 2020 10:00 pm

Dialog Designer - String Grid - with database

view only .CSV .... can with database ?

Thanks

User avatar
JRL
Automation Wizard
Posts: 3497
Joined: Mon Jan 10, 2005 6:22 pm
Location: Iowa

Re: Dialog Designer - String Grid - with database

Post by JRL » Mon Oct 26, 2020 1:40 pm

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.

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts