redzombi5k
Programmer
Hello everyone,
I have a issue that im sure if i explain properly has a very simple solution, but its kicking my butt!
I have a simple form with 4 textboxes, an edit box that are all control sourced to the same free table, there is also a list box with a rowsource(same table). For some unknown to me reason, when i change from one textbox to another one or from a text box to the edit box everything except the listbox goes gray (disabled). Now it does not always do this from one box to the next, I have not figured the exact pattern here, seems somewhat inconsistent.
Anyway i placed a button on my form with the code "thisform.refresh()" only, and this reenables all controls with the proper values in them and everything, another way to reenable these is to click on another row in the listbox.This is a rather irritating bug, and i was hoping you might be able to point me in the direction of a fix.
Thanks!
I have a issue that im sure if i explain properly has a very simple solution, but its kicking my butt!
I have a simple form with 4 textboxes, an edit box that are all control sourced to the same free table, there is also a list box with a rowsource(same table). For some unknown to me reason, when i change from one textbox to another one or from a text box to the edit box everything except the listbox goes gray (disabled). Now it does not always do this from one box to the next, I have not figured the exact pattern here, seems somewhat inconsistent.
Anyway i placed a button on my form with the code "thisform.refresh()" only, and this reenables all controls with the proper values in them and everything, another way to reenable these is to click on another row in the listbox.This is a rather irritating bug, and i was hoping you might be able to point me in the direction of a fix.
Thanks!