Jump to content
Macro Express Forums

sridharr

Members
  • Posts

    6
  • Joined

  • Last visited

sridharr's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Nice Idea. How to parse the text? My Text : · When changing the description ‘A’ to ‘T’ then Texas state exemption will be popped up. · Some of the groups (ADP, Gevity) should not be processed. · Match the renewal date with initial effective date Ø Check the day and month for Open Enrollment. Ø Check the day and month with the year for new group. · State Exemption Pop up including the P& P to be referred. · Time line for COBRA should be same for all the COBRA active dates. · EA=N; Inquiry date should be the first of the insurance month for all process. · In SGAR screen, Pop up should appear for the missing information or blank field in SGME. · In SGAR the impacted employees list also popped up. Parse any five text in the above Paragraph.
  2. Hi All, I need to copy 5 strings from emulator(Mainframe Window) .Please review my code. My Code : Variable Set String %T1% from Clipboard Delay 2 Seconds Variable Set String %T2% from Clipboard Delay 2 Seconds Variable Set String %T3% from Clipboard Delay 2 Seconds Variable Set String %T4% from Clipboard Delay 2 Seconds Variable Set String %T5% from Clipboard Delay 2 Seconds If delay is not given.Its not working as defined.So totally take 10 seconds delay+2 seconds for processing. For Manual copy, It takes only 8 second. Please improve my code ,if you have any idea. Thanks Sridhar R
  3. Nice Thinking. It is not an excel window. I am using mainframe window. Also this process takes time. If you have any other idea share with me.
  4. Hi All, Through Macro Express, I have active another window (Title :Emulator).In the active window i need one string. i.e I need 3 row 5 column to 3 row 15 column. After that i need to assign this string to new string Variable.How can I do this? Eg: In VB Dim a as string=application.gettext(3,5,3,15) Thanks in Advance.
×
×
  • Create New...