szenczi
Posts: 67
|
| Posted: 08/22/2008, 12:33 AM |
|
Hi,
For some time past in one of my complex page, if I make a new field or change some field property (for example required parameter), the code doesn't change. The object is present in designer mode but doesn't appear in code mode. If I insert it manually I got an error message, that the object is missing.
What can I do with the page now?
Norbert
_________________
CCS5.1, PhP, MySQL |
 |
 |
wkempees
Posts: 1679
|
| Posted: 08/22/2008, 12:55 AM |
|
MB: Have you contacted http://support.yessoftware.com.
_________________
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
|
 |
 |
Oper
Posts: 1195
|
| Posted: 08/23/2008, 7:24 AM |
|
Quote szenczi:
Hi,
For some time past in one of my complex page, if I make a new field or change some field property (for example required parameter), the code doesn't change. The object is present in designer mode but doesn't appear in code mode. If I insert it manually I got an error message, that the object is missing.
What can I do with the page now?
Norbert
normaly this happend when you manualy changed core script (grey Part) on your code.
if that not the case follow W. suggestion
_________________
____________________________
http://www.7bz.com (Free CMS,CRM Developed in CCS)
http://www.PremiumWebTemplate.com
Affiliation Web Site Templates
Please do backup first |
 |
 |
dennisb
Posts: 6
|
| Posted: 08/25/2008, 6:41 PM |
|
I have had the same problem, and been in touch with support. Probably tomorrow I will zipping and sending them a large project I have been working on to see if they can help. The problem you describe in my case is especially notable in listboxes. For example, I have may have a number of listboxes on a form in use for some time. Then if I go back to add another listbox, whether based on a table of lsit of values, the other listboxes work, the ones created earlier but the new listbox doesn't show values from the table of list. So far only thing I have been able to do is recreate the form from scratch, adding the new listbox then works.
|
 |
 |
szenczi
Posts: 67
|
| Posted: 08/26/2008, 12:21 AM |
|
The problem was that the original code (generated by CCS) went to 'locked' mode. As the support line suggested, in this case delete your pagename.php file and regenerate it.
Norbert
_________________
CCS5.1, PhP, MySQL |
 |
 |
dennisb
Posts: 6
|
| Posted: 08/26/2008, 4:35 AM |
|
I wonder if I will be told the same solution - I am using .asp pages. Having to regenerate the pages doesn't seem to be the best solution. What is causing the pages to go into "locked" mode? I have had to regenerate pages in order to make modification, but didn't realize this was the "resolution". I will send my project and database to support and see if I get the same resolution.
|
 |
 |
szenczi
Posts: 67
|
| Posted: 08/26/2008, 6:23 AM |
|
I copy the relevant part of the support line's message:
[...]
"Such issue can happen only when the generated code was modified, because by modifying the generated code you are making decision to lock it and not allow CodeCharge Studio to make any other changes."
[...]
So, never modify the generated code!
Norbert
_________________
CCS5.1, PhP, MySQL |
 |
 |
datadoit
|
| Posted: 08/26/2008, 10:33 AM |
|
You always want to try to stay out of the gray area in all aspects of
your life. ;)
|
|
|
 |
|