o
k
q
u
e
s
t
i
o
n
s
.
c
o
m

Check Box Display in Data Grid / MSFlexGrid -

Hi,

To Create a dialogue box including some multiple record selection, I need to give the user a datagrid / MSflexGrid with a text field and a checkbox field which the user may want to click. But I am not able to make the check box visible in any of the Grid. It displays only '0' or '1' as per the initial value of the checkbox field. I tried with changing the dataformat of the particular column in the properties (custom) dialogue box of the datagrid; but of no result.

I am using VB6 and Access 2000.

Is any other methods for displaying text and a checkbox (For more than 200 Records) in a scrollable area ?

Thanks in advance

Jaggu

 

Simple Grid question... -
I have a table of data stored in an array. I want to be able to display this table using a grid (like the msflexgrid). I want the customer to be able to click into one of the grid spots and type data. For some reason, it appears that the msflexgrid can't be used this way. Or am I


Setting MSFlexGrid datasources -
Hello. I have a MSFlexGrid that I want to use to display data from one of two data controls. The problem is that I get an error about type mismatch when doing Grid.DataSource=data1 or Grid.DaaSource=data2. Any suggestions? Thanks


Snaking a msflexgrid -
Hi all, I have been trying to think of a way to display more data on a form using a msflexgrid so that if you scrolled down on one grid, data on the second grid would scroll in unison. So if grid one showed the first 25 records and the second grid showed the next 25 records when you


Msflexgrid not showing data in Win2000 -
Does someone have any idea what could be causing the following problem? I have packaged a VB6.0 application which uses MS Access mdb as the database. To display records the app uses Msflexgrid. When I install the app under XP the grid works fine. When installed under Windows


check box in msflexgrid -
hi... good day.... may i solicit ideas from generous people on how to make a grid that has a check box in a cell like what in access when viewed in data sheet, with a field that has a data type yes/no. I mean incorporating check box in a grid. it may serve as an indicator


Check Box Display in Data Grid / MSFlexGrid -
Hi, To Create a dialogue box including some multiple record selection, I need to give the user a datagrid / MSflexGrid with a text field and a checkbox field which the user may want to click. But I am not able to make the check box visible in any of the Grid. It displays only '0'


MSFlexGrid scrolling -
I have a MSFlexGrid that can be scroll to the right to view more column data. My questions are: 1- How can I automatically force the grid to go back to the beginning column once the user scrolls and the grid displays the last column? 2- How do you force the grid to display from a


How to set max column data in MSFlexGrid -
I have a MSFlexGrid that is bind to a recordset Set grdProgressViewer.DataSource = rsGrid There are 3 questions: Let say the grid has 24 columns and the recordset will return 19 fields/columns. Question 1: Some reason everytime I rebind the grid, an extra column appears on t


Filter data in MSFlexgrid -
hello i want to filter the data that display in msflexgrid show it at the same msflexgrid. Another question, how can we check the row that have same name??For example the name for row 5 - 20 is Video and i want to display it only


Selecting RECORDS from an MSFlexGrid -
Hey all, Im using si_the_geek's method for filling an MSFlexGrid from a DB as stated here: Fill a MSFlex from DB now im trying to populate Textboxes with values from the record that is selected from the Grid. I originally had planned on using the .TextMatrix props to get it done,


Grids, editing data -
Hi all, I'm not that regular here but I was wondering if anyone can point me in the right direction as I'm sure I've missed something silly here. I want to display some data in a grid, the data is read from a file, then edited in the grid, then written back to the file however, I ca


Get data -
Hi What am i looking out is when i select a particular column of a grid(msflexgrid) i want the data belonging to the first column of the grid(msflexgrid)in a string and how could i set the multi selection row property of the Msflexgrid to be false i.e i dont want the user to s


MSFLEXGRID not showing all data -
I am using MSFLEXGRID to display some data. It is set up as follows: Dim Data(14) as string * 255 MSFLEXGRID.Col = 14 MSFLEXGRID.Text = Data(14) MSFLEXGRID.ColWidth(14) = 40000 MSFLEXGRID.ColAlignment(14) = flexAlignLeftCenter The problem is that even thought the columb wid


Stupid MSFlexGrid & MSHFlexGrid Question -
On most of my projects that are database related, I have used the data control and a data grid. I simply needed to place the data control on the form, set its data source and record source and then link the grid to the data control by setting it as the source. Then as I clicked on the


DataReport using data from MSflexgrid -
Hi.. I have a MSflexgrid wich contains some data. now i want to print soem columns form this Grid as a report. How can i do that. How can I crate repot which prints the data from MSflex grid. Or is there any way i can print this data. Many thanks. Nitesha


MSFlexgrid manipulation -
Hi I am working on a project using a msflexgrid. I have managed to run the program and get it to show the records contained in an Access database and everything is fine. However, now I want to make the grid display only the records in the database that contain a certain figure


Flex Grid Extract -
Hi, I have added data to an MSFlexgrid using the "addrow" option and am now trying to extract that data, filter it and then stick it in another flexgrid, this is where I'm stumped, completely in fact and any assistance would be appreciated. My data is in the following


Looking for a Grid -
Hi everyone, i am looking for a grid in which i can edit (like data grid) and in which i can add data myself and dont have to link it to any database object to lift data from (like MSFlexGrid). Kindly lemme know if there is any in-built grid attached in the VB components which i can us


