Jump to content
Macro Express Forums

GregChi

Members
  • Posts

    36
  • Joined

  • Last visited

Posts posted by GregChi

  1. I have a macro that gets input for a number:

     

    //Type the day & then / (auto types 06)

    // DateFixer( Ctrl-Shift-/ )Starts as 01/00/00...ends as 01/xx/06

    Text Type: <F2>

    Text Type: <INSERT>

    Text Type: <ARROW LEFT><ARROW LEFT><ARROW LEFT><ARROW LEFT><ARROW LEFT>

    Wait for Text: "/"

    rem: Text Type: <ARROW RIGHT>

    Text Type: 06

    Text Type: <INSERT>

    Text Type: <ENTER>

     

    <REM2:DateFixer( Ctrl-Shift-/ )><TEXTTYPE:<F2>><TEXTTYPE:<INSERT>><TEXTTYPE:<ARROW LEFT><ARROW LEFT><ARROW LEFT><ARROW LEFT><ARROW LEFT>><DIS:<BEGCLIP><DIS:<WAITKEY2:000000:000005:48><WAITTXTN2:000000:000010:/><DIS:<TEXTTYPE:<ARROW RIGHT>><TEXTTYPE:06><TEXTTYPE:<INSERT>><TEXTTYPE:<ENTER>>

     

     

    If they want to exit without typing the '/', how do i write "if <esc> do something else if down arrow do something else" as choices?

  2. I see on the screen : FormMaker7.mex

    The actual link is: http://pgmacros.com/community/index.php?ac...pe=post&id=1359

    When i click to down load I get: index-002.php

     

    If i try to open it in a web pg I get:

    ME%TempName%PGMCRLFPGMCRLFT%TempName%PGMCRLFPGMCRLFT%TempName%PGMCRLFPGMCRLFT%TempName%PGMCRLFPGMCRLFTPGMCRLF %TempName%

    PGMCRLFTent Date/Time Any of above will work****************************************************TTTTTTPGMCRLFPGMCRLF PGMCRLF PGMCRLF PGMCRLF

    (etc)

     

    ALSO

     

    USZIPCODESDATATEXT.zip

    http://pgmacros.com/community/index.php?ac...pe=post&id=2354

    When i click to down load I get: index-004.php

     

    ALSO

     

    TextPickerHTA2.mxe

    http://pgmacros.com/community/index.php?ac...pe=post&id=2236

    When i click to down load I get: index-005.php

     

     

    What is happening here?

     

    (one of them showed in quickview+ as a ..zip type? that I could finally expand)

  3. When I run a macro to launch Eudora.exe, my macro does various other things.

    I then re-'activate' the eudora window.

    But, if i have the file D:\eudora.ini or the eudora directory open, my macro runs amuck, opening/starting many WRONG programs/tasks.

    I tried to 'activate' eudora.exe, but it 'can't be found'....

    Is there a way to 'activate' an EXACT (NOT partial) window?

    Greg Chi

  4. win98se; ME3.5.0.1; LTwinmodem; windows logon.

    I am NOT connected to the net & have NO network (single-user setup).

     

    This is my macro:

    If Online

    Dial-Up Networking: Hang Up

    End If

     

    When run, this is the resulting ME error:

    "there are no dial-up Networking connections to hang up."

     

    How does the 'if online' cmd work??

    Am I 'online' to win98??

    (then I'm also online to the electric company) :-)

×
×
  • Create New...