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. Mukesh2375

    Editing in Grid with flexibility

    Zemp : Thanx buddy. i knew the thing you mentioned. actually i thought there is some way to link the array with the grid so that we specify to the columns of the grid which array element to show and grid wud take care to show respective data. thanx anyway. CCLINT : i used the code given by you...
  2. Mukesh2375

    Enter key processing in FlexGrid with button.default =Yes

    Yes i have tried the keydown but it doesn't process that either thanx anyway
  3. 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...
  4. Mukesh2375

    Editing in Grid with flexibility

    Zemp - i cud get how to define an UDT array but nowhere you mentioned how 2 use it in conjugation with FlexGrid i.e. how do i attach it to FlexGrid - cud u give any example please. CCLINT - i tried yr example but it gives Run-time error '91', 'Object variable or With block variable not set' in...
  5. Mukesh2375

    Editing in Grid with flexibility

    Thanx Zemp and CCLINT. i have been able to fill data in the FlexGrid. One more thing - can anybody give me some idea to UDT array and some examples on how to use it in FlexGrid regards
  6. 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...
  7. Mukesh2375

    Refreshing DataGrid

    thanx CCLINT, its working fine. .HoldFields is the method i wasn't aware of. Thanx once again and regards. Mukesh
  8. 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...
  9. Mukesh2375

    Sector Position of a file

    i 've thought over the pros and cons of doing what i m doing but still want 2 go for it. does anybody know if it is possible and if yes how??? no TonHu i dont think i sounded Windows/Gui anywhere in my question and i m developing in clipper in CUI (v 5.2) thanx everybody for the suggesions
  10. Mukesh2375

    Sector Position of a file

    This is to build up a security system. Actully the file will be such that its movement viz. deletion, or any kind of modification that changes the HDD position of file is unauthorised. that file b created by me the installer/ developer of the file and if it is found 2 've moved some where else...
  11. Mukesh2375

    Sector Position of a file

    Dear Tonhu thanx 4 yr response actually my objective was to write a function to whom i pass a filename along with full path and it returns me the position of the file on HDD Mukesh
  12. 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
  13. Mukesh2375

    Combo Box

    Thanx a lot johnwm, this is exactly what i wanted. yes U got me right. i m new 2 this forum and started by posting a few of my queries in the forum. i understatnd its a good practice to share as much as you can with other members of the forum and to show professional courtesy when warranted. i...
  14. Mukesh2375

    Combo Box

    Dear mattNight, seems U 've not got my Q correctly, u 've just changed the scalemode property of the form and assigned the combobox a specific width(320). But my question is specific; i want to set the height (...and not the width) of combo box to occupy exactly the items in the combo. thanx...
  15. Mukesh2375

    Combo Box

    Dear RichardF, seems you have not read my post till end. i had mentioned that i m using the combo box with style = 1. in this style you can definitely change the height of the combo box.
  16. 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...
  17. 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
  18. 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...
  19. Mukesh2375

    Keys Help

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

Part and Inventory Search

Back
Top