PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → Automation Object and Events
Automation Object and Events
Débuté par meikl, 13 avr. 2018 14:26 - 5 réponses
Membre enregistré
118 messages
Posté le 13 avril 2018 - 14:26
Hi all,

i have an external automation object (service, no Control), which provides Events (like a CallBack).
I implemented a winDEV-Class around this automation object for its-properties and Methods, works fine.

But how to impelement the events given by the automation object?

in VB it will be declared this way (part of the manual of the automation object)
Event OnFileSaved(JobID As Long, lpszFileName As String)

any help?

meikl ;)
Membre enregistré
118 messages
Posté le 02 mai 2018 - 10:16
any suggestion?
Membre enregistré
118 messages
Posté le 25 mai 2018 - 08:18
just to push ... no one uses an automation-object?
Posté le 25 mai 2018 - 12:44
Hi...

Maybe it's because your question looks TOO simple, and makes everybody
thinks that it's something else

You are looking on how to manage events for an automation object...

the corresponding fonction is called AutomationEvent...

yep... and if you go in the help and search for automation, it is
CLEARLY visible...

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Free Video Courses, free WXShowroom.com, open source WXReplication, open
source WXEDM.

More information on http://www.fabriceharari.com


On 5/25/2018 12:18 AM, meikl wrote:
> just to push ... no one uses an automation-object?
Membre enregistré
118 messages
Posté le 25 mai 2018 - 14:39
ooops, well, thanks, sometime i guess i am just blind
Posté le 25 mai 2018 - 15:04
it happens to all of us, but I think that you can understand our
confusion when reading the question :-)

On 5/25/2018 6:39 AM, meikl wrote:
> ooops, well, thanks, sometime i guess i am just blind