PHweb : Some data issues when moving from screen to screen
Etienne Rompré
erompre at koala-tech.com
Tue Feb 12 10:53:16 CST 2008
Dear gurus...,
I'm in need of some help.
I'm in the process of creating a reservation section on our site using
PHweb. The res engine have 5 pages.
You can go to http://support.kangouroute.net/test_res to see it live.
No HTML modification have been made yet before it's running OK.
please Use Rimouski as SUCCURSALE for testing.
Page #1
name : WEBP5501 (car class and dates)
This page function perfectly as I planned. No error messages at all.
this is the call I use to call page #2
the info displayed in page #2 is updated in page #1 in a PREUPDATE
procedure.
NEXTPAGE WEBP5502 &
ACTION "LoadData" &
AFTER UPDATE PASSING ERES_NUME AS "WEBFRS2:ERES_NUME"
Page #2
name : WEBP5502 (rates for car class)
This page function perfectly as I planned. No error messages at all.
this is the call I use to call page #3
NEXTPAGE WEBP5503 &
ACTION "LoadData" &
AFTER UPDATE PASSING ERES_NUME AS "WEBFRS3:ERES_NUME"
the data to be displayed in page #3 is update in a preupdate procedure
in this screen.
Page #3
name : WEBP5503 (Cost estimates for the rental )
I get this error message even is the data is correctly displayed in the
page.
"No records were found matching index/selection values."
The proof is that the RES number and all the rates information are on
screen.
the call for the next page:
NEXTPAGE WEBP5504 &
ACTION "LoadNew" &
AFTER UPDATE PASSING ERES_NUME AS "WEBFRS4:ERES_NUME"
Page #4
name : WEBP5504 (Customer information )
"No records were found matching index/selection values."
I get this error message but I do not understand since this page and the
action asked is LoadNew. There should be no search involved.
If I populated the field and click ADD, I get the message :
"Data access error. (WEBFRS4*01) %RMS-F-DUP, duplicate key detected (DUP
not set)"
I never updated this file.
If I click the search button, I get the record with blank spaces and 0
in the phone number. but this file has never been updated by any screen
yet....
If I modify the info and click Change, the file gets updated and I can
go to Screen #5.
I'm a bit lost. Our senior programmer is very fluent in Powerhouse but
not so in the web part of it.
Any help or suggestion would be appreciated....
Thanks!
Etienne
More information about the powerh-l
mailing list