rbuser
Comments
-
Nevermind, I figured it out again:
in ppRptExp.pas:
procedure TppFormWrapper.PropertiesToForm;
var
lForm: TForm;
begin
lForm := GetForm;
if (lForm = nil) then Exit;
if (cs… -
Hi Nick,
I'm using RB 7.03 with Delphi 7 pro. The behevior only occurs upon multiple
calls to the execute method of the Explorer component. Therefore, when you
hit launch button a second time the menu disapears.
John<… -
Hi Nick,
It's pretty easy to reproduce.
Start with any end-user project that has the "Launch" button to display the
explorer.
1. Add a TMainMenu component
2. Add a top level menu item. I gave mine a caption… -
Reviewing a little more, the dbText objects are hooked up to fields that are
setup as double type. Also, there are many instances in the on the Calc tab
where the customer is attempting to load other variable objects based on the
valu… -
Thanks Nard.
This seems to be what I want.
-
No this is exactly the issue I was trying to resolve.
In any SDI application using Modal forms that I have created over my 12
years of writing windows apps is that there usually is only one item on the
task bar for however many modal … -
Thanks Nard,
This patch has fixed the problem.
Mike
-
I just updated to version 7 today (Really could not afford to just yet, but
have to get three issues resolved, this being 1 of 3) and I'm still getting
the wrong value returned here.
Both FListView.FolderId and FListView.ItemId … -
The TppReportExplorer.ItemFieldNames is properly mapped ItemId = ITEM_ID
I do intend to update eventually, but, I really cannot afford to update just
now. Can you check version 6.03 to see if it works for you? This was
report … -
Thanks. That work perfectly! I didn't even have to put my report in a
subreport.
Greg
-
In article <3f86cf95$1@dm500.>, support@digital-metaphors.com (Nard
-
I've run into a problem here though: if I at runtime I first open the
designer with riDialog off, then close it (and I and freeing the form that
owns the TppDesigner component as well so presumably everything is created
afresh), then … -
Oh dear, I should have known that. One can try too hard sometimes
Thanks.
--
Paul Toms (mailto:paultoms@cix.c… -
Thank you. I had missed this tip. Works great!
Tom
-
Thank you very much
Didn't realize it was there
Add to manual possibly?
-
Thank you, using TppVariable's OnGetText event to get the results really
seems to work alright.
-
No, It didn't help.
I don't have the variable report anymore since I exchenged all variables on
labels and thus I can't check it anymore; but I still have an error which
seems to happen because of the same reason.
I have 3 pages … -
Problem solved, check the "Cannot Generate DataDictionary" thread below
Eduardo Martinez
-
Thanks a lot for your answer,
I wouldn't like too much to mess with your code, but if there is no other
way I'll give it a try
best regards
Eduardo Martinez O.
-
Sorry,
Eduardo Mtz O.
-
Hi Nard,
I am grouping data but only want to choose the dataset if the grouped total
of an amount field is > zero. I believe I can do it with ReportBuilder by
not displaying the grouped line from within calculations tab, but… -
Oh OK, is that a specific SQL standard? DBISAM appears to support it
Regards
Alex
-
Thanks, I will try this.
Ken
-
Same solution for the "Long Fields" thread above (that project is using
MSSQL but I migrated the data structure from informix).
Thanks for your help in both of them
Eduardo Martinez
-
Problem solved, my mistake I defined the rb_Table and rb_Fields tables with
Char(60) and it must be VarChar(60), that was inserting extra blank
characters that messes the SQL
I guessed that out by checking the Interbase example<… -
Thanks a lot, I'll do all of this and try to keep you informed
Eduardo Mtz
-
This solves one problem, but creates another. I would be willing to
lose the Multiselect features of the listboxes, that is not a very big
deal. But by having to turn off the Listbox.Style being equal to
lbOwnerDrawFixed, one loses … -
Thanx to all for your responses.
Greatly appreciated.
J.
-
Build your own Query Wizard form and register it via ppRegisterForm. Most
likely somebody at D-M has a demo you can use to get started. Pretty much
all windows in report builder can be replaced with custom ones. There is a
tech-tip… -
Thank you very much, that works great !!!
MB.