PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → requery a windev made combo box
requery a windev made combo box
Débuté par Christine schokkaert, 04 jan. 2005 15:21 - 1 réponse
Posté le 04 janvier 2005 - 15:21
I want to re-initialise a combo box everytime i come in the "entry of " event . It is a combo box based on a file. The combobox has 2 columns (table radio button).
Because the combobox is made with the windev tools no code is seen in the initialisation section of the combobox.
I want to requery the combobox (because in the main time a new item can be added).
Is there any possibility to use the initialisation code . Or do we have to write own code to requery the combo box ?
Or is there a combobox..requery statement...
Posté le 04 janvier 2005 - 15:53
I found it ::
ListDisplay(caCountryID,taCurrentFirst)
Christine

I want to re-initialise a combo box everytime i come in the "entry of " event . It is a combo box based on a file. The combobox has 2 columns (table radio button).
Because the combobox is made with the windev tools no code is seen in the initialisation section of the combobox.
I want to requery the combobox (because in the main time a new item can be added).
Is there any possibility to use the initialisation code . Or do we have to write own code to requery the combo box ?
Or is there a combobox..requery statement...