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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RPEN
  • Order by date
  1. RPEN

    Change Font for Dialog Box?

    I would need to use VB to do that, correct?
  2. RPEN

    Change Font for Dialog Box?

    Is it possible to change the font for a dialog box? Would like to change to a fixed width font.
  3. RPEN

    How to exit dialog

    I found something that works, although I don't know if it's good practice. In my 'idle case' I check if the Extra session is active. If it's not (meaninf the user has exited Extra whie the dialog is still up), I use the DestroyWindow function to close the dialog box. I was worried about how...
  4. RPEN

    How to exit dialog

    Yea, I tried an Exit Function - doesn't seem to work. Is there some way to 'simulate' a button press? I use the idle case to check if the Extra session is the active window. If it's not, then I hide the dialog window, otherwise I show the dialog window. Seems to work good. The only problem...
  5. RPEN

    How to exit dialog

    I'm using a dialog similar to the on below (copied from another post). Under 'case 5' (idle) I am checking to see if the Extra session window is still open. If not (user has closed it) then I also want to close the dialog box. I am setting FileDlgFunction = False, but the dialog box does not...
  6. RPEN

    Enable HotSpots via Extra Basic

    Thanks, for now we are closing the session, updating the session file, then reopening the session. will have to stay that way until I have more time to look at it.
  7. RPEN

    Enable HotSpots via Extra Basic

    Anyone know how I can enable Hotspots via an Extra Basic macro? Right now we do it by shutting down Extra, then altering the session file, but I'd like to do it without shutting down Extra. I know how to set the HotSpot scheme, just need to know how to Enable hotpots. Thanks.
  8. RPEN

    PushButton Labels

    Our app allows users to personalize the labels and they sometimes use long labels and are asking that they be left justified. I guess I can just use LEFT(fieldname,10) as the label. I'll try it.
  9. RPEN

    PushButton Labels

    Anyone know if I can left justify the label on a PushButton? Default seems to be centered.
  10. RPEN

    Extra Hotspot Issues?

    I think we solved our problem. It seems that there is a problem when you use both Hotspots and Screen History in Extra. We turned off Screen History in our session file (EnableHistory=NO) and this cleared up our problem. It's like the saving of the screens causes some sort of delay that...
  11. RPEN

    Extra Hotspot Issues?

    Sorry for the basic questions but: How and when do you run this script? These Hotspot problems are happening as I navigate through the screens of our mainframe application (no macros/scripts running). I'm not sure how or when you're running your code in order to 'clear' the hotspots. Thanks.
  12. RPEN

    Extra Hotspot Issues?

    So, are you saying that you've experienced the problem where the Hotspots don't clear? What version of Extra are you running? "I was playing around and making the session.visible switch from TRUE to FALSE to TRUE and it worked." "I set it up on a timer to refresh the HotSpots at 5 seconds if...
  13. RPEN

    Extra Hotspot Issues?

    Hmmm... not entirely sure what you mean. By auto-invoke do you mean macors that are started by clicking on a hotspot? Our hotspots are behaving unpredictably even if we don't invoke them or run any macros. We navigate to the screen with the hotspots and can see them there, but then we...
  14. RPEN

    Extra Hotspot Issues?

    We have some hotspots defined for our system using Extra Xtreme v8. The problem we are having is that intermittently, the hilited areas still show up on another screen. In other words, the hotspots show up and respond as expected, but when we trsfer to another screen, the buttons still show up...
  15. RPEN

    Keystrokes Saved

    In Extra Xtreme v8 the following shows at the bottom of the screen: Keys:0000 Saved:0000 Is it possible to update the 'Saved' number. I want to use this to show users how many keystrokes they're saving by useing our macros. I assume that this is the purpose of these numbers? Thanks.
  16. RPEN

    Extra Basic $Include Question

    Skie, I think you're right, that was probably it. I ended up using global variables to pass the info to the called macro. CompuDork, do you have an example of running a macro the way you're suggesting? btw, I ended up posting this question in the "Home>Forums>MIS/IT>Inter-Connectivity...
  17. RPEN

    How to get logged on userid

    Cool, thanks. I'll likely have more simple questions as I'm totally new to Windows based programming (if you can call it that). Long time mainframer here.
  18. RPEN

    How to get logged on userid

    How do I retrieve the userid of the currently logged on user? Do I use the Environ function? Then I need to hard code the location of the UserName variable in the env table? Thanks
  19. RPEN

    Sending Email via Outlook

    Thank you!
  20. RPEN

    Sending Email via Outlook

    Thanks, I was aware of that, but I need to scrape fields off of several application screens, as well as retrieve info from a falat file nad a spreadsheet, then combine that info into an email.

Part and Inventory Search

Back
Top