Due to missing documentation, we need to ask simple questions
How can I create custom buttons? We need to create a list of database records. user defined buttons shall be used to perform database specific tasks. for example: button 1 fills field 'number' with value '1'. button 2 opens a specific edit page and button 3 does something else with the database.
Ho to insert values into a database field using custom controls? For example: On an edit page, we need to fill a status-code field of a database table with a value. e.g. 0=sunshine 1=rain 2=fog. The user of course dont know the key codes an should select the waeather comforable from a dropdown-list. depending on the dropdown-item, the field of the table is updated with the correspondig value.
I need to enable User roles. so I did the following:
- I created a field called levelname in the user table. the field is varchar(15). - Created an idex called levelname for that table - I set the field in 'roles and permission' - I created 3 roles: Administrator, Guest and User - I filled the field 'levelname' with the userlevel of the correspondig user
When running the app, I get a 'Undefined index: levelname in C:\xampp\htdocs\team-herdecke\config.php on line 101 '
Wht's this?
Unfortunately the documentation is .. (not existent)
Can I use a remote machine as preview host? Asking, as I dont wnt to set up a local db server and webserver. I would prefer to use a dev server in the same network as the workstations.
and
Does the per-developer-license include the installation on more than one machine? i.e. working on a desk and a notebook would be helpful.