Search results

  1. P

    Select Single Problem and a date question

    Re: select_single: If you want to allow other choices, you need to create a table that is just a list of your current choices. You also need to put the name of the table with the list in the field 'primary key table', and the field name in 'primary key field', and 'linked fields'. the...
  2. P

    General order

    I found a way to customize the order in which the tables are displayed without changing php code: 1. Add a field `id` to table `dadabik_table_list`. Assign the id numbers to each table in the order you want them displayed. For example, if you want table `table_1` to be displayed first, assign...
Top