Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Ina
  • Order by date
  1. Ina

    CR 10 - Business View row level security or Performance

    Has anyone used Business View (BV) for row level security? What is the performance like with 100K+ rows of data? In CR 7.5, implementing row level security through the info view dictionary(?) used to have major performance problems and sometimes the application would even die while users...
  2. Ina

    Exporting to Word/RTF: how to eliminate boxes around text

    Madawc, No, the text boxes do not have visible borders. However, if you try to hightlight a chunk of information, you can't because of boxes around text. Visibly, it is not a problem, only copying or selecting is impediment. So this issue is closed and our users will just have to tolerate...
  3. Ina

    Exporting to Word/RTF: how to eliminate boxes around text

    Thanks Naith! I got a similar reply from CD but a word of caution too: "using the crxf_wordw.dll gives you the rtf formatted text when exporting to word. However, if you were to disable the crxf_wordw.dll and crxf_wordw_res_en.dll by renaming them to crxf_wordw.old and...
  4. Ina

    Exporting to Word/RTF: how to eliminate boxes around text

    Through ePortfolio 8.5, I either export (after saving as crystal reports format) or save as word /rtf format. Both ways, however, both the word and rtf documents have little boxes surrounding ALL text. Each database or text box 'field' has a frame(?) around it. Anyone know how to make it all...
  5. Ina

    Seagate Info

    Henky, DCM is right in asking you to open and run the report in designer, once you get data through designer, it should come through on the desktop. You will also know if the table has been changed since report creation and fix it in the designer. If your database has no p/w but the Info...
  6. Ina

    PEStartPrintJob fails for Restricted User

    See if Knowledge Base Article ID: c2002283, titled 'Scheduled Report fails with error "PEStartPrintJob : Cannot Open SQL server"' is of any help.
  7. Ina

    Getting "Logon User Name" from Info Desktop

    Is there a way to identify in the report designer the "Logon User Name" from the LOGON tab of Info Desktop? e.g. On the desktop, I can use the login id "UK01" or "UK06" while scheduling the report. In the designer, can I use a field that would identify the login...
  8. Ina

    Using Parameters in SQL Record Select Query

    The database field is in Date format, correct? I assume it works perfectly when all dates are hard coded? For troubleshooting purpose, where you know the data exists, use only one part of the formula to test your results just in case the error is being generated elsewhere and leave...
  9. Ina

    Crystal INFO:does not return Date Data

    How about testing it more vigerously by hard coding the date and running it from Desktop? When you go to schedule it, is the statement showing up in the selection formula tab? as you entered it through the designer? are you refreshing it on the desktop everytime you make a change through...
  10. Ina

    Using Parameters in SQL Record Select Query

    Using Oracle, I use date parameters often in place of hard coded dates. It has always worked if I input date in the following format for date parameter: Date(2000,05,31). Also, you said you replaced the date with &quot;EmDateBeg&quot; <= ?, you mean &quot;EmDateBeg&quot; <= ?DateParmName...
  11. Ina

    Adding username and password to a report?

    Sorry, I am talking about Seagate Info 7 Desktop, not Seagate Crsytal Reports 7. I didn't know Crsytal Reports product was referred to as desktop.
  12. Ina

    Date Difference in mm/dd/yyyy hh:mm Formet

    You also might want to look at the FAQ section link to calculate business days between dates, that may be helpful.
  13. Ina

    Adding username and password to a report?

    I am not sure if storing them on their hard drive involves going through the desktop. In v7, on the desktop, you can store in p/w in report object by going into properties | servers tab | double click on the database logon row and you should be able to store both.
  14. Ina

    Date Difference in mm/dd/yyyy hh:mm Formet

    I don't think there is a difference function for date, you will probably have to do this manually. Though I don't have the specifics for you, the general approach would be to: convert each to just date format extract the year, month and day for each date and store in different variable subtract...
  15. Ina

    Time in Crystal Report 4.6.1.0

    If you just want it for display purpose, you can tailor the following formula. My format is 01/01/2000 12:00:00AM, stored as string. first I seprate out the time: stringVar GetDate ; GetDate := right(GetDate, InStr (GetDate, ':') -3); then I get rid of the AM/PM: GetDate := left(GetDate...
  16. Ina

    evaluating time from 2 records on a single table

    I don't fully understand your requirements but wouldn't sorting first by 'another record' and then by start or end times help any?
  17. Ina

    Upgrading

    I'm aware of one: the v6 Running Totals function dll's are not included in v7 so if you use them, either install v7 on top of v6 or ask Seagate to send you those dll's.
  18. Ina

    Beginning balance

    Thanks Malcolm!&nbsp;&nbsp;
  19. Ina

    Combine 2 fields of data into 1 field that I can group and/or sort by

    You can achieve this by adding logic to a formula.<br><br>e.g.<br>have a parmeter that prompts for a name.<br>?Name<br><br>Create a formula that determines which column salesman is in.<br>@Name:<br>if {salesman_1} = ?Name then ....;<br>if {salesman_2} = ?Name then ....;<br><br>Or if you need to...
  20. Ina

    Daily report run automatically

    Scheduling it as Recurring on the desktop will do the same thing.&nbsp;&nbsp;You might need to set up a calendar if it doesn't already exist.&nbsp;&nbsp;This can be controlled through the Info Administrator.

Part and Inventory Search

Back
Top