PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV 2024 → Automation Object and Events
Automation Object and Events
Started by meikl, Apr., 13 2018 2:26 PM - 5 replies
Registered member
118 messages
Posted on April, 13 2018 - 2:26 PM
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 ;)
Registered member
118 messages
Posted on May, 02 2018 - 10:16 AM
any suggestion?
Registered member
118 messages
Posted on May, 25 2018 - 8:18 AM
just to push ... no one uses an automation-object?
Posted on May, 25 2018 - 12:44 PM
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?
Registered member
118 messages
Posted on May, 25 2018 - 2:39 PM
ooops, well, thanks, sometime i guess i am just blind
Posted on May, 25 2018 - 3:04 PM
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