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 Mike Lewis 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: *

  1. rkfdsam

    Comma's vs. Decimals for Numbers

    This really takes two steps: 1. Determine the regional setting for the the decimal. 2. Use the Replace function when appropriate 'Public Declarations Declare Function GetLocaleInfo Lib "kernel32" Alias _ "GetLocaleInfoA" (ByVal Locale As Long, ByVal LCType As Long, _ ByVal...
  2. rkfdsam

    Add Columns to list view at run time???

    The code I am showing assumes the View property to be lvwReport with columnheaders. It is using an array but could be converted to a recordset very quickly. Dim itmX As ListItem Dim iLoop As Integer 'Add columns to listview With lstTKVariable .ColumnHeaders.Add , ...
  3. rkfdsam

    MSFlexGrid and XP

    Does anyone have any information regarding MSFlexGrid and XP? I have an VB 6.0 application that runs great on Win 2K but the grid CellLeft property returns incorrect values on an XP box. I'm using msflxgrd.ocx version 6.0.88.77. Thanks
  4. rkfdsam

    MDAC_Typ.exe wont install on clean 2000 comp, anyone suggest reasons??

    It may be Windows File Protection on Windows 2000. Check out http://www.microsoft.com/data/mdacwfp.htm?gssnb=1 for more information. Also see http://support.microsoft.com/default.aspx?scid=kb;en-us;Q239114 for the latest Jet Service Packs.

Part and Inventory Search

Back
Top