Ok - now that I've got menus working I can continue on with my application.
I'm going to need tables created when the application is installed (via chunk). Reading up on this - the best way to do this is with triggers. I found the example script at winthropdc.com under the "Dexterity FAQ Articles" section of the training page. I've added my table to a Table Group as the top of that example said, but the table still doesn't get created - causing the Grant access procedure to fail.
I have a feeling it has to do with the following line found at the top of that example:
"If you are using Series 3rd party, you must also create entries in the SY_Pathnames table to ensure that the new tables are created in the correct datbases."
Could you elaborate on how to do that Dave - as someone installing this wouldn't have it entered into that table before hand?
The second thing is I'm trying to create an alternate SOP_Entry window. Mainly I'm trying to add fields to the Scrolling Window. These fields are from tables already attached to the form and I can't seem to get them to populate correctly - namely Qty On Hand from the table IV_Item_MSTR_QTY, it always shows 0 when I know that is not the true value. I'm pretty sure I've got to attach a script (via trigger) to one or more LINE_FOCUS events, but I'm not sure on the process for this either.
Any ideas?
I'm going to need tables created when the application is installed (via chunk). Reading up on this - the best way to do this is with triggers. I found the example script at winthropdc.com under the "Dexterity FAQ Articles" section of the training page. I've added my table to a Table Group as the top of that example said, but the table still doesn't get created - causing the Grant access procedure to fail.
I have a feeling it has to do with the following line found at the top of that example:
"If you are using Series 3rd party, you must also create entries in the SY_Pathnames table to ensure that the new tables are created in the correct datbases."
Could you elaborate on how to do that Dave - as someone installing this wouldn't have it entered into that table before hand?
The second thing is I'm trying to create an alternate SOP_Entry window. Mainly I'm trying to add fields to the Scrolling Window. These fields are from tables already attached to the form and I can't seem to get them to populate correctly - namely Qty On Hand from the table IV_Item_MSTR_QTY, it always shows 0 when I know that is not the true value. I'm pretty sure I've got to attach a script (via trigger) to one or more LINE_FOCUS events, but I'm not sure on the process for this either.
Any ideas?