Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - wurzelsepp1

1
Questions / Howto: buttons and dropboxes
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.

Every day tasks, I think :)
2
Bugs / tooltip disabling buttons
New day, new bug:

On a database list-page, the buttons are covered by a tooltip. so the user cannot use the buttons.

could you repair that, so that we can continue testing?

3
Bugs / User roles / causing error 'unkown index'
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) ;)

Best,
Alex
4
Questions / Preview Server and multiple installtions
Following presales question:

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.

Thanks,
Alex