Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSMQ Parm Not Passing Right
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Titre:
MSMQ Parm Not Passing Right
Divers
Thread ID:
00646390
Message ID:
00646390
Vues:
41
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.
Répondre
Fil
Voir

Click here to load this message in the networking platform