Hi EinTerraner,
SET PRINTER TO <PDfCreator>
REPORT FORM <YourOutputName> TO PRINTER
<YourOutputName> is the name of the .FRX (report form), right?
Suppose I need for the name of generated PDF to be "Customer 0009 - Receipt.pdf", where shall specify this in order for the PDF to be created with...
Hi Joe,
I do use FoxyPreviewer, albeit the free version. I didn't know that it can output to a PDF. I thought it was a better REPORT FORM PREVIEW interface.
Perhaps you can provide me a few snippets to start off?
Thanks!
Hi Experts,
Am trying to the do the following:
Print to a PDF from a REPORT FORM (a receipt), then email this generated PDF file as an attachment to a customer's email address.
My questions:
1. Can I do a SET PRINTER TO NAME "Microsoft Print to PDF" before running REPORT FORM TO PRINT?
2...
Well, it is now MariaDB technically. *wink* *wink*
Where do you get stuff from these legends sir? I have seen a few from them, like during the days when universalthread.com existed. (It is now levelextreme, right? It seems though that it is not so much active for VFP posts anymore. I may be...
Hi Joe,
Agree with you on this in that a permanent table will be provide for a faster and snappier operation.
However, this will be an ad hoc type of query, wherein the management checks for any missing invoices that were not posted. So basically, management will query the system for any...
This is confirmed Sir Tore.
Code I used (thanks Tore):
select nrefno+1 as missing from serial where nrefno+1 not in (select nrefno from serial )
It will detect the first "hole", it will not show if there is a second consecutive missing one.
The desired query result should have been 4, 8, 10...
Hi Mark,
SELECT * FROM csrAllValues WHERE iValue NOT in (Select iValue FROM csrValues) ORDER BY 1 INTO CURSOR csrMissingValues
So, basically, create a cursor for "all values" (csrAllValues), then check against csrValues.
Nice! Thanks you sir!
Will compare the LOOP / LOCATE algo against this...
Hi Guys,
Me again. I need to show the user which invoice numbers are missing given a number range.
Suppose the following:
Actual Invoice Numbers: 1,2,3,4,5,8,9,11,12,13,15 (each of these numbers are in their respective invoice records)
Number Range: 1 to 15...
Hi Experts,
It's me once again. I have a business object that opens certain cursoradapter (CA) objects. For example, boCustomer will open the Customer CA object and the Salesman CA object.
oCustomer = NEWOBJECT( "boCustomer" ) && the Init does the creating of cursoradapters Customer and...
Steve,
IMHO, maybe, I guess it's a difference of upbringing/culture/value sets? No judgement here okay?
I was tolerant at his hubris and inconsiderate remarks. And in your words, I simply "tolerated". When I read GGUEROS's reply to Chris's brash comments, I simply seconded the same...
Welcome to the club GGUERA! And for a while I thought, it was just me.
People who really want to help should be kind as well. Not brash, insulting, and full of hubris.
Cheers!
Romans 12:16:
"Be alike affected to each other: not aiming at high things, but accommodating yourselves to...
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.