Hi there,
I am having trouble with joining multiple forms.
I want to use multiple forms and join them as one form. There is 1 MasterForm and for example 3 Detail Forms.
Using Blocks for my setup:
MasterForm (single dataset/vertical)
DetailForm1 (single dataset/vertical)
DetailForm2 (single dataset/vertical)
DetailForm3 (multiple dataset using editable grid view/horizontal)
And this is what I want:
-
How can I start my Form with no entry at all?
When I remove previous and next buttons he needs the tables key id of my MasterForm, when I keep those buttons I get all datasets that are already in table. I can set tables field for Master “read only” but not for DetailForms. -
How can I set autoincrement for my key in DetailForm when I use a “single dataset” form instead of “editable grid view” for this detail? When I start a new entry detail gets no key id at all. The autoincrement for numbers works only for editable grid view.
I simply want my costumer to hit a button “New Entry” on my page, then redirect him to my empty MasterForm with multiple DetailForms (vertical and only for 1 record or horizontal for multiple records) that appear after entering data for Master…when he’s done editing everything there is a button “Write in Database”…he get’s ask if he really wants to write those data in database or if he wants to edit again…
User says->no…he gets back to his Form and can edit it…
User says->yes…he gets message:“Done”…then returns to my homepage…
I just need some hints because I am lost on this and I haven’t found any good tutorials on this.
Edit: I finally found a hint by chance: Sample Apps in Scriptcase…look for Form_Applications->AJAX->form53 (Orders and Items (1 - N) with AJAX routines)
Using Global Var to pass on key id of first form to the other forms…