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!

Search results for query: *

  • Users: Mukesh2375
  • Content: Threads
  • Order by date
  1. Mukesh2375

    Enter key processing in FlexGrid with button.default =Yes

    I put a flexgrid control on form and a command button with default property set to Yes. I used a floating text box to edit values in the grid. i want the editing to start on pressing Enter in any cell. it does not process key_press event when there is a button control on form with default...
  2. Mukesh2375

    Editing in Grid with flexibility

    Hi everybody can anybody suggest me what should i use and how for my following purpose i want some data in grid layout where data in some columns (that i will specify will be coming from specific fields of a particular recordset and some will be ..say in grid. i want the non bound colum values...
  3. Mukesh2375

    Refreshing DataGrid

    I created a DataGrid on a form using a recordsource. on clicking on the grid i invoke a form where i accept some inputs that update the recordset in the DataGrid. In order to refresh the DataGrid I called rs.Update rs.Resync adAffectCurrent, adResyncAllValues rs.SetupGrid.Requery but this...
  4. Mukesh2375

    Sector Position of a file

    can anybody tell me if it is possible to find physical position of a file on HDD (i mean sector,cluster position) Mukesh
  5. Mukesh2375

    Data grid caption

    i made a data grid using a recordset. i changed header for each column using dGrid.Columns(0).Caption = "Caption 1" after some data updations, i refresh the recordset using rs.Resync adAffectCurrent, adResyncAllValues problem is the headers for DataGrid get reinitialised with field...
  6. Mukesh2375

    Combo Box

    can i set height of a ComboBox (cb) control exactly equal to the space required by the total no. of items in the combo box so that the ComboBox does not scroll. cb.style = 1 Simple Combo
  7. Mukesh2375

    Data Grid

    I am using MSAccess as my database. I want to display two columns in a datagrid say Name,Balance. say there is a table with field CODE,NAME fields and columns to show in datagrid NAME,BALANCE where BALANCE field values to come from a function (say "Balance(CODE)") where i do some...
  8. Mukesh2375

    Keys Help

    is there any way in vb to check what was the last key pressed?

Part and Inventory Search

Back
Top