
Obonye
Forum Replies Created
-
It is a datagrid to insert cities and then assign their countries
-
Okay. I am well guided. I will check the lib. Thank you Sir.
-
The country column in the datagrid object $columnpicklist is assigned iPickList. iPickList is merged with iCountryList after a search from iContinentList. If you check the content of iPickList, it has data but will not display in the country column. The datagrid is an insert data so no existing data to load from cities.
-
This reply was modified 1 year, 3 months ago by
Obonye Mato.
-
This reply was modified 1 year, 3 months ago by
-
I’m also not sure you have understood what I want to achieve. I have attached a simple lib to show you. It is remaining a very simple step. It is not complex.
-
I’m using version 31896 on web. This lib will not run.
-
I have created two lists. I have searched the original list that I created in the $construct and merged it with the second list (This search is not done in the construct because I want the user to select the table that will determine which columns to search). The data is populated nicely. If I assign the columnpicklist property to the second list, it does not display the data. But if I assign the columnpicklist to the original list created in the construct, the data is displayed.
-
I have a list of tables(parent) and columns(child). I wish to display the columns list as a $columnpicklist depending on the table that is selected.
-
The $dataname is defined as shown
-
The other js windows are opening fine. Only this one window pops an error.
-
I’m still crawling in O$10.31896. I sure will upgrade when I mature upwards.
-
The droplist adds data at $construct. If I check the iDataList variable, it has the new data loaded but it won’t display in the datagrid property $columnpicklist assigned iDataList if I rebuild the list in the $buildList method created in the dataGrid object.
-
This reply was modified 1 year, 3 months ago by
Obonye Mato.
-
This reply was modified 1 year, 3 months ago by
-
I hope this does not mean I cannot be helped with this droplist in a datagrid.
-
Oh! You are right. The droplist is not in the sample library. I did amend it to include the columnpicklist.
-
Oh yes. It has loaded the data successfully after following your instructions double-qoutes. Very helpful @andreas-pfeiffer Thank you.
-
How do I construct the sql select from statement? Will I need to prefix the table name with the schema name? and is the prefix name concrete in double quotes?