Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Declare DLL's
Message
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:
01464450
Views:
39
>>>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)
>.....
>
Tried setting lnLength = LEN(lcfile).... same result.
Tommy Tillman A+ NetWork+ MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform