Search results

  1. mrisse

    how to disable internet requests or use proxy settings from php env

    Hello, I run a dadabik application on LAN, access to internet is only possible via proxy. Unfortunately the application seems to "phone home" when logging in. I did not find the in the code because of ioncube, anyway the PHP env variables are apparently not taken into account, the proxy does not...
  2. mrisse

    limit length of fields in result view?

    Hi, some fields in my table can contain a lot of text (varchar(4000)). Is it possible to limit the number of shown characters per field in the overview/result view? so that I only see the complete content when I am in the detail or edit view of a single entry? Best, Marc
  3. mrisse

    Update/insert-Notification

    Hi, is it possible to modify the subject and body of the update/insert e-mail notification? Best Marc
  4. mrisse

    [solved] dynamic insert form on input value

    Hello, I didn't get the function dadabik_display_required_ to work. I record security events. these can be different, e.g. phishing, virus or ddos. if i select virus, another input field should appear, in which i have to enter the name of the virus. If i select ddos, a field with affected ip...
  5. mrisse

    Form preview

    Hello, I like the form preview feature! But one thing is missing: is it possible to display the position-number of the elements (e.g. tooltip on mouse-over)? When I change the order of an element on the form, I have to look on which position the surrounding elemants are. It would help me a...
  6. mrisse

    Position (order) of Elements

    Hi, I have a huge table, but the forms generator only supports up to 53 positions (order). Each element behind 53 will get Position 1 after config changes. I managed it by editing order_form_field. But now I have to change some settings via web (forms configuration). How can I have more...
  7. mrisse

    subform / insert items

    Hi, I didn't get how subforms are working. my challenge: I need a form to create orders. it should be possible to add one or more items to the order. Example: a cake bakery: order no: 123 customer no: 456 date: 01.01.11 the items: cake1: - type: strawberry-cake, - size: 24cm -...
  8. mrisse

    Data from referenced table

    Hi, maybe it's in the documentation and my English skills are too low or my brain is just too busy: I have a table with customer data. Another table with orders. When I create an order, I use "select_single" with Lookup to get the customer name from the customer table. Under "Lookup table...
  9. mrisse

    PDF Template

    Where can I find the standard pdf templates? I want to copy it because i only need some little changes without re-inventing the wheel ;-) Best, Marc
  10. mrisse

    How to add Button with Mail-Function to Detail-Page

    Hi, I want to add a custom button on detail page to send an auto-generated email to the customer. I don't know how to start without creating a complete new template. Some tipps or examples are welcome ;-) Best, Marc
Top