pastacool

15
Reputation
4 views

Registered User

Name pastacool
Member for 5 months
Seen 8 mins ago
Website
Location Austria
Age
21h
awarded  Commentator
21h
comment how to use tortoise git without a server (local single user)
also thx! will look into that too
1d
awarded  Student
1d
comment how to use tortoise git without a server (local single user)
thx, will try that!
1d
comment how to use tortoise git without a server (local single user)
thx for the answer but, since i'm a beginner who haven't even used it with a server, i would need more like a step-by-step guide as how to get started
1d
asked how to use tortoise git without a server (local single user)
Jul
4
accepted Crystal XI Rel2 RDC Parameter Passing
Jul
3
answered Crystal XI Rel2 RDC Parameter Passing
Jul
2
answered Stand-alone report preview through RDC/ActiveX Crystal Reports XI
Jul
2
comment Delphi 5 & Crystal XI Rel. 2 (RDC) how to?
yes, since I've saved the report with CR XI I can work with AddCurrentValue but the report preview with CrystalReportsActiveXViewer does not show any data. I've also tried to read SQLQueryString from the Report Object but all I see is that all stored procedure parameters are "NULL". I will give it a few more days but if I can't figure it out until mid next week I will go insane and recommend some other reporting solution to my manager.
Jul
2
revised Crystal XI Rel2 RDC Parameter Passing
deleted 263 characters in body
Jul
2
comment Crystal XI Rel2 RDC Parameter Passing
hi! the dateformat has to be OK because it's the same as when I enter it into the crystal parameter dialog. now I've managed to have the "CurrentValue" set because FparFldDef.GetNthCurrentValue(1) does show up but still, the report returns empty.
Jul
2
awarded  Editor
Jul
2
revised Crystal XI Rel2 RDC Parameter Passing
added 96 characters in body
Jul
2
comment Delphi 5 & Crystal XI Rel. 2 (RDC) how to?
If you've got time please look at stackoverflow.com/questions/1073636/… thx
Jul
2
asked Crystal XI Rel2 RDC Parameter Passing
Jul
2
awarded  Scholar
Jul
2
comment Delphi 5 & Crystal XI Rel. 2 (RDC) how to?
thanks for your input: as for the login I think I have a working solution. the next problem I face is that if i set a parameter which is a stored procedure parameter (shown for parametername = '@P_') the AddCurrentValue function does not set the currentvalue but instead the DefaultValue. How the heck did crystal-businessobjects-sap ever get paid for such a crappy software??
Jun
29
comment Delphi 5 & Crystal XI Rel. 2 (RDC) how to?
tanks for you input add 1: there is only one tables object and it's index starts at 1 instead of 0 so the "invalid index" problem has gone. add2: as you can see, ['User ID'] is already a string with single quotation marks
Jun
29
comment Delphi 5 & Crystal XI Rel. 2 (RDC) how to?
thanks for the hint - changed the loop to: for i := 1 to FRpt1.Database.Tables.Count do but now I get an access violation
Jun
29
comment Delphi 5 & Crystal XI Rel. 2 (RDC) how to?
Microsoft SQL Server 2000
Jun
26
asked Delphi 5 & Crystal XI Rel. 2 (RDC) how to?