<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Hi Etienne:<BR>
<BR>
Have you generated the default Quick procedures?<BR>
<BR>
I don't see an ACCESS statement in your code.<BR>
<BR>
Regards,<BR>
Peter Bateman<BR>
<BR>
<BR><BR>> Date: Fri, 21 Dec 2007 10:20:12 -0500<BR>> From: erompre@koala-tech.com<BR>> To: powerh-l@lists.sowder.com<BR>> Subject: PH Web issues<BR>> <BR>> Hi to all,<BR>> <BR>> I have a new part in PHweb consisting of 5 pages. Everything is running <BR>> correctly (creation, update, display) but I get this message error on 2 <BR>> pages:<BR>> <BR>> No records were found matching index/selection values.<BR>> <BR>> But the HTML page display the record on screen correctly.<BR>> <BR>> Here is the code from the page that I get this message:<BR>> <BR>> <BR>> SCREEN WEBP5503 HTML HTMLRECEIVING ERES_NUME<BR>> SET HTTP "HTTP://X.X.X.X/CGI-BIN/PHCGI.EXE"<BR>> <BR>> FILE WEBFRS3 PRI CLOSE<BR>> <BR>> <BR>> SKIP TO 03<BR>> FIELD ERES_NUME of webfrs3 HTMLDISPLAY<BR>> <BR>> SKIP TO 07<BR>> ALIGN (04,08,13) (,,22)<BR>> FIELD ERET_KMFA OF WEBFRS3 HTMLDISPLAY LABEL "KM"<BR>> FIELD ERET_MTKM OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 08<BR>> ALIGN (04,08,17) (,,22)<BR>> FIELD ERET_NBHR OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTHR OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_NBJR OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTJR OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_NBSM OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTSM OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_NBMS OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTMS OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_NBW1 OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTW1 OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_NBW3 OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTW3 OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 15<BR>> ALIGN (,08,22)<BR>> FIELD ERET_MLOC OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 07<BR>> ALIGN (40,44,61)<BR>> FIELD ERET_MECD OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MAAP OF WEBFRS3 HTMLDISPLAY<BR>> FIELD EDEP_MAUT OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTIC OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 11<BR>> ALIGN (40,44,53) (,,61)<BR>> FIELD ERET_ESCO OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTES OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 12<BR>> ALIGN (,44,61)<BR>> FIELD ERET_ST01 OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 13<BR>> ALIGN (40,44,61)<BR>> FIELD ERET_MTPS OF WEBFRS3 HTMLDISPLAY<BR>> FIELD ERET_MTVQ OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> SKIP TO 15<BR>> ALIGN (,44,61)<BR>> FIELD ERET_MTOT OF WEBFRS3 HTMLDISPLAY<BR>> <BR>> NEXTPAGE WEBP5504 &<BR>> ACTION "LoadNew" &<BR>> AFTER UPDATE PASSING ERES_NUME AS "WEBFRS4:ERES_NUME"<BR>> <BR>> <BR>> Here is the code I use to call this page on the previous page.<BR>> <BR>> NEXTPAGE WEBP5503 &<BR>> ACTION "LoadData" &<BR>> AFTER UPDATE PASSING ERES_NUME AS "WEBFRS3:ERES_NUME"<BR>> <BR>> <BR>> Any ideas of what is wrong? I could delete the PH field for messages in <BR>> the HTML code but I would prefer to get it right.<BR>> <BR>> Thanks!<BR>> <BR>> Etienne<BR>> <BR>> PHweb 8.40 on OpenVMS 7,3<BR>> -- <BR>> = = = = = = = = = = = = = = = = = = = = = = = = = = = =<BR>> Mailing list: powerh-l@lists.sowder.com<BR>> Subscribe: &quot;subscribe&quot; in message body to powerh-l-request@lists.sowder.com<BR>> Unsubscribe: &quot;unsubscribe &lt;password&gt;&quot; in message body to powerh-l-request@lists.sowder.com<BR>> http://lists.sowder.com/mailman/listinfo/powerh-l<BR>> This list is closed, thus to post to the list you must be a subscriber.<BR>> Add 'site:lists.sowder.com powerh-l' to your search terms to search the list archive at Google.<BR><BR><br /><hr />Your chance to win great prizes with TELUS and Windows Live Messenger for Mobile. <a href='http://www.telusmobility.com/on/wweb/instant_messaging.shtml' target='_new'>Click here for more information!</a></body>
</html>