Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing a value to Goldmine

Status
Not open for further replies.

felipetg

MIS
Jul 24, 2002
1
US
I am trying to pass a value to GM, it's giving me an error message: "Foreign application won't perform DDE method or operation"
Here's my code in VB

Text1.Text = "SAMPLE"
Text1.Linktopic = "Goldmine|Data"
Text1.Linkmode = vbLinkmanual
Text1.Linkitem = "&Company"
Text1.Linkpoke

I don't even know if my code makes sense. Can somebody fix it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top