CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 CCS 2.1 create no, or incorrect code

Print topic Send  topic

Author Message
Herbert Heyduck
Posted: 07/21/2003, 3:13 AM

My CCS 2.1120 did not gereate correct ASP-Code.

For Example:

If I put a new field in my grid, it will not show in the browsers view.
If I change the position of a field, sometimes the formfield is not filled.
(maybe some code is missing?)

I f I change the content from text to HTML, CCS did not generate the code
for example:
news_artikel_details.HTML = True

If I had a Memo-Field in my SQLServerDB (ntext/16) it will not show,
until it is not the first or second field in the grid

before I updated CCS from 2.06 to 2.11, none of the above appears.
I reinstalled CCS but with no effect., should I reinstall WinXP?

Has anyone the same problems?
PLease can anyone tell me know want o do?

Herbert Heyduck

DonB
Posted: 07/21/2003, 7:41 AM

You should have version 2.1.1.20. Even at that, the initial release had a
couple issues that were resolved and the kit was re-released. If you
downloaded the new version the first day or two it was available then you
probably need to re-download and remove/install CCS. I had trouble
(apparently) with some beta-code leftovers and had to completely uninstall,
delete Program Files/CodeCharge Studio/*.* and reinstall.

Memo fields may be a problem with certain versions of MDAC kit from
Microsoft. I suggest downloading and installing the latest from Microsoft's
website.

DonB


"Herbert Heyduck" <heyduck@konzerthaus.at> wrote in message
news:bfgec8$rn8$1@news.codecharge.com...
> My CCS 2.1120 did not gereate correct ASP-Code.
>
> For Example:
>
> If I put a new field in my grid, it will not show in the browsers view.
> If I change the position of a field, sometimes the formfield is not
filled.
> (maybe some code is missing?)
>
> I f I change the content from text to HTML, CCS did not generate the code
> for example:
> news_artikel_details.HTML = True
>
> If I had a Memo-Field in my SQLServerDB (ntext/16) it will not show,
> until it is not the first or second field in the grid
>
> before I updated CCS from 2.06 to 2.11, none of the above appears.
> I reinstalled CCS but with no effect., should I reinstall WinXP?
>
> Has anyone the same problems?
> PLease can anyone tell me know want o do?
>
> Herbert Heyduck
>
>

Herbert Heyduck
Posted: 07/25/2003, 1:56 AM

Hi, DonB,

thank you for reply

I use the version 2.1.1.20 and have reeinstalled the way you told me and the
newest MDAC-Version (2.7) comes with windowsXP

but unfortunately reinstall did not resolve my problems.

Now I sent a message to the support team from Yessoftware. let's see

duc

"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> schrieb im Newsbeitrag
news:bfgu32$g2f$1@news.codecharge.com...
> You should have version 2.1.1.20. Even at that, the initial release had a
> couple issues that were resolved and the kit was re-released. If you
> downloaded the new version the first day or two it was available then you
> probably need to re-download and remove/install CCS. I had trouble
> (apparently) with some beta-code leftovers and had to completely
uninstall,
> delete Program Files/CodeCharge Studio/*.* and reinstall.
>
> Memo fields may be a problem with certain versions of MDAC kit from
> Microsoft. I suggest downloading and installing the latest from
Microsoft's
> website.
>
> DonB
>
>
> "Herbert Heyduck" <heyduck@konzerthaus.at> wrote in message
>news:bfgec8$rn8$1@news.codecharge.com...
> > My CCS 2.1120 did not gereate correct ASP-Code.
> >
> > For Example:
> >
> > If I put a new field in my grid, it will not show in the browsers view.
> > If I change the position of a field, sometimes the formfield is not
> filled.
> > (maybe some code is missing?)
> >
> > I f I change the content from text to HTML, CCS did not generate the
code
> > for example:
> > news_artikel_details.HTML = True
> >
> > If I had a Memo-Field in my SQLServerDB (ntext/16) it will not show,
> > until it is not the first or second field in the grid
> >
> > before I updated CCS from 2.06 to 2.11, none of the above appears.
> > I reinstalled CCS but with no effect., should I reinstall WinXP?
> >
> > Has anyone the same problems?
> > PLease can anyone tell me know want o do?
> >
> > Herbert Heyduck
> >
> >
>
>

Herbert Heyduck
Posted: 07/25/2003, 5:08 AM

Strange things gonna happen!
I found out, that the position of the fields have something to with the
position of the fields in my sql-table.

If I change the position of the memo-field to the end of my table, it
works!
Next I created a few dummyfields an put it at the end of my table.
Now all of my fields are filled, strange isn't it?

I think, it has something to do with ADO

Herbert Heyduck


"Herbert Heyduck" <heyduck@konzerthaus.at> schrieb im Newsbeitrag
news:bfgec8$rn8$1@news.codecharge.com...
> My CCS 2.1120 did not gereate correct ASP-Code.
>
> For Example:
>
> If I put a new field in my grid, it will not show in the browsers view.
> If I change the position of a field, sometimes the formfield is not
filled.
> (maybe some code is missing?)
>
> I f I change the content from text to HTML, CCS did not generate the code
> for example:
> news_artikel_details.HTML = True
>
> If I had a Memo-Field in my SQLServerDB (ntext/16) it will not show,
> until it is not the first or second field in the grid
>
> before I updated CCS from 2.06 to 2.11, none of the above appears.
> I reinstalled CCS but with no effect., should I reinstall WinXP?
>
> Has anyone the same problems?
> PLease can anyone tell me know want o do?
>
> Herbert Heyduck
>
>

DonB
Posted: 07/25/2003, 5:20 AM

Duc,

Are you using the "OLEDB Provider for SQL Server"? If not, please try that.

If you look at the main "code" page for your web page, see if the memo field
is used correctly. I did (a long time ago) have a situation where the query
parameters were being constructed with the incorrect array reference. The
memos are handled by creating byte-arrays and I discovered that the wrong
array index was being used. On closer inspection, I saw that the wrong
database field was being retrieved and displayed in the memo field, it just
happened to be another field in the table - one that was blank.

Is this happening to you?

DonB


"Herbert Heyduck" <heyduck@konzerthaus.at> wrote in message
news:bfgec8$rn8$1@news.codecharge.com...
> My CCS 2.1120 did not gereate correct ASP-Code.
>
> For Example:
>
> If I put a new field in my grid, it will not show in the browsers view.
> If I change the position of a field, sometimes the formfield is not
filled.
> (maybe some code is missing?)
>
> I f I change the content from text to HTML, CCS did not generate the code
> for example:
> news_artikel_details.HTML = True
>
> If I had a Memo-Field in my SQLServerDB (ntext/16) it will not show,
> until it is not the first or second field in the grid
>
> before I updated CCS from 2.06 to 2.11, none of the above appears.
> I reinstalled CCS but with no effect., should I reinstall WinXP?
>
> Has anyone the same problems?
> PLease can anyone tell me know want o do?
>
> Herbert Heyduck
>
>

Herbert Heyduck
Posted: 08/04/2003, 8:15 AM

Hi DonB,
now I found the sources of my problems.
It was my SQLServerDB runs with SP1 instead of SP3.
After moving my DB to an actual SQLServer, all works fine.

Another problems are the fields, that don't work if I move or rename them.
I modified the code by mistaken, so the background of the modified codelines
turned to white.
I deleted all the white codelines and regenerate the code and everything is
now supergoodok.

Thanks a lot
regards, duc


"DonB" <7432D63DBB01D03A196B1EDD80E8@comcast.net> schrieb im Newsbeitrag
news:bfr7aq$spa$1@news.codecharge.com...
> Duc,
>
> Are you using the "OLEDB Provider for SQL Server"? If not, please try
that.
>
> If you look at the main "code" page for your web page, see if the memo
field
> is used correctly. I did (a long time ago) have a situation where the
query
> parameters were being constructed with the incorrect array reference. The
> memos are handled by creating byte-arrays and I discovered that the wrong
> array index was being used. On closer inspection, I saw that the wrong
> database field was being retrieved and displayed in the memo field, it
just
> happened to be another field in the table - one that was blank.
>
> Is this happening to you?
>
> DonB
>
>
> "Herbert Heyduck" <heyduck@konzerthaus.at> wrote in message
>news:bfgec8$rn8$1@news.codecharge.com...
> > My CCS 2.1120 did not gereate correct ASP-Code.
> >
> > For Example:
> >
> > If I put a new field in my grid, it will not show in the browsers view.
> > If I change the position of a field, sometimes the formfield is not
> filled.
> > (maybe some code is missing?)
> >
> > I f I change the content from text to HTML, CCS did not generate the
code
> > for example:
> > news_artikel_details.HTML = True
> >
> > If I had a Memo-Field in my SQLServerDB (ntext/16) it will not show,
> > until it is not the first or second field in the grid
> >
> > before I updated CCS from 2.06 to 2.11, none of the above appears.
> > I reinstalled CCS but with no effect., should I reinstall WinXP?
> >
> > Has anyone the same problems?
> > PLease can anyone tell me know want o do?
> >
> > Herbert Heyduck
> >
> >
>
>


   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.