Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare DLL's
Message
From
13/05/2010 13:11:48
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01464409
Message ID:
01464443
Views:
44
>>lcFile is incomplete. It either has to start with '\\" for UNC or with drive letter 'X:\'
>>
>>>lcFile = '\POS\PDA\PDADATA_20100513_123401.TXT'
>>>
>>>lnLength = 16001
>>>
>>>lcNABP = '7871801'
>>>
>>>Thanks!
>
>I changed the code to put the SYS(5) to the front of lcfile -> 'C:\POS\PDA\PDADATA_20100513_123401.TXT''
>
>Same ole result again... same error.... (I double checked and made sure that clsEncryption.dll was registered on the PC).


Are you sure that the lnLength is not the length of the lcFile? ot the length of the lcNABP?
Something like:
lcFile   = 'C:\POS\PDA\PDADATA_20100513_123401.TXT'
lnLength = LEN(lcFile)
lcNABP   = '7871801'
.....
or
lcFile   = 'C:\POS\PDA\PDADATA_20100513_123401.TXT'
lcNABP   = '7871801'
lnLength = LEN(lcNABP)
.....
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform