SiCranmer
|
| Posted: 07/10/2002, 2:44 PM |
|
Please can anyone tell me how to put code into the section
//-------------------------------
// vehicle_basic_details ShowEdit Event begin
// vehicle_basic_details ShowEdit Event end
//-------------------------------
I am using 2.0.5 & PHP and on a record type form.
TA
Si.
|
|
|
 |
Chris K.
|
| Posted: 07/10/2002, 3:31 PM |
|
Are you modifying pregenerated project? Not using CCS? put event code between those lines:
//-------------------------------
// vehicle_basic_details ShowEdit Event begin
event code goes here
// vehicle_basic_details ShowEdit Event end
//-------------------------------
|
|
|
 |
SiCranmer
|
| Posted: 07/11/2002, 12:54 AM |
|
Yeh, I understand I can code after the project has been built, but so far I am 90% of the way through and managed to overcome ALL problems, kepping the coding inside the CC project. I was actualy wondering where/if this event was supposed to be selectable from somewhere within the project and I was missing it.
Si.
|
|
|
 |
Nicole
|
| Posted: 07/12/2002, 5:54 AM |
|
Hello,
to create event open form properties/Events tab and select Before Show Update event
|
|
|
 |