Jump to content

Recommended Posts

Posted

Hi.

If I add this code in Form event OnBeforeShow I see drop dawn list with db data in UniDBLookupComboBox. All good:

//OnBeforeShow FDQuery1 SELEST SQL
UniMainModule()->FDQuery1->Active = false;
UniMainModule()->ClientDataSet1->Active = false;
UniMainModule()->FDQuery1->ParamByName(L"IDORG")->AsInteger = 14;
UniMainModule()->FDQuery1->Active = true;
UniMainModule()->ClientDataSet1->Active = true;

If I delete this code from OnBeforeShow and copy in Button event OnClick then make Click my UniDBLookupComboBox is empty.

Why?

 

 

 

 

 

Posted

Have you tried to move all those objects in the form?

 

Sorry, I did not understand. What do you mean?

Button and UniDBLookupComboBox located on form.

Posted
I'm having this same problem using TUniDBLookupComboBox

the button to open the list, and not displayed after opening the query is inactive without the button.

only works if you put the code in the open show of form.

it worked in previous versions.

 

I use the profisisonal version 0.99.10.1172
Posted

Sorry, I did not understand. What do you mean?

Button and UniDBLookupComboBox located on form.

Try to move Query and Session in the form, and see what happens

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...