on ‎2012 Aug 17 9:57 AM
I'm using Jeeves and Crystal reports.
Im trying to activate a report by using a macro without having to fill in the parameter.
I have entered the code below, but when activating the macro, I still have to fill in the parameter (fr.ftgpostadr5) in a popup.
What have I done wrong?
function
q_skriv_frakt: boolean;
begin
crystalprint('\\Fvh\Jvsmast\rpt\cr\se\Fraktsedel_levadress_1.rpt',false,'DIALOG',1,'',true,true,(fr.ftgpostadr5),true);
q_skriv_frakt := true;
end;
bool1 := FocusListField('olhutpl', 'ftgpostadr5');
antal:=1
end;
q_skriv_frakt := true;
end;
Request clarification before answering.
Hi John,
nice too see I' not the only one using jeeves an Crystal Reports together.
(I know it is an old question) but hier the way I do:
Parameter1:=(fr.ftgpostadr5);
crystalprint('\\Fvh\Jvsmast\rpt\cr\se\Fraktsedel_levadress_1.rpt',false,'DIALOG',1,'
fr.ftgpostadr5=Parameter1',true,true,'',true);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi John,
Never heard of this, looks interesting. But it's not supported but looks like it's simply URL reporting, maybe...
In any event there is no command line ability to run Reports so if that's what Jeeves is attempting to do it won't work.
Don
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.