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 TouchToneTommy 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 Docpro777

  1. Docpro777

    Change display properties programatically

    Jim (and others) I'm familiar with most of the above... But to change the color of the form(s) TITLE BAR, CAPTION COLOR, etc. ...This is my curiosity. Thanks, Phil Philip M. Traynor, DPM www.doctorprofessional.com
  2. Docpro777

    Change display properties programatically

    Thanks Jim, I'll try these and report as feasible. Philip M. Traynor, DPM www.doctorprofessional.com
  3. Docpro777

    Change display properties programatically

    Do any of you know how one might change display properties programatically, without affecting other windows' windows? Caption Font, color of title bar, etc. Thought it might be interesting to play around with such (non-critical apps, etc.) Thanks in advance, Philip Philip M. Traynor, DPM...
  4. Docpro777

    FRX to word, Why this doesn't work, no word file is create

    Gert, I may be way off here, I'm using "frx2any" (do google search) from a free trial version, that works fair to midland. Everything else out there truly has failed for me. I'm assuming your frx2word object even exists, etc. Does it exist, etc.? Phil Philip M. Traynor, DPM...
  5. Docpro777

    What is the preferred way to define variables?

    Tastrade (I think) used a custom application (oApp) class as well as a custom environmental class: I think oApp.Init or oApp.do (UDF) called the environmental class to set and reset public variables at the start. oApp.Cleanup (UDF) may have released them and called the environmental class to...
  6. Docpro777

    Report Crashes When Maximimized (Myform.Windowstate=2) ?

    Craig, I tried sys(1104) (with and without '?' preceding) and to no avail. Great idea purging the cache, albeit I'm running pretty high RAM these days (if that makes a difference) Another side note: I've had to place WAIT commands to slow report processing down, i.e.: WAIT window...
  7. Docpro777

    Report Crashes When Maximimized (Myform.Windowstate=2) ?

    Very well Craig, I'll try sys(1104) above and/or below the report command(s) Thanks, Philip Philip M. Traynor, DPM www.doctorprofessional.com
  8. Docpro777

    Report Crashes When Maximimized (Myform.Windowstate=2) ?

    I placed this command: _screen.ActiveForm.windowstate=0 ... just before the offensive report line (REPORT FORM (xreport) FOR &filt_expr PREVIEW) This has worked around much of the crashing (for now). Again, thanks for the logic. Philip M. Traynor, DPM www.doctorprofessional.com
  9. Docpro777

    Report Crashes When Maximimized (Myform.Windowstate=2) ?

    Rick, I'll certainly give your suggestions a try, to work out all the pieces. I'll let you know + or - shortly. A side note ...: My VFP reports per se are truly quirky, especially report previews (for example): 1) While launching a preview, the report designer often appears to visibly 'jump...
  10. Docpro777

    Report Crashes When Maximimized (Myform.Windowstate=2) ?

    ...Yes, everything was fine in VFP8 after all the VFP and XP-service packs and patches. Then this!: The crash is the same for All my different computers with different printers and all those service packs updated, (even the one with windows 2000.) Windows fatal errors take place only when...
  11. Docpro777

    Desktop Timer (exe) to run 'My.exe'(s)

    Thanks Mike, Jim, Craig, 'Don't know how I missed on that 'Scheduled Task' for windows. It seems to solve all the problems SANS programming. (Don't want to re-invent any more wheels) It seems the best way to go at present. As for bbsystray.fll, I should check it out as well. Philip M...
  12. Docpro777

    Desktop Timer (exe) to run 'My.exe'(s)

    I'm experimenting with a DesktopTimer.exe concept to hopefully run other 'My.exe'(s) (backround backups, schedule updates, etc.) and am having frustrations: 1) The Timer class object sticks only to a form (container class); is there another idea for a programatic timer (DOWHILE loops?) to run...
  13. Docpro777

    Can reports become images to be made into wallpaper or desktop image?

    Brian (and all), this works spectacularly for me now: Here is my COMPLETE working prototype in just a few lines of code using James dll and your wallpaper resources: _screen.WindowState= 2 _screen.backcolor=rgb(255,255,255) &&or whatever report format 'reports\visit\schedmo' for...
  14. Docpro777

    Can reports become images to be made into wallpaper or desktop image?

    Brian, I finally figured out James Kahn's dll and it truly is great. Apparent Advantages I see are: 1) It gives directory option as to where to save the bmp (vs. default mypictures) 2) It snaps a (developer/user) controlled dimension of the screen. 3) It bypasses MSPaint altogether. 4) It...
  15. Docpro777

    Can reports become images to be made into wallpaper or desktop image?

    Brian, I'm excited about studying and implementing this work-around and seeing the whole idea work (however crude it may function). Time permitting I'll keep you posted: re-state the conclusive code, and/or discuss a few other loose ends. Thanks again for your exceeding thoughtfulness in this...

Part and Inventory Search

Back
Top