mfauzi
Posts: 14
|
| Posted: 08/22/2006, 9:02 PM |
|
I am using ccs 4.0.12.
I built grid and form using grid and form builder. The form has cancel button. The issue is with cancel button. Clicking cancel button does not initialize the form. even if I use remove parameters properties, it does not initialize the form.
If I use a hyperlink with remove parameters, the form is initialize
Any help is appreciated.
regards
|
 |
 |
DonB
|
| Posted: 08/25/2006, 6:41 AM |
|
I suspect you've violated the terms of your NonDisclosure Agreement for CCS
4 by making this post 
Does your cancel button actually 'submit' the form? If you put a Server On
Click event on the button, does the event execute? (You can test that by
putting this in the event function:
print "event has fired"
response.end
If you do not see the message, the event did not fire, indicating there is a
problem with the button. Further insertion of the above two statements
elsewhere in the code should help isolate the problem source. Sometimes,
just deleting the control (Button) and adding a new one will resolve such
problems.
--
DonB
http://www.gotodon.com/ccbth
"mfauzi" <mfauzi@forum.codecharge> wrote in message
news:644ebd3426e160@news.codecharge.com...
> I am using ccs 4.0.12.
> I built grid and form using grid and form builder. The form has cancel
button.
> The issue is with cancel button. Clicking cancel button does not
initialize the
> form. even if I use remove parameters properties, it does not initialize
the
> form.
> If I use a hyperlink with remove parameters, the form is initialize
>
>
> Any help is appreciated.
> regards
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
mfauzim
|
| Posted: 08/25/2006, 9:44 PM |
|
Yes, I've tried but still cannot work. I produce the form using the grid/form builder and using image button. In fact all other forms also having same problem.
Any comment from Yes
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 08/25/2006, 11:41 PM |
|
This is a user forum, but feel free to contact YesSoftware at http://support.yessoftware.com.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
wkempees
Posts: 1679
|
| Posted: 08/26/2006, 4:30 AM |
|
The RecordBuilder has the Cancel Button in it's options, check it and Cancel will be on the record form and functional.
So, generate a dummy RecordForm, take a look an copy it from there.
I used to copy the Submit, and change all it's properties to default available Cancel settings.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|