Sandi
|
| Posted: 11/09/2002, 1:36 PM |
|
Hello group!
Using CodechargeStudio,Codecharge 2.0 ,Evaluation,Mysql,PHP
In Codecharge 2.0 you could, if you put three forms on one page with each
having it's own table, pass parameters on url type field to another page
with any fields from all of forms on the page. But under CCS is this not
possible or I am missing something?
Thanks for answers.
Sandi
|
|
|
 |
michael weaver
|
| Posted: 11/10/2002, 7:57 PM |
|
Hi Sandi!
I think you're missing something . CCS can do all of the things that
2.0 could do and much more. You can make as many forms on one page as you
like, and directly them to one page or several different pages.
When you're on the first page, select the form that you want to pass the
parameter. Go to the properties of that form. Change the setting for
"Preserve Parameters" to "Post." That should solve your problem. Say you
have a form (by that I mean a record) with item1 as a textbox on page1.php
and you select the "Return Page" to page2.ccp. When you change Preseve
Parameters to Post and you publish, and you enter info onto page1, you'll
pass the parameters to page2.php, and the url string will look like this:
page2.php?item1=your_text.
Hope that helps!
michael
"Sandi" <info@kripton.si> wrote in message
news:aqjv5p$65i$1@news.codecharge.com...
> Hello group!
>
> Using CodechargeStudio,Codecharge 2.0 ,Evaluation,Mysql,PHP
>
> In Codecharge 2.0 you could, if you put three forms on one page with each
> having it's own table, pass parameters on url type field to another page
> with any fields from all of forms on the page. But under CCS is this not
> possible or I am missing something?
>
> Thanks for answers.
>
> Sandi
>
>
|
|
|
 |
Sandi
|
| Posted: 11/11/2002, 2:10 AM |
|
> I think you're missing something . CCS can do all of the things that
> 2.0 could do and much more. You can make as many forms on one page as you
> like, and directly them to one page or several different pages.
I agree with you that CCS is more flexible an better than CC but still.
Let me explain more about that problem
Using CCS
on page 1 I have two forms with grid table 1 and grid table 2
form 2 with grid table 2 has one Link field and when I choose what
parameters should transfer to page 2 I can see only values from grid table 2
but I would like to transfer also two or more fields from form 1 grid table
1.
With CC if you choose link properties from URL field you see all values from
all forms.
Thanks For your answer!
LP
Sandi
|
|
|
 |
michael weaver
|
| Posted: 11/11/2002, 6:47 AM |
|
Sounds simple enough. Follow the same instructions for the previous post and
change "Preserve Parameters" to "All."
page1.php?param1=abc¶m2=xyz
will transfer automatically to
page2.php?param1=abc¶m2=xyz&your_new_param=whatever
Does that solve it?
m
"Sandi" <info@kripton.si> wrote in message
news:aqnvmc$3bl$1@news.codecharge.com...
> > I think you're missing something . CCS can do all of the things
that
> > 2.0 could do and much more. You can make as many forms on one page as
you
> > like, and directly them to one page or several different pages.
>
> I agree with you that CCS is more flexible an better than CC but still.
>
> Let me explain more about that problem
>
> Using CCS
> on page 1 I have two forms with grid table 1 and grid table 2
> form 2 with grid table 2 has one Link field and when I choose what
> parameters should transfer to page 2 I can see only values from grid table
2
> but I would like to transfer also two or more fields from form 1 grid
table
> 1.
>
> With CC if you choose link properties from URL field you see all values
from
> all forms.
>
> Thanks For your answer!
>
> LP
>
> Sandi
>
>
|
|
|
 |
