Mixed form input June 04, 2019, 03:16:11 PM Hello, Im licensed now, wanna know how can i do a mixed form inputfor exampleTable ordersAdd new order Record # 109109 Customer: Listview -------------> Customer table choose Service: Listview --------------- > Service table chooserNeed know how can i handle the listview to add data from other tables.Thanks in advance Quote Selected
Re: Mixed form input Reply #1 – June 05, 2019, 12:56:08 PM @ocalle your question is not clear enough, can you make it a little bit clearer so that i can assist you. Quote Selected
Re: Mixed form input Reply #2 – June 06, 2019, 01:21:32 PM Hello, sorry I speak Spanish, what I need to do is a page that works like a loading form in a table. Taking data from the table customers for example customer name, from the table services select a service and complete more manual data. All this information load it in a new table called for example news. Quote Selected
Re: Mixed form input Reply #3 – June 14, 2019, 05:52:23 PM @ocalle while trying to solve your issue i ran into a problem with my phprad, will update the forum when i resolve it. Quote Selected
Re: Mixed form input Reply #4 – June 16, 2019, 02:43:23 AM Would some thing like this work for you ?LinkMike Quote Selected
Re: Mixed form input Reply #5 – June 17, 2019, 01:54:48 PM Are you talking about a 'lookup field'?Suppose you have a data table 'customers'. Those customers have a property: nationality . To have users make similar choices, we can use a select with certain values as index and a description as text. I want to store an integer only, so not the text, in the customer table field nationality. I create another table: nationalities. There i store an ID and a descrpition. In the add and edit customer pages, i want the select filled with the index/value from the table nationality. In the other customer pages i want to see only the text, not the index.EG both 'php generator for mysql' and 'Code Charge Studio' have a standard field option called 'Lookup field'.How can we do this in PHP Rad? Quote Selected
Re: Mixed form input Reply #6 – June 18, 2019, 07:46:26 PM Quote from: ocalle – June 04, 2019, 03:16:11 PMHello, Im licensed now, wanna know how can i do a mixed form input hello I 5ink you are looking for lookup tables,go to the table you want to make a lookup table, that will be on the pages meny , click on add page and click on the table you want to lookup ,in that way,you can click on select and select datalistsource and set it up....for a better graphic view go to YouTube and search for wahome mutahi100 channel, you will see a but on how to do thatfor exampleTable ordersAdd new order Record # 109109 Customer: Listview -------------> Customer table choose Service: Listview --------------- > Service table chooserNeed know how can i handle the listview to add data from other tables.Thanks in advance Quote Selected