rbuser
Comments
-
Hi Nico, forget the previous post, found the tutorial in the manual.
Br
Petter
På Wed, 26 May 2010 15:26:58 +0200, skrev Petter Topp
:
--
Sendt med Operas revolusjonerende e-postprogram:… -
Hi again Nico.
Can you tell me where to find the Pass-thru tutorial?
Thanks
På Wed, 26 May 2010 14:54:50 +0200, skrev Petter Topp
:
--
Sendt med Operas revolusjonerende e-postprogr… -
Thanks Nico.
I will look into it...
Petter
På Wed, 26 May 2010 14:44:41 +0200, skrev Nico Cizik (Digital Metaphors)
-
Found the answer -
In the Data Tab you need to go File -> Data Settings -> SQL and then select
SQL Type of "SQL2" and then it appears to work.
Found that I had to set it in the designer component.
… -
never mind...i think i got it
-
hi Nico,
i already looked at the wiki but it does not give me the answer i'm looking
for
i want to add rap code to the Region1OnPrint
buy adding this to the reportcodemodule
but i can't figure it out
i can copy t… -
Thanks Nico, another reason to upgrade from v11 to v12, then!
)
Jason.
-
Nard Moseley (Digital Metaphors) wrote:
Sorry I missed that. Thanks for the reminder.
Phil
-
Phil Horst wrote:
I found the problem in the RAP code so now I can use the Show All Values
option in my SQL generation.
But a new problem is showing up.
Now when I run this report, the Autosearch prompt option … -
Nard,
Thank you for your response.
I defined code as indicated yet the procedure won't compile. I don't see
the problem.
When I try to compile this code, I get and error message:
. . . Expected '(' o… -
A related question, I think-
As mentioned I am using an IN autosearch field. I want to print a the
values selected by the user when running the report. That is, I want to
print the selected items from the NameField in the Look… -
Hi Nico,
Right - missed that.
After more exploring, I am able to get this work with the following
code. I suspect that something is not right still - perhaps in my
definition of my parameter.
The SQLstrin… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
I decided to try doing this using a pass-thru function. Using your
demos, I learned do to do a basic function. But when I modify it to do
what I need, I get… -
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Sorry I didn't provide the full context.
I am using SQLBuilder in RAP, event BeforeopenDataPipelines to build an
sql statement.
I have a number of parameters … -
Hi Nico,
Many thanks for all your help, I'll lean on the relevant people to get a
later build of RB installed!
Cheers,
Steve
-
HI Nico,
Thanks for the prompt response!
Unfortunately we're currently using RB6.
I had used a TppRichText component originally. But when the report is
exported to a .RTF file the TppRichText fields are rendere… -
OK Nico, thank you very much.
Jason.
-
Hi:
could reproduce the problem?
Regards
"Edgar Britez" escribi? en el mensaje
-
OTHER EXAMPLE:
We tested multiple times with the same report and the
same data and the report never releases the report variables.
In the Event ReportInitialize on the report ,
you can test this simple code :
Sorry for my bad english.
try to explain....
I declared local variables for example en the event
Report.OnInitializeParameters in RAP.
I print the report
then.... back to print a second time same report
Ah - problem solved -
Apparently the ApplyUpdates is useless - but the lSQLBuilder.Free is
important! Once I added that back in - she worked beautifully!
thanks again!!!
Ok - This is funny (weird that is)
I stripped all of the search criteria out of warranty. so it will just
sum that field in the table - it comes to 40043.75. I tested it with
Just BMW warranties, and got $4080 in normal SQL, …My problem is that we don't have RB12 - and won't be going to it due to
changes in our new system's platform.
But still need to do this for our current customers. So can it get
done? and how?
Actually I had discussed something similar with Nard Mosely a while back
(November of 07).
I'm using what I used then, which Nard helped me fix for using the
between in the autosearch dates.
The page you gave is the…OK. I got the median working by using a passthrough function and a variable.
function GetFieldMedian(ADataSet: TDataSet; AFieldName: String): Double;
Using the RAP Demo I create a second variable call it like so:
Val…OK. Got the main RAP Demo to work. I am looking at Calculations Level 1
- Retrieve Field Value.
Value := plStock['Cur_Price'];
Now what I would need to do is Create a dynamic array with one value for
each record …Ubnfortunately I can't get the Demos to work. It keeps complaining it
can't get to c:\PDOXUSRS.NET
Thanks for the workaround.
On 2011-01-05 01:42 AM, Nard Moseley (Digital Metaphors) wrote:
Sorry, it is my mistake. The GlobalOnCreate works.
--
Best regards,
Chau Chee Yang