Micke
Micke
About
- Username
- Micke
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Thanks
-
solved it! [img]style_emoticons/<#EMO_DIR#>/laugh.gif" style="vertical-align:middle" emoid="" border="0" alt="laugh.gif" /> for whom it may concern in the future. procedure masterdata1onbeforeprintevent(sender: TfrxComponent); begin if (…
-
Ok now I have done this Var pOk:boolean; begin pOk := false; end. procedure frxmasterdata1onbeforeprintevent(sender: TfrxComponent); begin frxmasterdata1.visible := pOk; pOk := true; end; and have a page with one masterdataband and…
-
ok.. I am not so good at the programming part.. I dont generate the report from script (I only control a dialog from script) So where am i supposed to place this and what should I put in "Sender" //Micke
-
Ok, First: I have a database table with 15 elements. But in the report I don't want the first element (when it's irrelevent) but the other 14. How do I do? Second: I have a database with two graphs, If I want both I just use MasterData band an…