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/17/2012
11:00:42 PM
3MF1DBNME Show this entire thread in new window
Gratar Image based on email address
From:
Luca
To:
Attachments:
None
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