Antonio Linares wrote:Make a search for them everywhere in the code and header files. They have to be there, somewhere.
They seem related to that specific COM object, not with .NET
EPSTIPNet::_ChargeNowPtr ptr("EPSTIPNet.gutil.Forms.ChargeNow");
ptr->init();
ptr->put_PM(EPSTIPNet::PAYMENTMODE_PayNow);
ptr->put_CM(EPSTIPNet::CHARGEMODE_Sale);
ptr->Show();
James Bott wrote:I am currently Googling "enum values" to see if there is some way to read the values from the COM object or the registry.
oEPSTIPNet = CreateObject("EPSTIPNet")
? oEPSTIPNet:PAYMENTMODE_PayNow
? oEPSTIPNet:CHARGEMODE_Sale
do while ! lSuccess .and. i != 100000
i++
try
oCharge:put_PM( i )
lSuccess:=.t.
msgbeep()
catch
lSuccess:=.f.
end try
enddo
writeFile("test.log", alltrim(str(i)))
James Bott wrote:Enrico,
It errors out on the first line.
oCharge:Put_PM( oEPSTIPNet:Paymentmode_PayNow )
James Bott wrote:I ran it up to 1 million and all values errored out. I am guessing the expected values are not numeric.
James
James Bott wrote:Are you thinking that there are two classes, the EPSTIPNet class
"EPSTIPNet.gutil.Forms.ChargeNow"
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 57 guests