Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Invoking callserver multiple time..
sasikumarg
Hi,
In my DCT I am having two fields..
1. First Name == text fileld
2. SurName == text field
I have used OnItemChange event handler for both of the items...so whenever there is a change is any of the filed my cgi will post back the value in the text filed.say for example
If I edit the text field "First Name" and on changing to next item the call server has invoked and the text field will be get appended by text returning from the cgi "changed by so and so user ..in . local time" .
Am invoking the same cgi for both of the fields.(First Name and Surname).
so when I am editing the fields randomly,call servers are not working properly because it doesn't have control...
How should I control the call server If am editing the fields multiple times...
Many Thanks
~Sasi
Find more posts tagged with
Comments
ISCBorisB
How should I control the call server If am editing the fields multiple times
You *seem* to have problems re-synchronising multiple asynchronous callServer executions. You either do not do it
correctly or perhaps do not do it at all. See if
that
may help.