Hi All,
I am still trying to get into my Avante package. I have figured that I can use the RetVal to open my login window but am struggling to send my password. I have used a few variations using info I have found on the web. However, all attempts to send anything have failed.
I have tried using 'sendkeys' to send to notepad, word etc and have had no luck whatsoever. What am I missing please? Do I need to define as object...
User Profile
Collapse
-
Avante is ERP system designed and licensed by Epicor Software Corp
Regards
MikeLeave a comment:
-
Hi Dokoll,
Thanks for your prompt response.
I haven't written any code for this yet. I am actually looking for a pointer for some reading material at this stage. My problem is I am not sure what I need to do and what the possible coding phrases I need/do. For example I have come across open channel and DDEInitiate to name but two but I am not too sure if I am even in the right area.
My guess is I need...Leave a comment:
-
Use VB to login into Avante
Good Afternoon,
As a novice vb programmer I have developed some cool code (by no means perfect) to ease my workload at busy times. I am now looking to auto run some reports from our accounting system.
Can any of you direct me to some reading material that I should study before I begin.
Basically, I want to open up an avante session, login and ask Avante to run some reports and store them for me somewhere.... -
MTB I THANK YOU
Now I can see it work it's so easy I feel stupid.
That will help me cut coding in lots of modules.
MacaLeave a comment:
-
Send self defined Types by Reference
I have been teaching myself vb: I have defined a Type and want to pass that to other modules/subroutines. It works if all the code is within one module but am struggling to get it to pass the values to another module. Here is my test code that works in one module.
Type myNetwork1
myOne As String
myTwo As String
End Type
Dim theData As myNetwork1
Sub my123() 'Calls the public sub myTest1...
No activity results to display
Show More
Leave a comment: