We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi bro ,
been quite sometimes since i reported anything :) anyways , i tried to use the ShowDropDown and it doesnt seem to be working as intended
here is the used code:
Dim qrydropdown As String 'qrydropdown = "SELECT Items.Id, Items.[Item_name] FROM Items ;" Dim tst gDll.Toast "you've selected: " & gDll.ShowDropDown("Application Title", "Please select an item to continue", dataSource:=qrydropdown, isRawSql:=True, boundColumn:=2, ColumnWidths:=Array(50, 50), themeColour:="#456995", themeForeColour:="#ffffff", doneButtonCaption:="Continue")
and here is a screen shot of the result
3/ selection color is always green and it can't be changed so far
Ty for your all the work put into this. Best Regards
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi bro ,
been quite sometimes since i reported anything :)
anyways , i tried to use the ShowDropDown and it doesnt seem to be working as intended
here is the used code:
and here is a screen shot of the result
3/ selection color is always green and it can't be changed so far
Ty for your all the work put into this.
Best Regards
The text was updated successfully, but these errors were encountered: