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 bkrike 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: stevejones
  • Content: Threads
  • Order by date
  1. stevejones

    Formatting Graphic

    Hi, We are using vb.net 2002. We are using a bmp graphic as a logo on a report. At 100% the graphic looks normal when printed however when we scale the graphic to both 50% in height and width the graphic prints very blurry. We have tried changing the format of the graphic to jpeg etc and get...
  2. stevejones

    Linking

    I am using a one to many relationship on my report. These are linked using a left outer join. The tables are linked on a field called item, and if the item in the many table doesnt exist I want to compress the group header and the detail section. The detail section compresses ok because I can...
  3. stevejones

    PrintDialog (too slow)

    I have the following code Dim frmPrint As New System.Windows.Forms.PrintDialog() Dim objButtonPressed As System.Windows.Forms.DialogResult With frmPrint .AllowPrintToFile = False .AllowSelection = False .AllowSomePages = False .PrinterSettings = New...
  4. stevejones

    HeaderText on DataGrid

    Could anyone tell me how to set the HeaderText in a data grid to be Bold/Underline? Thanks
  5. stevejones

    Report Preview

    We have a number of reports which use boxes. These are all shaded and have the rounded edges (used for displaying totals, headings etc). When sent directly to the printer, the format is fine. However if they are viewed on the screen, then these boxes lose their formatting. They are just...
  6. stevejones

    Map to Unix

    Hi, We have windows based software which are add-ons to our Unix system. On 98 machines, we can Map a drive to the unix server and access the files. The customer has now upgraded to XP Pro, and we cant seem to duplicate the Map drives. Is there a way to do this? Many Thanks Steve
  7. stevejones

    Mouse Over Text

    Is there any way you can disable the mouse over tooltips when using designing crystal reports from within .net? I can do it if I am using Crystal Reports, but cant find it from within .NET. Thanks Steve
  8. stevejones

    Mouseover text 2

    Thanks Ido/Naith for your help earlier. I have found how to switch off mouseover text in Crystal Reports but can you do the same for crystal within vb.net? Thanks Steve
  9. stevejones

    Mouseover text

    When the mouse pointer is over a field value, a popup text displays the field name etc. I know this can be set to blank, but can it be switched off? Steve
  10. stevejones

    DateTime Picker

    Hi All, Does anyone know how to change the forecolor (fontcolor) of the datetime picker. I can amend the colors of the popup calendar, but not the actual combo where the text is displayed. Any Ideas? Steve
  11. stevejones

    DateTime Picker

    Hi all, Does anyone know how to change the forecolor (font color) of a DateTime Picker Control. There is no option in the properties, and when I code it in, the forecolor doesn't change. Thanks for any help on this. Steve
  12. stevejones

    Upgrade Advice

    Hi All, We have recently purchased Crystal Reports 8.5 with 2 years free upgrade. Crystal Reports 9.0 is now available. However, the version of VB.Net we use comes with Crystal Reports included. This is what we are currently using to design our reports. We only have a 2 user license for...
  13. stevejones

    Dynamic Report

    Hi, I have recently converted to using VB.Net with crystal 8.5 and am trying to allow the user to create a dynamic report, i.e. they select ranges, which fields they wish to display etc. This all works fine. I am now trying to allow the user to select sort order field. The following is code...
  14. stevejones

    Cant round box object

    I am using Crystal with VB.NET and am using box objects on my report. When the display of the box is rounded, it loses all properties like fill colour etc when app is run. They are displayed fine when designing the report. I have a similar app in vb6 and the boxes are displayed fine. Am I...
  15. stevejones

    ADO Connection

    Hi all, We have recently decided to swith from VB 6 to .net and I am having a problem when opening an OLEDB connection. My connection string includes "PROVIDER= MSDASQL", but this generates the following error. An unhandled exception of type 'System.ArgumentException' occurred in...
  16. stevejones

    Linking Expert

    Hi all, I have a report with a number of tables providing the information. On the detail section of the report, a list of product codes are displayed. The description for each product resides in a different table, and they are linked on product code via the visual linking expert. When the...
  17. stevejones

    Print Dialog Box

    Hi All, My app will preview reports to screen using CRViewer, (VB 6 CR 8.5). The CR standard print button is displayed. However, when this is pressed, a dialog box is displayed which doesn't allow user to select printer. It just displays the windows default print. How can this dialog box be...
  18. stevejones

    Shrink to Fit Reporting

    Hi All, We are producing a system using VB 6 and Crystal Report 8.5. Many users will use the system and the printing of reports could go to Laser or Dot Matrix printers (users choice). As page widths will differ between printers, is there a shrink to fit option within Crystal, or will another...

Part and Inventory Search

Back
Top