Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kuljack

    Are reflections limitations avoidable?

    Hello all, I've done some digging and couldn't find a post related to this question. From what I've read on Attachmate products, reflections is the user friendly interface that makes Macro's great for the average user. All well in good; however, we are getting this software across the floor and...
  2. Kuljack

    LOOP or STAGE method?

    Alright, so I've taken your advice. No more spaghetti code on my posts, using some of your direction I've revised the code and cleaned up all the rough edges. It took a little work, but I have something that works 100%. I noticed a glitch where only the L14 updates but the M45 doesn't on the...
  3. Kuljack

    LOOP or STAGE method?

    Thank you for your response Skipvought! Thanks for the input, and I agree the Spaghetti code was unfortunate. This was not a refined script, just trying to sketch it out. Will keep that in mind on future posts! :) I appreciate the suggested script, but when does the value of N increase? If the...
  4. Kuljack

    Run Session Multiple Macros Simultaneously

    Im not familiar with reflections, but if the account properties are the same as stagnate you won't be able to do on the same session. You can only use one profile per session, but if you have different clients or varying ID you use to login it might work... For example if there's a session 404...
  5. Kuljack

    LOOP or STAGE method?

    Hello all, It's been a long time since I posted on here, I've learned a lot since my last post. I need some help to get around an issue, I'm struggling between using a stage method "if this go to 2, else go to 1" or try to create a thread of loops. The goal is to create a macro that feeds...
  6. Kuljack

    Can a macro that reads excel and attachmate be made?

    Here's what I want it to do: Read an account number from an excel attachmate, or enter the loans I want it to run - not sure the best method.. It will send the keys to my desired screen, tab and enter the account number. Then review a specific field to read that date, and populate the same...
  7. Kuljack

    Unable to close out my code

    Perfect! Thanks Remy - I see where I wasn't making the connection now and it runs perfect
  8. Kuljack

    Unable to close out my code

    Here is the code with the End Ifs where I thought they should rest, but I haven't quite mastered nesting with this code. Thank you for your help! msgtex = "Is this an inbound call?" answer1 = MsgBox(msgtex, 4 + 48 + 512, "Compliance Tool") If answer1 = "6" Then...
  9. Kuljack

    Unable to close out my code

    Hello, A few weeks back I received some great assistance from Remy here. Since then I've been playing with my code to expand on my needs but have hit another wall. The error appears to be with the End Sub. I believe it has to do with my if statements not being closed properly but I am unable to...
  10. Kuljack

    Multiple msgbox thread

    Thank you! I will test this theory and let you know the outcome. Do you know what produces the value of the response? It seems like for some code the numbers provide preset options, for example the 4 in the priority msgbox provides a yes/no option while a 5 ends up with a yes/no/cancel. Does...
  11. Kuljack

    Multiple msgbox thread

    I'm trying to build a macro that runs through a designated list of screens based on the answer to a previous msgbox. I'm new to macros in attachmate, so this may be a simple step I'm missing but I just started teaching myself today. The first two paths for either a yes or no response work fine...

Part and Inventory Search

Back
Top