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...
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...
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...
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.