Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: WebPageParser anomaly

$
0
0
Re: WebPageParser anomaly
Web Connection 5.0
Re: WebPageParser anomaly
10/20/2012
02:07:53 AM
3MI04KI0W Show this entire thread in new window
Gratar Image based on email address
From:
Luca
To:
Attachments:
None
Dear Rick,
I did not understand why this malfunction suddenly appeared, I did not understand if it depended upon Web Connection, or Visual Studio, or Operating System (occurred suddenly also other problems in addition to this), or upon hardware. I reformatted my PC and reinstalled all. Finally it is all right again and I can go back to work.
Thank you again


Not sure...

I can see that the generated code is hosed with quotes, but not sure why. I sure can't duplicate this and not sure why this would have occurred all of a sudden.

I recommend re-installing web connection and deleting all FXP files.

+++ Rick ---



I reinstalled WC 5.62 now, but unfortunately the anomaly remains :(
Do I have to reinstall also Visual Studio?
If a make a new web page in Visual Studio (for example test.wc), run WebPageParser from VFP, then try the web page in web application I get the error just from the line 5:
"Class definition TEST_PAGE_WCSX is not found "
I get that only on every NEW page, while the old pages run rightly.
What do I have to do?

#INCLUDE WCONNECT.H *** Small Stub Code to execute the generated page PRIVATE __WEBPAGE __WEBPAGE = CREATEOBJECT("test_Page_WCSX") __WEBPAGE.Run() RELEASE __WEBPAGE RETURN ***************************************************************** DEFINE CLASS test_Page as WWC_WEBPAGE OF WWC_WEBPAGE_FILE ***************************************************************** #IF .F. *** This line provides Intellisense: Ensure your path includes this page's location LOCAL this as test_Page_WCSX of test_page.prg #ENDIF ***************************************************************** * OnLoad **************************************** FUNCTION OnLoad() ENDFUNC * Onload ENDDEFINE *# --- BEGIN GENERATED CODE BOUNDARY --- #* ******************************************************* *** Generated by WebPageParser.prg *** on: 18-10-2012 18:33:36 *** *** Do not modify manually - class will be overwritten ******************************************************* DEFINE CLASS "test_Page"_WCSX AS "test_Page" ...






Viewing all articles
Browse latest Browse all 10393

Trending Articles