I forgot to send a screenshot of the code, please find herewith.
Dear surfvite, Thanks for your reply on my question I'd make a little test program with your recommandations and that is working. The loadComponentListFromTable function is a function in the form, created by the wizard. Filling the combobox with the earlier selected data is only working after the procedure csSimple and then csDropdown. Regards, Jan
Combobox difference in newer versions of nsbase
Dear all, In my application there are a few actions in progress after pressing the button all the actions are done well To inform the user what the programm is doing, I want to show this in a label on the screen self.setProperty('lblVoortgang.caption','Busy with step 1....') program do the first step self.setProperty('lblVoortgang.caption','Busy with step 2....') program do the second step self.setProperty('lblVoortgang.caption','Busy with step 3....') program do the third step etc. Problem is: the...
Can not remove dateTimePicker from form
Dear surfvite, the scenario is as follows: rightclick on a table and choose edit the table has two fields: id and Groep1 change the label of the field from Groep1 to Groep1A click on Save then the first pop-up will shown (as mentioned on the word file) after clicking OK, the second pop-up will shown (as mentioned on the word file) after clicking OK, I rightclick on the TAB tblGroepen1 and choose for close finaly I do not confirm saving changes the table will close. this will happen to all of my tables....
Table modification not possible
Dear surfvite, you did a great job, setfocus is working well! thanks for that. kind regards, Jan