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

Re: awprocess subclass missing macro

$
0
0
Re: awprocess subclass missing macro
FoxInCloud
Re: awprocess subclass missing macro
05/09/2012
12:35:44 AM
3HY01A34P Show this entire thread in new window
Gratar Image based on email address
From:
Thierry Nivelet (FoxInCloud)
To:
Attachments:
None
Next lines instantiates your awProcess subclass

CASE InList(m.tcParameter, 'INTUICAT', 'ZENBUYER', 'FOXLANWEB', 'FOXINCLOUD', m.lcApp); && wc.dll?parameter syntax OR Ascan(m.this.aScriptMapExt, m.tcExtension, 1, -1, 1, 7) > 0 && Script map syntax loProcess = CreateObject(m.this.cawProcessClass, m.this) RETURN loProcess.Process()


In awserver the code is (version 1.10)

PROTECTED PROCEDURE RouteRequest && Dirige la requête vers le handler approprié LPARAMETERS tcParameter, tcExtension LOCAL lcApp, loProcess as awProcess OF awServer.prg

Should the last line be creating loProcess from cawprocess setting? If I have subclassed awprocess? I do not want to subclass routerequest if I cna help it.


Viewing all articles
Browse latest Browse all 10393

Trending Articles