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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vlad2

  1. vlad2

    Slow printing, takes about five minutes.

    this is a good question i'm going to find out(i need to call to the customer) Let's say the report displays fast, then something worng with the printer or pirnter drive.Do you have any idea what i should check in first? thanks...
  2. vlad2

    Slow printing, takes about five minutes.

    thanks for these ideas I've checked the rpt verify on every print is unchecked,no graphics involved in the report.I used few subreport in the report
  3. vlad2

    Slow printing, takes about five minutes.

    All our customers use their own .exe and database. so it not a network issue.What else may cause the problem? Thanks is advance.
  4. vlad2

    Slow printing, takes about five minutes.

    thanks for idea. We have about one thousand customers and all of them print the same report just fine,but only few of them have this problem.I guess it's an environment issue. i mean something wrong with their machine.What it might be?
  5. vlad2

    Slow printing, takes about five minutes.

    One of the our customer has problem with printing CR. It prints but takes about five minutes. What may couse the problem? Thanks for any suggestions.
  6. vlad2

    WHERE CLAUSE does not work in in SUBReport

    Thanks for help. I added another check in 'FormatSection' to supress the section if: length(trim({Note.DeletedBy}))> 0 But i guess here is another problem: I use the subreport in 4 ohter reports.And i set 'Reimport when opening' to true.I thought that main reports will use the NEW subreport...
  7. vlad2

    WHERE CLAUSE does not work in in SUBReport

    I have an 'Estimate.rpt' as main report, and also i have a subreport 'Note.rpt' I want to exlude deleted notes from the report. I put in subreport whereclase: ------------------------------------------------------------ WHERE Note.DeletedBy is NULL or Note.DeletedBy = ''...
  8. vlad2

    How to hide red box in cr Viewer .

    I display the report in crViewer control, and if you Put the mouse cursor to any text - it displays a code text. Click on any text - the red frame appears around. How to hide the frame and code text(it's like tooltipstext in VB)? Thanks in advance.
  9. vlad2

    Prints out the text BACKWARDS.

    I've contacted to the cust. and found that the order of items gets reverse in report. I populate RepairOrder record from one table but if we convert that RO to Invoice then app. migrates the RO to ROHistory tbl, And populates that report from ROHistory tbl. and only in this case the order of...
  10. vlad2

    Prints out the text BACKWARDS.

    One of the our customers has this issue: When he try's to print an Invoice,it will print out the text backwards. What's might be wrong with that??? Thanks in advance.
  11. vlad2

    How to group Records???

    I have few invoices for the customer in History Talble In report i need to display only customer with balance due.I group all records by customer ID.Now i can calculate all total for the custome and everything works correct. The problem is: i can not sort all customers alphabetically. How i...
  12. vlad2

    How to sort Records by two Fields???

    I have two kind of customers: 1.Busuness and 2.Personal in the report Customer List i need to sort all customers by The LastName and BusName.In the report on 'Change Group' I selected Customer.NameLast in ascending. BUT report dispalay buss customer name(Bob's......) and then Personal...
  13. vlad2

    String length is less than 0 or not an integer!

    the behavior of the report is really viard just yesturday this reports run perfect but totay report crashes.whith the message: 'String Length is less than 0 or not in integer' i guess i have bug or incorrect data in DB. What might cause the problem? thanks in advice...
  14. vlad2

    How to Suppress Whole Page???

    I figure it out: if Customer has a BalanceDue the report displays with info and the section with subreports does not take a space(get's suppressed),but if then i do not display three customers because they have no balanceDue and display Forth customer which has balance due then my Header Info...
  15. vlad2

    How to Suppress Whole Page???

    Yes, i have "Underlay following sections" checked. May be subreport causeS the problem .I've suppressed all section in subrePort,Subreport is blank within Main report, but subreport still has a data.

Part and Inventory Search

Back
Top