version 8.5 with SP2 (8.5.3.936)...sp was just loaded to see if it solved issue (it didn't)
I have a report with a subreport...the sub report was written against a similar view while waiting for a new view to be written...when the new view is dropped into the report using set location, nothing...
is this drive formatted? go to disk tools? (it's been a while since I played with NT4) you have to initialize and then format the drive...like an old fdisk routine...
should be (IIRC) start,programs,sytem tools, disk tools
I don't think (but don't know for sure) that you can modify quick reports outside of quick reports...send me one of the templates and I'll see if I can open it my copy of delphi here...I have a copy of d3 at home so if it seems to work I'll try that too
jason.lord@trintech.com
Delphi Quick Reports are a different animal than Crystal Reports...I have programmed in Delphi for a quite a while and know they are different...I would suggest installing Delphi and then trying to edit the reports there...do you know the version of Delphi that was used?
actually I had tried that with 2 different additional cables...
but I can throw one more wrench in...as I wasn't attached to rh7, I tried a different distro yesterday (Lycoris)...and it worked just fine...of course it is to unlike Linux for me to say I'm learning linux, but it is something to...
first off...I'm a Linux newbie...so please be specific with suggestions ;-)
I have a box I installed RH7 on...in the install it sees the NIC just fine (it's a 3Com)...I tell it to use DHCP and to activate at boot...
when I go to boot it sits on the card for a minute or so saying determining...
since these are just txt files you can do this fairly easily...
2 files
file 1 contains:
1|file|random data
file 2 contains
2|file|other randomness
in a batch file have this line...
copy file1.dat+file2.dat bigfile.dat
it will then contain
1|file|random data
2|file|other randomness
actually the UFL (User Function Library) I was referring to is distributed by Crystal...go to their support site, downloads and search for businessdays.zip...I just searched for it and found it...it uses a text file that stores the holidays...I believe that is is free for use...like any ufl, you...
on the Crystal site there is a UFL that allows you to deal with a business calendar and calculate x business days etc...it uses a text file that it reads in to get the dates...this way you only need to define the dates once...
don't remember what it's called but you should be able to find it...
I spoke with CD last week about purchasing a copy or CR7 and had no problem buying it direct...they told me I had to buy a copy of the current version (9) and then pay an additional $25 and they'd ship me the old version as well...basically the 25 covers standard S&H...it seemed like a fine deal...
CR9 stores the functions in a database and in the reports using them...
the database is for development...so I can have multiple report developers writing reports using the same repository and therefore the same code...
if I send the report to someone else (ie someone without access to the...
Any ideas on how to make a report (Crystal 9) contain the "resource strings" to support multiple languages...for instance, I need to show on the title page of the report "Processing Date: 12/31/2002"...I can make the date format as d/m/y or m/d/y no problem but to prevent...
Ido Millet had written in his CUt utilities the ability to read an ini file directly where it just returns values etc...
http://www.milletsoftware.com/
he posts to these groups fairly regularly as well
thanks...
no I haven't I guess that's the next step or trying another adapter that officially supports XP (just becuase like you I figureit *should* work...
thanks again
I have a Toshiba Satellite (1905-801)...it has no serial ports on it...I have 2 pieces of hardware that need a serial (an X10 controller and a Pronto Remote Control)...I tried a USB to Serial converter...it had 2000 drivers but not XP drivers...I tried it but the adapter doesn't seem to...
create a formula that shows the amount only if it is grater than your price point ie
if {db.Price}>=6
then {db.Price}
else 0
then display o formula that is
if minimum({@aboveformula})=0 //assumes no negative prices
then distinctcount({@aboveformula})-1
else...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.