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!

Search results for query: *

  • Users: MossNelson
  • Content: Threads
  • Order by date
  1. MossNelson

    Report with NOCONSOLE and REPORTBEHAVIOR 90

    Hi, I would like to upgrade my VFP reports with some of the features available with Set Reportbehavior 90 in VFP9 SP2. If I call a report using the standard REPORT FORM myreport.frx TO PRINTER NOCONSOLE with Set Reportbehavior 90 I get "TALK" back to the calling form. Eventually, it overruns...
  2. MossNelson

    Adding code to _screen Methods

    I know that I can place an object such as a Command Button on the VFP desktop. For example, _screen.AddObject("mycmd", "Commandbutton") _screen.mycmd.width = 75 _screen.mycmd.height = 50 _screen.mycmd.caption = "Click Me" _screen.mycmd.visible = .t. How can I add my own code to the Click()...
  3. MossNelson

    Word automation, merge 2 templates into one doc

    I have a Word automation program which creates a document using a .dot template and bookmark fields from within a program. This works Ok. Would like to use a second .dot template which would serve as a cover sheet and to merge the two documents into a single .doc How can I accomplish this...
  4. MossNelson

    Printing 'Continued' after grouping page break

    Hi, How can I print the word "Continued" after the text in my Group Header reprints on a second page ? I can add an IIF condition after the original text itself but how do I tell that a page break has occurred ? I am using VFP 9 Thanks
  5. MossNelson

    Stretch variable in Report Summary Band

    I am trying to print the contents of a variable m.myremarks into the Summary portion of a VFP9 report. 'Stretch with Overflow' is checked and Object Position is 'Float' yet the printed text gets cut off and does not Stretch past the size of the field box. Increasing the size of the field and...
  6. MossNelson

    Can VFP listen for Windows 'events' ?

    I have a VFP9 application that runs on a terminal server. Users log in to the Terminal Server session and then log in again to the application. The problem is that sometimes users just shut down their TS session thereby depriving the application of a required auditing logout record. I would...
  7. MossNelson

    How to get Project Manager to stop thinking 'error'

    I have a report which uses an array as one of it's sources. The report works fine but the Project Manager keep giving me an error which is nothing if not annoying. The error is "reportname.frx has the following errors: Unknown A_REPT - Undefined" I have tried placing "EXTERNAL ARRAY...
  8. MossNelson

    Using subscripts and superscripts in Report Designer

    I need to insert some subscripts in to a VFP report to denote chemical reference values. It's extremely time consuming and not easy to use labels but I've been positioning them higher and lower until they appear correctly. For example, the 2 in CO2 has to be lower then the C or O. Anyone know...
  9. MossNelson

    Does REPORT activate the main screen ?

    My application (a VFP8 exe) contains a report which runs inside of a SCAN/ENDSCAN loop. The loop will execute approximately 3000 times and with each pass output a single REPORT FORM TO PRINTER NOCON command to various printers. The problem: I would like my users to be able to do other things...

Part and Inventory Search

Back
Top