Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A little DDE help?
Message
De
16/12/1997 12:41:12
Paul De Niverville
Deniverville Econometric Research Ltd.
Victoria, Colombie Britannique, Canada
 
 
À
16/12/1997 09:34:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00065295
Message ID:
00066286
Vues:
61
Hi Erik,

In my dde applications, (writing to a fax server), I used ddepoke statements to set everything up. I then used a ddeexecute statement to finish it.

Maybe it is the ddeexecute that you need.

Paul de Niverville
>
>>>ddechan = ddeinitiate('peachw','assoftey')
>>>ddepoke(ddechan, 'generaljournal, date', date())
>>>ddepoke(ddechan, 'generaljournal, reference', 'Daily Entry')
>>>ddepoke(ddechan, 'generaljournal, description', 'Payment')
>>>ddepoke(ddechan, 'generaljournal, firstdistribution', '1300' + chr(9) + '150' + chr(9) + 'First detail')
>>>ddepoke(ddechan, 'generaljournal, nextdistribution', '3200' + chr(9) + chr(9) + '150' + chr(9) + 'Second detail')
>>>
>>>After running this code, no errors come up, but the entries simply don't appear in Peachtree. I guess that this really crosses the line from a VFP issue, to a Peachtree issue, but I was hoping someone could help anyway. Can anybody sees what I might be doing wrong? TIA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform