rbuser
Comments
-
Thanks! That is plenty of information to get going.
Michel
-
SQL2 did it.
Thanks,
Kevin
-
hello
thanks for your help, I solve the problem.
I remove a prolabel that I use in one form.
but it's a bit strange.
thanks
-
One tipp is, to select one label of your report. If you insert a new label,
the fonts and other properties are "cloned" for the new inserted label.
This works only, i a label already exists on the form.
chris
Oh, stupid me. I finally noticed the combo box.
Sorry to bother.
Thanks,
MB.
How? Where?
Do you mean Report-->Data in the Designer Tab? It is not working.
Please, explain in details.
Thanks,
MB.
That is the only place I changed that I can see with a diff. I have D6 sp2
and RB 6.03 Pro. I have since also added:
lForm.WindowState := FFormState;
right below the other line I added, so that I can get the window state…> It may be a network connection problem since you can't connect to data all
This occurs when a lot of data already has been transferred from the
network. And displaying and working with the data is no problem, just the
generation …Thank you very much Jim and Chris
MB.
Hi Moisey,
there is a special component for displaying text vertically. See 'RotatedText by Artem A. Berman' from 'friends/rcl', the download link is http://www.dig…Thank you for the explanation.
I guess I'll stick to the LoadFromDatabase method.
One more question:
But if I have several reports with same names in different folders, then do
I have to use ppReport1.Template.OnLocateReco…One more thing.
Your "Tech Tip: How to Programmatically Load Reports that were Saved using
the Report Explorer"
doesn't work either unless Report Explorer is instantiated. (At lest 1st
method).
The question is still the same…Also, it seems that I can't call a method of the report explorer without
creating it first.
But calling to the TppReportExplorer.Execute method creates and SHOWS the
dialog.
Can't I create the instance of the TppReportExplorer wi…Jim,
Thank you so much!
My client was asking about this 'feature'. "When there are no sales at all,
just let me see the page ...'
I think you've solved my problem here too.
Regards,
Wouter Devos
Jim,
[ndBlankReport] ???
Will this show my data in the summary band when my second dataset has data
and the first one does not?
I'll give it a try this evening and keep you informed about it.
Regards,
…Also your example "SavePrinterDevMode.zip" in tech tips is not working how
it is supposed to.
First:
I'm pressing the "Printer Properties" button and change several settings.
Afterwards:
If I am pressing "Print" button…Cool, that seems to be a proper solution for me.
Although, could you pleasse explain it in more details?.
By "print settings of the first printed report" do you mean
TppReport.PrinterSetup property?
By "before the first rep…Ok, thanks for the tip, but it is too hard for what I need to do.
Can I simply suppress printer settings dialog popup then? So that only
default values would be taken into account before printing?
I found the solution.
Uncheck all autosearchfields and check them in the order I want.
This solved the problem.
Regards,
Wouter Devos
Another point of interest, I found that if I set ppReport1.ShowPrintDialog
:= True then it prints right out. I would rather not have the dialog
though. So any suggestions would be really appreciated. Thank you!
Hi Nico,
I saw the other messages in the NG that said to refer to demo #127 so I did.
I found the procedure event that it uses (GetCaptionText) and I put one in
my code, but I can't get it to Fire. I don't know what object has …
Hi Nicolas,
see chapter 39 'International Language Support' in RBuilder.pdf.
------------------------------------------------------
Article: ReportBuilder International Language Support
-------------------…In removing the code that added the SQL table and field name columns, I
sometimes get an index out of bounds error. I think I've caught all the
references to columns, but there must still be one that is wrong. As always
happens, I'm…Aha, I had the wrong class name in the override code. That works now, but
it feels like the wrong solution. Could you still respond to this?
Jim
Thanks! I've got the new form registered and it does not show the SQL tab.
I've also successfully removed the columns showing the SQL table and field
names. Now I noticed that right clicking or clicking the toolbar buttons in
a data…Thanks, this was a good start, but I ran into a couple of problems. First,
the SQL item on the context menu for a "floating dataview" is gone, that's
good, but the SQL tab on the Query Designer dialog is still there. Second,
with th…Jim,
That works as long as you don't use the ADS data dictionary. Once you
use it, the DADE no longer works to query data (error). Only ADO OLE DB
Provider will accomplish that until I upgraded to Win2K. Why I don't
know…I'm using an ADS data dictionary with my end user app. I can connect to
it with an ADO Connection component. My understanding is that I have to
use (ADO ala OLE DB Provider) to be able to use DADE in RB. If I open
the RB data dicti…> Was the data locked by the user?
No.
No.
No.
involved?
Yes.
This end user query app was working just fine on a Win98 machine. Now it
won't work on a Win2K machine. I'm using a RB data …