Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I extract a value from a Word?
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Title:
How do I extract a value from a Word?
Miscellaneous
Thread ID:
00065848
Message ID:
00065848
Views:
76
From the DPI.H: DPIGetComptaVersion( WORD* wHigh, WORD* Low )

DECLARE INTEGER DPIGetComptaVersion ;
IN DPID32 ;
SHORT @nHigh, ;
SHORT @nLow

nhigh = 0
nLow = 0
nWord = DPIGetComptaVersion(@nHigh, @nLow )
? nWord

this returns 10683142. How should I process that?

If this might be of some help, this DLL has been written in Borland C.

José
Next
Reply
Map
View

Click here to load this message in the networking platform