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

PRG like TXT

$
0
0
PRG like TXT
Web Connection 5.0
PRG like TXT
Mar. 8, 2013
02:40 am
3QE05QDT7Show this entire thread in new window
Gratar Image based on email address
From:Luca
To:All
dear Rick,
I modified a webpage in Visual Studio 2008, then I run webpageparser as usual, but the prg resulting is suddenly like a pure txt file, without typicall intellisense colors. It is the first time I get this error and I do not understand what is wrong.
I tried also to delete fxp.
Please, any suggestion?

#INCLUDE WCONNECT.H*** Small Stub Code to execute the generated pagePRIVATE __WEBPAGE __WEBPAGE = CREATEOBJECT("Corsi_Page_WCSX") __WEBPAGE.Run()RELEASE __WEBPAGERETURN*****************************************************************DEFINECLASS Corsi_Page as WWC_WEBPAGE OF WWC_WEBPAGE_FILE***************************************************************** *** Your Implementation Page Class - put your code here *** This class acts as base class to the generated page below *****************************************************************#IF .F.*** This line provides Intellisense: Ensure your path includes this page's locationLOCALthis as Corsi_Page_WCSX of corsi_page.prg#ENDIF ... ... *# --- BEGIN GENERATED CODE BOUNDARY --- #* ******************************************************* *** Generated by WebPageParser.prg *** on: 08/03/2013 11:34:05 *** *** Do not modify manually - class will be overwritten ******************************************************* DEFINECLASS Corsi_Page_WCSX AS Corsi_PageId = [Corsi_Page] ... ... ENDFUNCENDDEFINE*# --- END GENERATED CODE BOUNDARY --- #*

Viewing all articles
Browse latest Browse all 10393

Trending Articles