I was mistaken in the method. It's not update(document....) it's update(id)
Nuno
Joshua M. Andrews wrote:
Opps, accidently hit sedn hehe. Here ya go..
CustomerType.Class (or Wizard.csp) ---------------------
/// Individual/Business/Etc.. Class IREI.CustomerType Extends %Persistent [ ClassType = persistent, ProcedureBlock ] {
Property AccountType As %String [ Required ];
}
------ END
After the employee answers that question I want it to go on to the next one of:
BizPlanType.Class (or Plan.csp) -------------------
/// Business Internet Access Plans Class IREI.BizAccessPlans Extends %Persistent [ ClassType = persistent, ProcedureBlock ] {
/// What plan they chose. Property BizPlan As %String [ Required ];
}
"Joshua M. Andrews" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Here ya go...
CustomerType.Class ---------------------
"Nuno Canas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Can you post a sample of two classes that you are using ?
Nuno
Joshua M. Andrews wrote:
Nuno:
Can you provide me an example. I'm not understanding what you mean.
Thanks.
Joshua
"Nuno Canas" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]
Joshua, With CSP and DOM you don't even need to go to step 2. You can execute a Method using 'OnChange' in the select TAG. Even you can use an <IFRAME> thet is feeded with an URL and parameters depending in what you have selected in the first select field.
(Cache is Hi-Tech) !! Nuno Joshua M. Andrews wrote:
Sorry ya'll but I'm new to programming and I'm just learning how to
use
Cache/CSP. I really like it and would like to learn more about it
but
I'm
not a very good programming. What would be an example code of how I
can
submit a form and then go on to the next page in the wizard I'm
making?
Example...
Please enter the account type: (This will display a drop-down
listbox
with
their options).
From there I would like them to hit NEXT and when done it will go to
step2.csp in the wizard and save the current information. This is a
wizard
for adding a new customer to the database. Thanks ya'll!
Joshua
