Search results

  1. N

    Get widet handle from procedure

    Thanks, but changing this v-hand = session:FIRST-OBJECT. gives the error: Incompatible data types in expression or assignment. and it is declared as: def var v-hand as handle no-undo.
  2. N

    Get widet handle from procedure

    thanks for the response but im slightly confused still. In my code all it ever returns is the type 'Procedure' - how do i look further to get to it child types window, frame etc.
  3. N

    Get widet handle from procedure

    Hi Im trying to get the handle of a widget but cant seem to get any further than a window. running the below will loop through all the procedures running but how would i get a handle to one of these so that i can chaneg the WINDOW-STATE def var v-hand as handle no-undo. def var v-hand2 as...
  4. N

    use an existing internet explorer process

    Hi I am trying to figure out how i can get progress to open an existing instance of internet explorer (if exists). I have the code to find if the process is running but how can i attache that process to an object to open it and pass a new url parameter. everything i try just keeps opening a...
  5. N

    check for open internet explorer window

    cheers, ill give it a try! thanks for your help
  6. N

    check for open internet explorer window

    thanks sphipp, this is certainly doing the trick the only issue is it closes down another session of browser example: I have two browser sessions open: 1) my page 2) google it will close both, but if 3 sessions are open it still only closes 2? wondered if you had any ideas?
  7. N

    check for open internet explorer window

    Hi That works great, but how would i close that window once i have identified its open?
  8. N

    check for open internet explorer window

    wow thanks - i'll have a play and let you know how i get on!
  9. N

    check for open internet explorer window

    Hi I want to check to see if a browser window is currently open, hopefully by checking its locationname. however i am unable to find a way to check for a running process of iexplore in progress. i can get the browser window to open but would like to know if it is already open before...
Back
Top