Jump to content
Macro Express Forums

s8884

Members
  • Posts

    17
  • Joined

  • Last visited

Posts posted by s8884

  1. Hello,

    First question

     i use the command <WEB SITE URL="https://axy Wait="TRUE" Default_Browser="TRUE" NoEmbeddedVars="FALSE" _IGNORE="0x000C"/> but i have to put a wait command after this command to enter a text. Why doesnt it work - wait until website is loaded?

    Secon question

    As a workaround i created a variable for the time to wait after loading a website this command does not work 

    <DELAY Flags="\x01" Time="%HWBDSpeedinteger%"/> it seems the system freezes the variable has the value 12. if i use the the value it works.

    <DELAY Flags="\x01" Time="12"/>

     

    Any idea?

     

    Thank you

    Martin

     


     

     

     

  2. Hello,

    i want to save some text in a text file to retrieve this data with ASCII File Express - can i save in the text file end of paragraph or a break of line(an with which chararcte)r.. If i put the data in a text field afterwards it works perfect? sorry, my last english lesson is some twenty years ago.

    thank you

    Martin

     

  3. Hello,

    is there an opportunity to subtract 1 to the following statement - i want to subtract to the variable StelleSemikolon 1 - or do i have to declare a new variable before?

    <VARIABLE MODIFY STRING Option="\x09" Destination="%Programm%" Variable="%Zwischenablage%" Start="1" Count="%StelleSemikolon%" NoEmbeddedVars="FALSE"/>
     

    Any idea?

     

    Thank you

    Martin

  4. Hello,

    if i fill in a web formular with this command - this command works too fast - it misses some words - i changed the provider and now my speed is much faster - how can i slow down the speed of writing the words in the formular - macro playback speed has no effect. thank you

    %NameArray[1]%<TAB>%NameArray[2]%<TAB>%BFGBeschreibung%<TAB>Mitarbeiter der Max Muster Beratungs- und Vertriebs AG, Filialdirektion %GS%<TAB>%TelefonArrayNeu[1]%<TAB>%TelefonArrayNeu[2]%<TAB><TAB>%Agenturemail%@muster.de<TAB><TAB><TAB><ENTER>

     

    thank you

  5. hello,

    I start a Website and sometimes it enters the clipboard and sometimes not.

    does anyone has an idea?

    thank you!

    <WEB SITE URL="https://xyz/anwendungen/hbd/hbd.html" Wait="TRUE" Default_Browser="TRUE" NoEmbeddedVars="FALSE" _IGNORE="0x000C"/>

    <MACRO PLAYBACK SPEED Speed="1"/>

    <WAIT FOR WEB PAGE Indefinite="TRUE" Hours="0" Minutes="0" Seconds="0"/>

    <TEXT TYPE Action="0" Text="<CTRL>v"/>

    <DELAY Flags="\x03" Time="2841"/>

    <TEXT TYPE Action="0" Text="<ENTER>"/>

×
×
  • Create New...