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!

Recent content by stevejones

  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

    Thanks Katy44. You won't believe how many different things I tried.
  3. 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...
  4. 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...
  5. stevejones

    HeaderText on DataGrid

    Thanks vinidel, This works to underline all the column headers in the data grid. Is there any way individual columns can be identified and have their headertext properties amended? Also, can mouseover text be added to column headertext? Many Thanks Steve
  6. stevejones

    HeaderText on DataGrid

    Could anyone tell me how to set the HeaderText in a data grid to be Bold/Underline? Thanks
  7. 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...
  8. stevejones

    Map to Unix

    Its our own software that some of our customers use for printing purposes. The main system resides on a Unix server and the databases need to be accessed directly. On 98 we can set up a mapped drive and then access the files using the drive letter. For some reason we cant create any mapped...
  9. 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
  10. 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
  11. 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
  12. stevejones

    Mouseover text

    Thanks IDO, I have found this option in Crystal Reports, but if we are creating the report from within vb.net, are the same options still available to toggle on/off. I am looking but cant find it.
  13. stevejones

    Mouseover text

    Many Thanks Naith I will give it a try.
  14. 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
  15. 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

Part and Inventory Search

Back
Top