Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need Some Help from a Goldmine user
Message
From
26/06/2002 18:25:52
Scott Barker
Barker Systems Consulting Ltd.
North Vancouver, British Columbia, Canada
 
 
To
26/06/2002 11:47:41
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00672331
Message ID:
00672717
Views:
7
Hi John

Well, as I tried to indicate in my post, I'm trying to tell the Goldmine program to show the record .. not the VFP program. The gm5s32.dll is for low level data access. I don't hae a problem using low level data-access. After finding the record, though, I need DDE to command Goldmine to show that contact - do I not?

Am I missing something here, or did you misinterpret my post?

Thx Scott
=============
>I don't know why you're using DDE... there is a new API available: here is some code form an actual working program using the seek function to locate the record.
>
>
>&& If we don't have a contact2 record, add and put in accountno
>lnReturnValue = GMW_DB_SetOrder(lnCont2Handle, 'CONTACT2' )
>IF GMW_DB_Seek(lnCont2Handle ,lcAcctNo )<> 1   && EXACT MATCH NOT FOUND
>   **-- you're code here
>ENDIF
>
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform