|
I have a form with a control list of multiple locations, and a button on the form that prints a separate report for each location.
The problem is that even if the location has no data to report, it prints anyway. What I want is if theres no data, then...
Started by Wellington32 on
, 6 posts
by 2 people.
Answer Snippets (Read the full thread at access-programmers):
Of a record that has not data to report ,by adding Is Not Null in the Criteria .Only records.
|
|
I'm using Crystal Reports 11 (and VB6) to open a report file, load the data from an Access database and either print the report to a printer or export the report to another .rpt file (for later printing without the database)
Even for small amounts of ...
Started by DR on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In my application there are so many suppressed fields and sections that Crystal just drags for about... .
Seeing that there are no other replies I'll just post what I'm really thinking and that is honestly I wish my Crystal Reports 11 app was as fast as yours .
|
|
Software: Microsoft Access 2007 SP2
Database File Version: Access 2000
I have an access program that I inherited from a previous employee. It uses forms for reports and since I don't have much experience in access I have continued to do this. I have created...
Started by Tanj on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My solution....
I believe it's set to "double click" by default.
Some other things to look for would be the "Auto Activate" property .
Check the "Display When" Property of the control and make sure it's set to "Always" (if you do it via code then Always is 0) .
|
Ask your Facebook Friends
|
How can i print my own messages depending on the output of a SQL quesry. Eg:
print "got it" when select * from emp wherempno=10; return atlest one record. else " not presnet" when the above quesry returns 0 records
i just one one sql quesry and not a ...
Answer Snippets (Read the full thread at stackoverflow):
I don't have access to oracle at the moment, so the syntax may not be perfect, but something like below should work
select case t.c when 0 then... .
You could try grabbing the total in a sub-query and then selectively returning the result in a case statement .
|
|
I know the exception is kind of pointless, but I was trying to learn how to use / create exceptions so I used this. The only problem is for some reason my error message generated by my exception is printing to console twice.
import java.io.File; import...
Started by Tyler on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you printing this data ?
<< Student>> Id: 2 Doe, Junior GPA: -4.0
Are you sure you aren't has a call to toString() in it, which will print the exception before returning the proper string.
|
|
I'm in need of a solution to print or export (pdf/doc) from C#. I want to be able to design a template with place holders, bind an object (or xml) to this template, and get out a finished document.
I'm not really sure if this is a reporting solution or...
Started by eyston on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Basically what I did was create a Word template file (file extension .dot, FixedDocument, FlowDocument... .
For the records it needs to print and then for each record it returns it matches fields in the database printing project.
|
|
Greetings, I want to read through a file, go to sleep and then check if new records were written to the file. If yes I want to process the records, if no go back to sleep and check again later (in a forever loop).
I thought I could do something like this...
Started by Mark Mathews on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
That's because your while loop....
File::Tail is your friend.
It just looks fluent visually.
Achieving something like tail -f wont work the way you try it .
Hey,
thats because you need to open() and read the file each time at a time and close it afterwards .
|
|
Hello,
this is not strictly a server admin problem, but one I (as an admin) am tasked to resolve. Marketing wants to send out coupons with our packages. The code I thought up was something along the line: HITS-#MERCHANT#-#COUPONITERATION# So we can track...
Started by jotango on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
Yeah....
Tell them your job in detail, and show them a finished "variable data printing".
I would like to get 10.000-5.000 blank coupons and print the coupon code on them here shopping around for a good printing company.
Administrator.
|
|
On Mon, 27 Jul 2009 10:14:28 -0400, "cas" <cas@clf.msn
Hola,
Cual es el equivalente de la opcion, "Suppress Printing If No Records",que
existe en Crystal Report en Reporting Services 2008??
Desde ya agradesco vuestra colaboracion, Carlos
Started by cas on
, 7 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
On Tue, 28 Jul 2009 22:13:30 -0300, "Maxi" <maxi_da@infovia.com.ar.sacame
Hola, cuentanos que quieres hacer exactamente, cual es el problema en el
reporte?
--
---------------------------------------------------------------------
Maxi Accotto... .
|
|
On Thu, 26 Mar 2009 08:47:03 -0700, Michael <Michael@discussions.microsoft.com
We have a customer that has open invoices from 10/08 to 3/09. When trying to
run a few different statements for this customer, we receive 'There are no
records to ...
Started by Michael on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
On Thu, 26 Mar 2009 11:19:01 -0700, Mariano Gomez <MarianoGomez@discussions.microsoft.com
What version and build number of GP are you using?
Best regards,
--
MG.-
Mariano Gomez, MIS, MCP, PMP
Maximum Global Business, LLC
http://www.maximumglobalbusiness... .
|