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...
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()...
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...
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
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.