i have a few hundret zip files.
each with files that MAY! have the same name.
i neet to extract them in folders that are similair to the names of the .zip file.
<target name="extr">
<unzip dest="temp">
<fileset dir="source">
<include name="*"/>
</fileset>
</unzip>
</target>
unzips...
i am searching for a way to get the COMPLETE structure of a report into an xml or txt file (and hopefulle, but not required) back again for a automatic check what was changed between 2 versions of an report.
the export report definitions in the file/export menue is not complete :(
if anyone...
we use a little script like this
#!/bin/sh
/usr/bin/cvs -f --allow-root=/proj/cvsroot/cvshubentw --allow-root=/proj/cvsroot/x1 --allow-root=/proj/cvsroot/x2 --allow-root=/proj/cvsroot/x3 [go on for a while] --allow-root=/proj/cvsroot/x23 pserver
it works quite fine, but it does not look very...
hi!
i want to connect 2 computers via usb and the first computer should behave like an keyboard, memorystick, <insert various other things> for the second computer.
has anybody an idea how to do that?
when i use oracles sql+ (or oracle worksheet) i can use the commands "spool <filename>" and "spool off" to save a logfile to the drive.
now i need to do a program that gives me a log each sql that is done.
but since "spool" does not seem to be a regular sql-command, i have a problem with that...
i am migrating a program from cr8.5 to cr10.
i am now wondering about the Cdo32.dll
it seems there is no new version of this dll. but i am not sure if there is perhaps a new dll which replaced it.
or would it be wise to just keep the old dll?
we are exporting reports to word, excel and pdf.
the problem is, the quality is average to bad (up to 1,5cm differences in a pdf report and missing parts in word and excel)
(i have not yet the source to look into)
now my question, does anyone know if the exports are really that bad and if they...
i am trying to extract the code in my reports with vb6.0
the code for the funktions was easy.
For i = 1 To report.FormulaFields.Count
s1 = report.FormulaFields(i).Name
s2 = report.FormulaFields(i).Text
Next i
but now i need to extract the code for the formating of the header, detail...
we created a few dll that are used in crystal 8.5
the projectname was CRUFLxxx and it was always shown as xxx in all reports.
but now on one of the development computers it is shown as CRUFLxxx in the reports which does the code in the report not good.
anyone had this problem before?
i have a view that contains:
decode(unt.user_id,null,lo.def_lob,unt.img) as img,
lo.def_lob and unt.img are both long raw fields.
it looks like you can not use long raw in a decode in 9.x
has anybody an idea how to chance the decode()?
to change the fields from long raw to something else...
i got 2 tables.
table 1 consists of an index, a boolean field and a long raw field
table 2 has just a long row field (with only one entry)
now i need a result with everything in table 1. but the long raw from table 1 schould be replaced with the data from table
2 if the boolean field...
We wrote a pprogram under Nt4.0 and W2k, which showed and printed reports using the activeX controlls.
we now tried to use the program on winXP (pro) and now we get an error everytime.
[Errornumber: -214706462
[Errorsource: CrystalReports ActiveX Designer
[Errortype: Dos error.
does anyone...
A customer of us is getting an "DOS-Error" when he tries to print an report using vb6.0 and cr 8.5
does anyone know what kind of error this is?
(we are not able to reproduce this error but he is)
I am in an Subreport and need to test if a reportset did contain any data (the subreport is not to be shown if the report is empty)
so i went to "format"/"don`t show(no drilldown)" and tried {bla.blubb} = "" but that does not work.
I really would be happy, if...
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.