Hello,
In my application, I was inserting records into a table using Java SQL, but now I 
decided to make full use of ND studio and tried to it through the DO Insert.  And
then everything stopped working.

First of all, I'm clicking the button "Insert" and the DO inserts everything into the 
table 
but the "Date" field (the date field is set up automatically from the Session Object). 
 
Second, on the previous page, I set up some Session Objects which are called later.  
And now the data from the Session Objects does not appear on the later page anymore, 
even though it worked fine without the DO Insert (I can't imagine how one affects the 
other, but...).  

And, also on the next page, another DO "ViewResults" is supposed to pick up and 
display the values inserted by the DO "Insert".  And this DO ViewResults doesn't 
display anything (and it worked fine before I set up this DO "Insert").  Did anybody 
ever encounter a similar problem?  Is there any special code that I should use with
the DO Insert?  

By the way, I'm using ND4 and in the Insert_onWebEvent I'm writing:
int command = PROCEED;
CSpInsert doTextArticle = (CSpInsert) CSpider.getDataObject ("doTextArticle");
doTextArticle.execute();
command = doAction(event);              
return(command);


Your help will be really appreciated,
Thanks,
Rimma
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to