Sandi
|
| Posted: 11/11/2002, 2:31 PM |
|
I did follow your advice but there is no way to chose database value from
another table on the same page as link value.
It looks like that CCS simple doesn't work that way and I will have to go
around or maybe you have another idea.
LP
Sandi
"michael weaver" <zero@michaelweaver.org> wrote in message
news:aqofuc$30o$1@news.codecharge.com...
> Sounds simple enough. Follow the same instructions for the previous post
and
> change "Preserve Parameters" to "All."
>
> page1.php?param1=abc¶m2=xyz
>
> will transfer automatically to
>
> page2.php?param1=abc¶m2=xyz&your_new_param=whatever
>
> Does that solve it?
>
> m
>
> "Sandi" <info@kripton.si> wrote in message
>news:aqnvmc$3bl$1@news.codecharge.com...
> > > I think you're missing something . CCS can do all of the things
> that
> > > 2.0 could do and much more. You can make as many forms on one page as
> you
> > > like, and directly them to one page or several different pages.
> >
> > I agree with you that CCS is more flexible an better than CC but still.
> >
> > Let me explain more about that problem
> >
> > Using CCS
> > on page 1 I have two forms with grid table 1 and grid table 2
> > form 2 with grid table 2 has one Link field and when I choose what
> > parameters should transfer to page 2 I can see only values from grid
table
> 2
> > but I would like to transfer also two or more fields from form 1 grid
> table
> > 1.
> >
> > With CC if you choose link properties from URL field you see all values
> from
> > all forms.
> >
> > Thanks For your answer!
> >
> > LP
> >
> > Sandi
> >
> >
>
>
|
|
|
 |
michael weaver
|
| Posted: 11/11/2002, 5:21 PM |
|
Sandi,
I'm sorry - I may have misunderstood your problem. Rest assured there is a
solution, though. Could you post the project and send a link or email the
affected pages & sql to me directly in a zip file? I think I can help, but I
don't want to send you off on the wrong track again

michael
"Sandi" <info@kripton.si> wrote in message
news:aqpb3o$jrc$1@news.codecharge.com...
> I did follow your advice but there is no way to chose database value from
> another table on the same page as link value.
> It looks like that CCS simple doesn't work that way and I will have to go
> around or maybe you have another idea.
>
> LP
>
> Sandi
>
> "michael weaver" <zero@michaelweaver.org> wrote in message
>news:aqofuc$30o$1@news.codecharge.com...
> > Sounds simple enough. Follow the same instructions for the previous post
> and
> > change "Preserve Parameters" to "All."
> >
> > page1.php?param1=abc¶m2=xyz
> >
> > will transfer automatically to
> >
> > page2.php?param1=abc¶m2=xyz&your_new_param=whatever
> >
> > Does that solve it?
> >
> > m
> >
> > "Sandi" <info@kripton.si> wrote in message
> >news:aqnvmc$3bl$1@news.codecharge.com...
> > > > I think you're missing something . CCS can do all of the things
> > that
> > > > 2.0 could do and much more. You can make as many forms on one page
as
> > you
> > > > like, and directly them to one page or several different pages.
> > >
> > > I agree with you that CCS is more flexible an better than CC but
still.
> > >
> > > Let me explain more about that problem
> > >
> > > Using CCS
> > > on page 1 I have two forms with grid table 1 and grid table 2
> > > form 2 with grid table 2 has one Link field and when I choose what
> > > parameters should transfer to page 2 I can see only values from grid
> table
> > 2
> > > but I would like to transfer also two or more fields from form 1 grid
> > table
> > > 1.
> > >
> > > With CC if you choose link properties from URL field you see all
values
> > from
> > > all forms.
> > >
> > > Thanks For your answer!
> > >
> > > LP
> > >
> > > Sandi
> > >
> > >
> >
> >
>
>
|
|
|
 |
FLhr
|
| Posted: 11/13/2002, 8:14 PM |
|
I think you did. He wants 3 forms on *one* page. Not on two or three
pages.
flhr
"michael weaver" <zero@michaelweaver.org> wrote in message
news:aqpl2d$50a$1@news.codecharge.com...
> Sandi,
>
> I'm sorry - I may have misunderstood your problem. Rest assured there is a
> solution, though. Could you post the project and send a link or email the
> affected pages & sql to me directly in a zip file? I think I can help, but
I
> don't want to send you off on the wrong track again
>
> 
>
|
|
|
 |
|