display multilines in MSFlexGrid -
Hi all, I am working in VB 6.0 project. I am having a Multiline text box through which I am storing data into MS Access database. Later I am fetching this data into MSFlexGrid control. But when displaying the record in MSFlexGrid, all the lines are merged into a single li


[RESOVLED] Clearing Data in MSFlexGrid (VB6) -
hi all, is there a method to clear the only whole junk of data displayed in MSFlexGrid with a fresh MSFlexGrid. i know there is a .RemoveItem Flex.Row. but there are thousand lines of data to remove. i hope to have a clear swipe of the Grid. any suggestion? pls help thks longwar


Scrolling thr. MSFlexgrid(RESOLVED) -
Hi all, i have a form which has a textbox and a msflexgrid.grid has some 200 names. when i type in the text box any name matching in the GRID is selected. But my problem is i m not able to see the name in the Grid selected. screen shot in zip file what i need to scroll the gr


MsFlexGrid-->Shorting -
Hai, Like I wanted to sort the data in the msflexgrid. We have like msflexgrid.sort=1 but this will sort all the data in the grid. But my requirment is that i want to sort the data by taking a perticular column.And based on that column the other details in the grid have to be sorted


MSFlexgrid slowing down -
Hi All, I'm using an MSHFlexgrid control to display data being acquired on a 1 second frequency. The first column of every row (24 columns) is the system time, and for the first few rows, the flexgrid populates all 24 columns very quickly and the system time stamp confirms that the


Refreshing MSFlexGrid -
How come when I refresh an msflexgrid just after I've added data to it through the form, the msflexgrid does not display the updated data? Also, anybody know how I can use the combobox to list data?


Is MSFlexGrid the correct path to follow -
I have an application where I want to present data to a user in an Excel-like format. The data is NOT from a database, but will only display data. I need 10 columns and 8 rows, plus Headers. The idea is, the user selects a cell, selects an item from a listbox and that item app


rowsel in grid -
When I manually fill my msflexgrid with data an I use the msflexgrid.rowsel it always selects the rows from the beginning of the grid until the row I last added. Is it possible to select only the last row? HELP !!!


Why can't I edit my MSFlexGrid -
I'm using VB5 and have a MSFlexGrid hooked up to a Data control and it seems that at run-time, I can't edit anything in the grid. I've tried the textmatrix command and also setting the row and col and then the .text but it never makes any changes. Does anyone have any idea why this is


Get Data -
Hi Experts Actually i have a MSflexgrid where i display the data now what am i looking out is i once i select a particular column on the grid, i want to get that data on a string Kindly help regards Priya


[2005] Grid control and dataset -
I am using the Obout Grid control for ASP.net 2.0 from here (http://www.obout.com/grid). I populate the grid with data from a SQL server by running a query on a database and loading the data into a dataset and datatable. I then bind the data using oGrid.DataBind() to display the data


MSFlexGrid Selection Help -
I'm loading data into an MSFlexGrid control. What property do I need to change to only allow the user to select one item on the grid at a time. Right now, I am allowed to click and drag the mouse in the grid and select multiple fields, I need to stop this. I also need to have the on


MSFlexgrid control's column width resizing -
Hi , Can I resize the MSFlexGrid control’s column width ?.When I run my program that use the MSFlexGrid,everytime the grid cols is the same size and some of my text in the grid isn’t visible.Is there any way to stop it?.Thanks...


data grid and msflexgrid -
what difference between data grid and msflexgrid?


MSFlexGrid/MSHFlexGrid - Data Control Question -
I am trying to use the MSFlexGid control on a form linked to a data control. The grid fills with the daza as desired but I cannot get the grid to reflect the movement through the database as I click on the movenext, movelast, moveprevious and move first buttons on the data control. I k


MSFlexGrid *RESOLVED* -
Hello all, I have an MSFlexGrid control that allows the user to directly enter data into each cell. If grd.Col 0 contains data then I display list1 with a double click else I display list2. What I would like to do is clear the row if grd.Col 0 changes. How should I approach this?


Selecting record from msflexgrid -
Hello all I am using Msflexgrid in my project.I have displayed all the records in the grid.When the user double clicks on a perticular record in the grid,the data will be populated into different text boxes in the form. If i click on the grey area of the grid,(where no records are


grid controls -
Howdy all, so I am chugging along with my first real VB app, and now I am looking for a way to set number of columns in a grid, display the column title, and those columns' widths at design time, and then dump data into those columns queried out of a database, which can scroll up and d


Scrolling a MSFlexGrid -
I'd like to scroll a MSFlexGrid using PageUp/PageDown keys but without changing the current cell. Any ideas! My grid has rows of different height, so I do not know ahead of time how many rows I have on a page (visible area of the grid), and also the grid resizes in sync with the


search MSFlexgrid by field ,display results -
I want to search in an Msflexgrid, but not the entire grid,i want the user to select the field for search.After the search i want only the results of search (entire row, not only the one field that the search was performed to) to be shown on the same msflexgrid and all the other-non re


Select/highlight Fixed cells in msflexgrid -
I am using msflexgrid for displaying data from the database. The first two columns in the grid are fixed. My problem is that when I select a row in a grid the fixed cell does not get highlighted. regards, Atul


copying and pasting from msflexgrid -
i plan to display some data in an msflexgrid. I want the user to be able to select the data and then ctrl +c to copy it and then go into excel and ctrl + v to paste it. the thing is i have tried to do this and i doesn't work i have had a look at the properties of the msflexgrid