Le 16/01/2018 à 15:48, מיוסט שרון a écrit :
Hello
gambas: 3.10.0
When I click Sort on one of the table columns
It entered the event WebTable_Data
How can I tell which column is pressed on it SORT
You can't directly.
Clicking on a column header updates the SortColumn and SortOrder
propertie
Hello
gambas: 3.10.0
When I click Sort on one of the table columns
It entered the event WebTable_Data
How can I tell which column is pressed on it SORT
--
Check out the vibrant tech community on one of the world's most
e
Le 16/01/2018 à 10:08, מיוסט שרון a écrit :
hello
OS: Fedora 27 64BIT
Gambas: 3.10.0
I have WebForm1
I put on the WebForm1 3 controls of WebButton1 WebComboBox1 WebLabel1
When I press the WebButton1 it fills the combo box at "1" and "2"
When I select from the WebComboBox1 this should put th
hello
OS: Fedora 27 64BIT
Gambas: 3.10.0
I have WebForm1
I put on the WebForm1 3 controls of WebButton1 WebComboBox1 WebLabel1
When I press the WebButton1 it fills the combo box at "1" and "2"
When I select from the WebComboBox1 this should put the value within the
WebLabel1 value
that I sel