bigtoe
Posts: 115
|
| Posted: 12/23/2004, 5:34 AM |
|
Hi,
I generated a web page with CCS called "preview_report".
The corresponding MySQL table contains 10 records.
The primary key is called "F_DL_PRIM_KEY".
The table shows all 10 records with the respective primary keys from 1 to 10.
But when I enter these URLs in the browser,
I can only see the page but NO data:
http://192.168.3.3/preview_report.php?F_DL_PRIM_KEY=1 http://192.168.3.3/preview_report.php?F_DL_PRIM_KEY=2 http://192.168.3.3/preview_report.php?F_DL_PRIM_KEY=3
::: http://192.168.3.3/preview_report.php?F_DL_PRIM_KEY=10
But the 10 records do exist and are visible via MySQL
and other web pages created with CCS.
I don't know what went wrong.
These type of URLs work fine in my other pages and their
tables when I create them with CCS.
For some reason the URLs here do not load the record
in this one "preview_report.php"
Do you know why?
|
 |
 |
feha
Posts: 712
|
| Posted: 12/24/2004, 1:54 PM |
|
http://192.168.3.3
This link above is on your localserver
we can't "see" anything ...
is it GRID or RECORD ? (I supose grid ...)
_________________
Regards
feha
www.vision.to
feedpixel.com |
 |
 |
bigtoe
Posts: 115
|
| Posted: 12/26/2004, 3:30 AM |
|
Yes, sorry it is on an internal web server.
Can't expose a development server.
I did not mean to give an explicit URL.
I just wanted to show that a correct URL and parameter
did not work in this case for some reason.
Anyway, I deleted the associated php file and did a Publish Project.
Now it works.
Still don't know what the problem was but it is gone.
|
 |
 |
|