User Profile

Collapse

Profile Sidebar

Collapse
macmacro64
macmacro64
Last Activity: Nov 17 '09, 02:20 PM
Joined: Apr 18 '08
Location: Middlesbrough
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • macmacro64
    replied to Use VB to login into Avante
    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...
    See more | Go to post

    Leave a comment:


  • macmacro64
    replied to Use VB to login into Avante
    Avante is ERP system designed and licensed by Epicor Software Corp
    Regards
    Mike
    See more | Go to post

    Leave a comment:


  • macmacro64
    replied to Use VB to login into Avante
    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...
    See more | Go to post

    Leave a comment:


  • macmacro64
    started a topic Use VB to login into Avante

    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....
    See more | Go to post

  • 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.

    Maca
    See more | Go to post

    Leave a comment:


  • macmacro64
    started a topic Send self defined Types by Reference

    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...
    See more | Go to post
No activity results to display
Show More
Working...