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

    DataGrid corrupts data on Rebind

    I'm using VB6 w/SP4 on a Win2K system with SP2. I have a DagaGrid on a form bound to an ADODC. It is a readonly dg with AllowUpdates set to False. I force a ADODC.Refresh once a minute and then a DataGrid.Rebind. If the user has clicked on a cell in the DG, the contents of that cell are...
  2. drwunz

    Subreport won't find records

    I'm using CR8.5 and SQL Svr2000, and am having trouble with a report having a subreport... The main report record select statement is: ({Event.Description} like '*' & {?BarCode} & '*') and {Event.Source} = "FCC" and the subreport record select statement is...
  3. drwunz

    Values won't change...please help

    I have a data grid with edit and a 'New Incident' button. If I click the button, a blank form is displayed which I can fill in and save the record. If I click Edit, the same form is displayed with the current data filled in...if I change any of the fields and click Save, the .Text properties...
  4. drwunz

    Display not aligned on a laptop

    I built an asp.net app having a page with several labels, text boxes, and combo boxes. When I view it from my PC (with a CRT) it looks great...when viewing it with my laptop, the boxes appear to be resized, but the text no longer fits with text boxes clipping data, and labels overrunning other...
  5. drwunz

    User Control ToolTips

    I have several user controls I'm using in an application. These controls are windowless and BackStyle is Transparent. The user controls all have an image box that is resized to fill the object. When I draw one of these on the app form, I put information in the ToolTipText box...but the tool...
  6. drwunz

    Lost Windows Installer Service HELP!

    I tried installing MSDN Library (April 2002) and it attempted to upgrade Windows Installer and IE. IE6 was successfully installed, but the Windows Installer service no longer works...MS Office, and several other applications cannot find it and fail to execute. The message I get is: "The...
  7. drwunz

    User Control ToolTips

    I have several user controls I'm using in an application. These controls are windowless and BackStyle is Transparent. The user controls all have an image box that is resized to fill the object. When I draw one of these on the app form, I put information in the ToolTipText box...but the tool...
  8. drwunz

    User Control Tooltips

    I have several user controls I'm using in an application. When I draw one of these on the app form, I put information in the ToolTipsText box...but the tool tips never display when I run the app. The user controls all have an image box that is resized to fill the object. If I put the tooltip...
  9. drwunz

    SSTab colors

    I'm using VB 6.0 Pro, and am trying to change the colors of the sstab control on my form. Nothing seems to change it, including changing system-level options. Does anyone have any info about changing sstab colors? Thanks in advance...
  10. drwunz

    Object property values from within object?

    Each component placed on a VB form gets a unique name and values for Top, Left, Width, Height, etc. How do I access those from within the activeX component? I need this to pass as a parameter to a database function.
  11. drwunz

    Object property values from within object?

    Each component placed on a VB form gets a unique name and values for Top, Left, Width, Height, etc. How do I access those from within the activeX component? I need this (particularly the Name) to pass as a parameter to a database function.
  12. drwunz

    SSTAB Blank at runtime

    I have an SSTab control with a frame on each tab. At design time (in the IDE) clicking on the various tabs displays the appropriate frames...at runtime, all the tabs work except the tab that was 'current' when I clicked on RUN...that tab is blank. Same thing happens if I compile and run the...

Part and Inventory Search

Back
Top