Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Vexaxix

  1. Vexaxix

    ExtraArea

    I got it! Thanks skip.
  2. Vexaxix

    ExtraArea

    Thanks Skip, I can't pull that up in my help at all. Is there an example included? I can set the area using myScreen.area(1,1,1,20) without a problem. What I can't do is use extraarea.left to return a 1.
  3. Vexaxix

    ExtraArea

    Hi, thanks. I don't have any code that uses extraarea. From looking at the object-browser, it seems as though the class has the ability to report attributes of a screen selection. Extra help provides nothing on the topic, neither does a google search. In fact the only place I have seen...
  4. Vexaxix

    ExtraArea

    The ExtraArea class is visible via the object browser, but I can't seem to set it. Anyone have an example of it in use?
  5. Vexaxix

    .DLL not found?

    I am trying to access the attachmate whlapi32.dll (running Extra 6.7) from excel. I can access the functions in the api from the extra macro editor without a problem, but i get a file not found (53 not 48) error when trying to access them from VBA. I am declaring as follows: Public Declare...
  6. Vexaxix

    Invisible Fields

    This is what I use right now, but I was hoping there might be a function I am unaware of that is less of a work-around. Sub Invisible(the_row, the_col, the_length, the_string) 'Reads invisible fields properly Set Invisible_Field = Screen.Select(the_row, the_col, the_row, the_length +...
  7. Vexaxix

    Invisible Fields

    The mainframe I connect to has a number of 'invisible' fields. Ones which contain data, but are not actually displayed. When I screen.getstring the field, it captures the data, even though it is not visible. How can I determine if the text is invisible? If it is, I don not want to...
  8. Vexaxix

    Disabling macros

    Is there a way to disable the ablity for Extra! to run macros? Ideally, I would like to prevent users from editing, creating or executing any macros from within the extra environment.
  9. Vexaxix

    Printing to the network printer

    Perfect, thank you!!
  10. Vexaxix

    HOW TO FLASH UP A MSG BOX AND THEN CLOSE AUTOMATICALLY

    Long day at the keyboard.. wasn't paying nearly enough attention. Sorry 'bout that.
  11. Vexaxix

    Printing to the network printer

    From within a extra macro, how can i determine the users default network printer name?
  12. Vexaxix

    HOW TO FLASH UP A MSG BOX AND THEN CLOSE AUTOMATICALLY

    Give it a shot. I compiled and ran that before I posted it, so it will run in extra!6.7 on a win2k platform.
  13. Vexaxix

    HOW TO FLASH UP A MSG BOX AND THEN CLOSE AUTOMATICALLY

    Hey. This is probably not the best solution, but it works for me... Use wscript to place the message.. the user can click okay, but if they don't it goes away after a second anyhow... Global WshShell As Object Sub Main Set WshShell = CreateObject( "WScript.Shell" )...

Part and Inventory Search

Back
Top