user
|
| Posted: 04/28/2002, 2:52 PM |
|
I was wondering how to pull in an existing html form I have already created
into ccs.
I created a blank page and pasted in the html and it looks fine, however, I
don't quite understand how to hook up a datasource for the form.
I have a datasource defined and it works fine with wizard-generated pages,
but under the "data" tab for my imported page there is no "data source"
entry.
I'd appreciate any suggestions you might have.
Thank you.
|
|
|
 |
CodeCharge Support
|
| Posted: 04/29/2002, 2:38 AM |
|
You will need to add data-aware components to your page, such as Grid or
Record.
You cannot convert static HTML to dynamic, but you can extend it by adding
dynamic components.
"user" <user@guest.com> wrote in message
news:aahqvi$tmu$1@news.codecharge.com...
> I was wondering how to pull in an existing html form I have already
created
> into ccs.
> I created a blank page and pasted in the html and it looks fine, however,
I
> don't quite understand how to hook up a datasource for the form.
> I have a datasource defined and it works fine with wizard-generated pages,
> but under the "data" tab for my imported page there is no "data source"
> entry.
>
> I'd appreciate any suggestions you might have.
>
> Thank you.
>
>
|
|
|
 |
user
|
| Posted: 04/29/2002, 11:33 AM |
|
I added a database record to the page. And it seems to work fine. However,
when
I add a control, such as a listbox, ccs always complains that the lisbox was
not found in the HTML during
the sycnronization process. It then asks if it is ok to delete it. Then the
program crashes.
I'd appreciate any suggestions you might have.
"CodeCharge Support" <support@codecharge.com> wrote in message
news:aaj4ae$6t7$1@news.codecharge.com...
> You will need to add data-aware components to your page, such as Grid or
> Record.
>
> You cannot convert static HTML to dynamic, but you can extend it by adding
> dynamic components.
>
>
>
> "user" <user@guest.com> wrote in message
>news:aahqvi$tmu$1@news.codecharge.com...
> > I was wondering how to pull in an existing html form I have already
> created
> > into ccs.
> > I created a blank page and pasted in the html and it looks fine,
however,
> I
> > don't quite understand how to hook up a datasource for the form.
> > I have a datasource defined and it works fine with wizard-generated
pages,
> > but under the "data" tab for my imported page there is no "data source"
> > entry.
> >
> > I'd appreciate any suggestions you might have.
> >
> > Thank you.
> >
> >
>
>
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 06/05/2002, 2:43 AM |
|
What is your CCS version ?
--
Alex
CodeCharge Developer
"user" <user@guest.com> wrote in message
news:aak3mk$50d$1@news.codecharge.com...
> I added a database record to the page. And it seems to work fine. However,
> when
> I add a control, such as a listbox, ccs always complains that the lisbox
was
> not found in the HTML during
> the sycnronization process. It then asks if it is ok to delete it. Then
the
> program crashes.
> I'd appreciate any suggestions you might have.
>
> "CodeCharge Support" <support@codecharge.com> wrote in message
>news:aaj4ae$6t7$1@news.codecharge.com...
> > You will need to add data-aware components to your page, such as Grid or
> > Record.
> >
> > You cannot convert static HTML to dynamic, but you can extend it by
adding
> > dynamic components.
> >
> >
> >
> > "user" <user@guest.com> wrote in message
> >news:aahqvi$tmu$1@news.codecharge.com...
> > > I was wondering how to pull in an existing html form I have already
> > created
> > > into ccs.
> > > I created a blank page and pasted in the html and it looks fine,
> however,
> > I
> > > don't quite understand how to hook up a datasource for the form.
> > > I have a datasource defined and it works fine with wizard-generated
> pages,
> > > but under the "data" tab for my imported page there is no "data
source"
> > > entry.
> > >
> > > I'd appreciate any suggestions you might have.
> > >
> > > Thank you.
> > >
> > >
> >
> >
>
>
|
|
|
 |
|