Congratulations with one of the few code generators that does what it promises. The only problem appears to be my missing ASP-skills, why I am asking for your help.
For purposes of transfering field values from one program to another, I want to use session variables, e.g. to set the value of field J with the value of E, so I can enter the session variable as the default value for the field when defining the detail table.
Assume the standard generated pages based on these two tables:
Master with these fields: KeyA, B, C, D and E
Detail with these fields: KeyA, KeyF, G, H, I and J
Where would be the optimal section in the generated code to set the session variables for each of the fields in the master table. Furthermore, could you also provide code examples:
- in the master_edit
- in the master_view
- when the user presses the Link to the detail table in master_list
Is it possible to set the variables in an include file to avoid post-modification of the generated pages?
Thanks in advance
Torben