|
Home > Archive > dBASE Web Applications > April 2005 > Webreports.cc
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Dan Anderson 2005-04-11, 7:23 am |
| Among other problems I'm having with this custom class when the user clicks
on "HOME" at the bottom of the report they are returned to the calling
page -- which is what I want it to do. However, the calling page has oCGI
array elements which now appear as "<#Agent>" etc. I need to be able to
populate those so they make sense to the user because the user must make
other selections from this calling page in order to continue with the
application. Should I just add a "oCGI.connect()" line and act accordingly?
Any suggestions?
--
Dan Anderson
UBI Processing Dept.
andersond@ubinc.com
800-444-4824 ext 101
| |
| Michael Nuwer [dBVIPS] 2005-04-11, 7:23 am |
| Dan Anderson wrote:
> Among other problems I'm having with this custom class when the user clicks
> on "HOME" at the bottom of the report they are returned to the calling
> page -- which is what I want it to do. However, the calling page has oCGI
> array elements which now appear as "<#Agent>" etc. I need to be able to
> populate those so they make sense to the user because the user must make
> other selections from this calling page in order to continue with the
> application. Should I just add a "oCGI.connect()" line and act accordingly?
> Any suggestions?
>
What are you doing now? Does the "Home" link just call the raw HTML
page, or is it calling a dBASE CGI app? If it is calling an app, you
must always call the connect() method.
--
Michael Nuwer
http://www.nuwermj.potsdam.edu/dLearn/
http://www.nuwermj.potsdam.edu/dSamples/
| |
| Dan Anderson 2005-04-11, 9:23 am |
| So far as I can tell it is just returning to the HTML page that originally
called the report.
--
Dan Anderson
UBI Processing Dept.
andersond@ubinc.com
800-444-4824 ext 101
"Michael Nuwer [dBVIPS]" <nuwermj@nospam.please.yahoo.com> wrote in message
news:aphwNSoPFHA.432@news-server...
> Dan Anderson wrote:
>
> What are you doing now? Does the "Home" link just call the raw HTML page,
> or is it calling a dBASE CGI app? If it is calling an app, you must always
> call the connect() method.
>
>
> --
> Michael Nuwer
> http://www.nuwermj.potsdam.edu/dLearn/
> http://www.nuwermj.potsdam.edu/dSamples/
|
|
|
|
|