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?
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?