Jump to content
Macro Express Forums

BadJoker

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by BadJoker

  1. P C S F P A C R 031519 FGS1so here's an example to our system. this is how my logic looks like, if I tried using my macro it would be successful and would only be working up to line 46 seen on codes below and on the sample .mex that I attached. however what I want is to put the 11 numbers that is included to this text 11111111111 copied from the notepad and then to the system shown on the picture. I want it to put specifically to the box which is Claim Control #. so if you can see on my macro created, on the line 46, this whole text that I copied, will be pasted on the big white box. then it should reset back again to inquirer box up to the USER box by using the and then from the user tab I used (ARROW DOWN> since the key wont work on the user box to go to the claim number box, the will be on line 92. then followed by the paste clipboard to paste the 11 numbers. However it was not successful, I hope anyone could understand the idea. Please help me out I would really really appreciate it. I'm a newbie and creating macro is very interesting and I really want to learn and master it. this is how it will look like if used on the noted pad or any pad
  2. <LOCK PLAYER Wait="TRUE"/> <MULTIPLE CHOICE MENU Style="\x00" Result="\x00" Dest="%Badjoker%" Title="FGS1Tickler Macro Board" Prompt="Select Desired Note" Options="Claim Paid - Adjustment\r\n" Left="Center" Top="Center" Monitor="0" Width="582" Height="424" OnTop="FALSE" Columns="Auto"/> <IF VARIABLE Variable="%Badjoker%" Condition="\x00" Value="A" IgnoreCase="FALSE"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>C<SHIFT><ARROW DOWN><TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>S<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>F<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>A<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>C<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>R<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <DATE/TIME Format="mm'" Flags="\x32" Date="12/7/2018 9:47:38 AM" Month_Offset="0" IsDateVar="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <DATE/TIME Format="dd" Flags="\x32" Date="12/7/2018 10:09:12 AM" Day_Offset="1" IsDateVar="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <DATE/TIME Format="yy" Flags="\x30" Date="12/7/2018 10:10:25 AM" Year_Offset="0" IsDateVar="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>F<SHIFT>G<SHIFT>S1"/> <DELAY Flags="\x01" Time="0.05"/> <TYPE CLIPBOARD TEXT Ignore_CRLF="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <VARIABLE SET INTEGER Option="\x0D" Destination="%Length%" Text_Variable="%Value%"/> <IF VARIABLE Variable="%Length%" Condition="\x00" Value="11" IgnoreCase="FALSE"/> <CLIPBOARD COPY/> <ELSE/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<ARROW DOWN>"/> <CLIPBOARD PASTE/> <END IF/> <END IF/> this is the codes, I'm sorry
  3. so here's an example to our system. this is how my logic looks like, if I tried using my macro it would be successful and would only be working up to line 46 seen on codes below and on the sample .mex that I attached. however what I want is to put the 11 numbers that is included to this text 11111111111 copied from the notepad and then to the system shown on the picture. I want it to put specifically to the box which is Claim Control #. so if you can see on my macro created, on the line 46, this whole text that I copied, will be pasted on the big white box. then it should reset back again to inquirer box up to the USER box by using the <TAB> and then from the user tab I used (ARROW DOWN> since the <TAB> key wont work on the user box to go to the claim number box, the <ARROW DOWN> will be on line 92. then followed by the paste clipboard to paste the 11 numbers. However it was not successful, I hope anyone could understand the idea. Please help me out I would really really appreciate it. I'm a newbie and creating macro is very interesting and I really want to learn and master it. <LOCK PLAYER Wait="TRUE"/> <MULTIPLE CHOICE MENU Style="\x00" Result="\x00" Dest="%Badjoker%" Title="FGS1Tickler Macro Board" Prompt="Select Desired Note" Options="Claim Paid - Adjustment\r\n" Left="Center" Top="Center" Monitor="0" Width="582" Height="424" OnTop="FALSE" Columns="Auto"/> <IF VARIABLE Variable="%Badjoker%" Condition="\x00" Value="A" IgnoreCase="FALSE"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>C<SHIFT><ARROW DOWN><TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>S<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>F<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>A<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>C<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>R<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <DATE/TIME Format="mm'" Flags="\x32" Date="12/7/2018 9:47:38 AM" Month_Offset="0" IsDateVar="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <DATE/TIME Format="dd" Flags="\x32" Date="12/7/2018 10:09:12 AM" Day_Offset="1" IsDateVar="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <DATE/TIME Format="yy" Flags="\x30" Date="12/7/2018 10:10:25 AM" Year_Offset="0" IsDateVar="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>F<SHIFT>G<SHIFT>S1"/> <DELAY Flags="\x01" Time="0.05"/> <TYPE CLIPBOARD TEXT Ignore_CRLF="FALSE"/> <DELAY Flags="\x01" Time="0.05"/> <VARIABLE SET INTEGER Option="\x0D" Destination="%Length%" Text_Variable="%Value%"/> <IF VARIABLE Variable="%Length%" Condition="\x00" Value="11" IgnoreCase="FALSE"/> <CLIPBOARD COPY/> <ELSE/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<ARROW DOWN>"/> <CLIPBOARD PASTE/> <END IF/> <END IF/> variable1.mxe
  4. WOW, Thank you so much Acantor! So it is possible! I am currently trying to modify the macro you created however I was not successful to make it happen. My idea is like, once I copied a text from a notepad and that text would contain 11 numbers, my macro would automatically choose the 11 numbers to paste it to a certain box, I was trying to make my work easier by making this macro. " for example I copied a text which contains 11 numbers. (((( This is a sample text that I would copy, for example I have here 123456789 numbers and the next one is 11111111111 which contains 11 numbers, the macro I want would then clipboard paste it to a certain box and not on a text box)))) I attached here your macro that I have modified, and on the next post I will give a sample macro for the system we use at work so you can understand better my idea. haha I really hope someone could help me, it would help me to make my work easier than usual. THANK YOU SO MUCH. variable1.mxe
  5. So basically I'm trying to create a macro where if a text type contains eleven numbers it will paste it to correct box or place. It's just an idea, I don't really know if it's possible. Can you help me make it possible? I attached my sample macro which does not work haha please help, anyone? variable.mxe
  6. so the codes I made is to fill in the boxes. However on the Date part it is kinda hard to fill in with the date for tomorrow then on the next boxes for the date today.
  7. So I want to create a macro that when I click the desired activation key, it will automatically fill in with the updated date. I was trying to use this codes <DATE/TIME Format="mm/dd/yyyy" Flags="\xB3" Date="29/03/2017 10:13:13" Day_Offset="0" Month_Offset="0" Year_Offset="0" Hour_Offset="0" Minute_Offset="0" Second_Offset="0" Prompt="Enter the original date and time." Left="Center" Top="Center" Monitor="0" Variable="%dtDateTime%" IsDateVar="TRUE"/> however it just gives me a drop down box. What codes should I use. A little help please, a newbie here wanting to learn . thanks Here is my project <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>F<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>F<SHIFT><ARROW DOWN><TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>P<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>C<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>C<SHIFT><ARROW DOWN><TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<SHIFT>Y<SHIFT><ARROW DOWN><TAB>"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<00>"/> >>>>>>>>>>>>>>> this should be the month <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<00>"/> >>>>>>>>>>>>>>>> this should be the day for the next day <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<00>"/> =================== this should be the year <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="9999999999"/> <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<00>"/> >>>>>>>>>>>>>>>>>>>>>> this should be the month <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<00>"/> >>>>>>>>>>>>>>>>>>>>>>> this should be the date today <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<00>"/> >>>>>>>>>>>>>>>>>>>> this should be the year <DELAY Flags="\x01" Time="0.05"/> <TEXT TYPE Action="0" Text="<TAB>"/> <TEXT TYPE Action="0" Text="<TAB>"/> <DELAY Flags="\x01" Time="0.05"/> any suggestion on how it will automatically fill the dates for example on the box for date tomorrow and the box for the date today. This is for my project thanks
×
×
  • Create New...