Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSMQ Parm Not Passing Right
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
MSMQ Parm Not Passing Right
Miscellaneous
Thread ID:
00646390
Message ID:
00646390
Views:
40
I have an MSMQ trigger created. It is set to pass the MessageID, which is typed as a variant by the MSMQ trigger to a VFP .exe. The .prg which is the only thing in the .exe looks like this:
	Parameters cParm
	? cParm
	? CreateBinary(cParm) 
	? Transform(cParm)
	Wait window
	Quit
When the trigger is executed, I see this:
	????????
	????????
	????????
I need to see the actual Message ID. The long version is the GUID plus an integer, and the short version (preferred) is just the integer.

How to make this pass correctly?

Thanks.
Reply
Map
View

Click here to load this message in the networking platform