DaDaBIK tutorial (OLD), first episode, create a PHP MySQL CRUD front-end without coding




This tutorial refers to DaDaBIK 4 and it is quite old, see the most recent tutorial, related to DaDaBK 8 Lerici, here https://youtu.be/TXraN_5extw *** This is the first …

Original source


24 responses to “DaDaBIK tutorial (OLD), first episode, create a PHP MySQL CRUD front-end without coding”

  1. So basically in D you need a cascade listobx that, according to the value in bankRef, change giving in the Nameid listbox just the names of the people related to that bankRak. If I have well understood, no, this on-the-fly cascade listboxes at the moment are not supported.

  2. I want to record payments made by club members. Payments are automatically paid into bank. Every month I get a statement with individual amounts and references. Some of the payment are for more than one member. So table A has bank ref, B has member names and foreign key to A. C records the bank transaction (bank ref, date, amount) and this is the tricky part, when I enter a bank ref in C I then need a list of related names to enter into table D (bankRef, NameId, amount).

  3. I have a database with 4 tables, let's call them A, B, C, D. A has a 1 to many (1-n) with B, C (1-n) D, A (1-n) C, and B (1-n) D. So A and B already have data in them. I need to insert new data into C and D on a single form. 'A' would provide a list box for C and then I need a list box for D that would use my selection from C to grab a list from B. I hope this makes sense and if it does will dadabik handle this. Thanks.

  4. Hello alfasessanta,
    that is not how licensing legally work. If you own the copyright of the code, you can release under as many different licenses as you want. Furthermore, software released under a GPL license can also be sold (pay download).

  5. Eugenio, your work is excellent, but why did you deleted ALL the old, free versions from sourceforge? Do you realise that, if you are using a SINGLE line from your old code (Which you released under GNU license back then) on your new, paid only versions (>4.4) you are obliged to release the source code and provide free downloads, otherwise you will be violating that very GNU license you agreed and enforced yourself in the past?

  6. Ciao e grazie per i complimenti, Virginio.
    I campi calcolati per ora non ci sono ma sono nella to do list e potrebbero gia' essere disponibili dalla prossima versione visto che me li hanno gia' richiesti parecchie volte.
    Per ora si puo' sopperire a questa mancanza usando una stored procedure o una vista lato DB.

  7. Fanstastic!! It will be an excelent tool. I've a question about next releases. It would be possible "several combos select" for foreign keys? I mean, in this example.. artist table has several 'names' and every name another field 'Country' for example.. ANd i need to choose 'Amanda' from 'Switzerland' and not 'Amanda' from 'Kenya'. I hope you understand me, my english is very bad. Thanks.

Leave a Reply