CodeChargeMVP
Posts: 473
|
| Posted: 02/18/2011, 12:58 AM |
|
Hi,
The scenario is a normal record form on the top and a grid on the bottom,
When I add a new object to the grid, the html code comes corrupt this way,
This is the normal html top code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>DGPOLDE - Informante</title>
<meta name="GENERATOR" content="CodeCharge Studio 4.1.00.027">
<link rel="stylesheet" type="text/css" href="../../Styles/Compact/Style_doctype.css">
<script language="JavaScript" type="text/javascript">
And this is the html code when it has come corrupt:
<!ccsdoctype html public "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>DGPOLDE - Informante</title>
<style needdelete>td {border-style:dotted;border-width:1px;border-color:#aaaaaa;} table {border-style:dashed;border-width:1px;border-color:#aaaaaa;}</style>
<meta name="GENERATOR" content="CodeCharge Studio 4.1.00.027" ccsserviceable="true">
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type" ccsserviceable="true">
<link rel="stylesheet" type="text/css" href="../../Styles/Compact/Style_doctype.css" ccsserviceable="true">
Furthermore that line ccsserviceable appear at the end of every object.
Then When I back to the design view, the record is out of the red and if I try to put it back again,
the operation button won�t work anymore and javascript code doesn�t work.
�Any suggestion to resolve this mess?
Thank you very much in advance.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
damian
Posts: 838
|
| Posted: 02/18/2011, 3:49 AM |
|
delete the page, start again. if it takes you more than 10mins to trouleshoot a builder issue you are probably wasting your time. there is something in the code that the builder cant handle and it just keeps creating garbage.
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
datadoit
|
| Posted: 02/18/2011, 7:22 AM |
|
Definitely contact support on this. I experienced the same problem, and
support fixed and provided a patch.
Be very specific in your request... version number, steps to recreate, etc.
|
|
|
 |
CodeChargeMVP
Posts: 473
|
| Posted: 02/21/2011, 12:38 AM |
|
Quote datadoit:
Definitely contact support on this. I experienced the same problem, and
support fixed and provided a patch.
Be very specific in your request... version number, steps to recreate, etc.
Ok,I´ll do that,I hope than they be able to resolve it.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
CodeChargeMVP
Posts: 473
|
| Posted: 03/03/2011, 3:39 AM |
|
The issue has been resolved, the garbage code was generated cause a mistake on the html view, one </span> before a </td> ... I´ll be carefoully on my html code.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
datadoit
|
| Posted: 03/03/2011, 5:24 AM |
|
If it makes you feel any better I ran into the exact same issue a few
months back ... a rogue </span> tag. It causes mad crazy reactions from
CCS.
|
|
|
 |
CodeChargeMVP
Posts: 473
|
| Posted: 03/14/2011, 9:44 AM |
|
If you experienced that also, that means I´m not doing so bad 
Quote datadoit:
If it makes you feel any better I ran into the exact same issue a few
months back ... a rogue </span> tag. It causes mad crazy reactions from
CCS.
_________________
Best Regards
Entrepeneur | NT Consultant
|
 |
 |
|