Hi All,
I have a control app that has one dropdown box which displays a number of rows based on “dates from and to” This data is from a table, and displays in the dropdown list perfectly fine, except that I want the drop down list to initially display a specific row based on todays date. It always starts with the first record, and not the one I want to display.
I have some code in the application init event that locates the id number of the record, but I cannot seem to get the dropdown list to display this row.
I allocated the id number (integer) to a variable and noted this variable in the initial value field. The single field in the window is an integer, set to select, so the field can use an automatic lookup the records. I need all the records to be available, I just want the window to display one specific one on startup of the app.
I am probably just missing one small thing but I cannot seem to locate it.
Any suggestions?