There's a fault with the code not the previewer. It appears that the angles have to work out to be more than one degree and of course there are 360 degrees in a circle, hence your max value is 359 lines.
If you can find out what the character value of your box character is, something along the following lines should do the trick. There may be some bits which need tidying up as it's a relatively long piece of untested code.
If the value of the character is say 7, then replace "?" with chr(7) and...
If you want to use the start/end date parameters, all you would need to do is to set the duration to a default value such as "Unused" or "Use Start/End Date", then use the record selection formula as groggle suggested with the following addition:
if {?Duration} = "Daily"
then {DateField} >...
I'm aware that there are any number of tools and ways for obtaining data type information from the database, but that isn't the problem. The problem is the the type they get translated to in Crystal and how that is determined.
We run the reports against a number of databases, with an automatic...
I know there's a particular problem with this one field. I was interested to find out from how Crystal interpreted SQL data types to alert me if there were any other fields which might have a problem. That would have been useful as we have a very complicated schema and 100's of reports that are...
Thanks for the suggestion. That would certainly be more effective.
Does anyone have any idea how Crystal determines it's own 'field type' for a given field?
I have two SQL databases, which are supposed to be identical, however there is a subtle difference with the schema definitions during initialization, which means that in one database, one particular field is type "money" and in the other it is "dt_money_gr_cy"
In Crystal 9 these are viewed when...
Why bother with a variable? You can always
just run the command
vi `ls -rt | tail -1`
to edit the most recent file in a directory.
If that's all you want to do you could set
that up as a script or even as an alias.
If you're running a C shell (csh) rather than a Bourne (sh) or Korn (ksh) shell, then you'll need to put them in .cshrc instead of .profile in your home directory.
So you're using the same keyboard on both Solaris boxes? Suprising, Solaris is normally pretty good at detecting the right keyboard layout to use, but I guess not in this case.
To remap the keys on one of the systems you'll need to use xmodmap. You can pick up the current keycodes that are set...
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.