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

Knows about Grid Answer this... -

Dear All...

Anybody knows about sheridan's grid ?
If so, I'd like to ask about it...

As we know that at True DB Grid / or others Grid, there's an event called ON_ADDNEW that functions to place your codes which will be executed when user add a new record / row to the grid.

But, I couldn't find it at Sheridan's grid...
Anybody know how to solve this... Or at least, I'm sure, sheridan has the event, even the name is not the same with the usual grid.

So, anybody know how to / where to place my code on even ON_ADDNEW ???

Thx in reply...

Regards,
Wille

 

Knows about Grid Answer this... -
Dear All... Anybody knows about sheridan's grid ? If so, I'd like to ask about it... As we know that at True DB Grid / or others Grid, there's an event called ON_ADDNEW that functions to place your codes which will be executed when user add a new record / row to the grid. But


plz help... -
hi, i was posted this question in thies forum but no one answer me. plz very urgent..question is : how to place a textbox within a flexgird control. in vb i can...like txt.height=grid.cellheight txt.width=grid.cellwidth txt.left=grid.left+grid.cellleft txt.top=grid.top+grid.c


Impossible requesthighlight selected text in grid -
I have a grid populated with numbers. i want to use a textbox to type in a number that the grid must highlight or change color of the number in the textbox Please help nobody seems to have the answer to this..so far


FlexGrid question..pls answer -
I am using a MS Flex grid control . I am loading around 2000 records into the grid from database. After loading all the records (2000 records), (After loading when I look at the records in the GRid they look fine.) I am iterating thru each row in the grid. after iterating thru fi


S Grid Help -
Hey everyone, I got a pretty simple question, but I know that there is probably very few here that has ever used S Grid. For anyone that doesnt know or has never used S Grid, you can download and read about it, at the authors website http://www.vbaccelerator.com/home/VB...id_2/index.as


help me with grid and a database -
hey everybody, I need some help. is here my problem: i've a text box, a grid bound to my database Cars and a command button with this query: Adodc1.Recordset.Find "[Car type] Like '*" & txtname2.Text & "*'" the user type the name ofa car and the gr


I have a grid problem. -
I am using the MSHFlexGrid which up to now has been working fine but I am trying to add a new feature. I want to bring up a Popupmenu when the user right clicks on top of a selection on the grid. The problem is the grid does not respond to a right mouse click on the grid. What I me


[ RESOLVED ]Save from GRID -
Hi GLAD to see this forum back to business... and now let me come back to the point. I have a table with 3 columns and I want to display all data in a GRID but I do not want a DATA BOUND GRID. I got that working fine. Now the trouble is I can't figure out how to save all the cont


How to bound some data from SQL Query to GRID -
From some of my question about "How to use Grid without Database?" that no body answer me? Now I try to change my algorithm. The new question is "How to bound data from SQL Query to GRID?". I have been use GRID that bounded with some datasource and now I want to cha


Well, Please look -
What am I doing wrong here? Code: Dim GRID As Object Dim x As Byte For x = 2 To 4 Select Case x Case 2 GRID = Me.MSFlexGrid2 Case 3


SQL Server and row-level locking!!! -
Hi! I am developing an SQL Server database. This is my first experience with writing client-server application. If I try to use a database grid from Ms Data Grid to any other such as GridEx, I get an error when two users try to edit the record simultaneously. What is the best appr


Janus Grid or Ultra Grid -
Hi, I'm in the market to purchase the best grid that I can find. So far, I have tried both the Janus Grid 2000 from Janus Systems and the Ultra Grid 2.0 from Infragistics. I wanted to get your feedback and opinions on the above controls and which one you would recommend. Cost i


Grid Control... -
I am looking for a ActiveX grid control... Here's what I want: A grid that will allow you to have a sub-grid for detail items loaded in unbound mode. Anyone know of some good grid controls ???


Help about Grid Controls -
cant we just add row in those grid controls by taking the values from text boxes present on the from.. Data grib and dbgrid are not providing n e method of adding the row dynmically. because they are bound to a record set. What if one wants to want the editing facility of t


updating data grid values -
I have a datagrid with 3 columns. The program loops through and subtracts the value in column 3 from column 2 and puts the answer in column 1 until it reaches the end of the file. The problem is, it doesnt actually put the answer in column 1, or at least it is not visible. How do I


Using Grid. -
Hi, I want to make entries using a grid. For this which grid I have to use. I heard some one say that this is not possible and I have to use some floating controls on the grid. What is this. Can any one explain me or suggest an example or a site. Thanks, Pres


Grid without datasources -
Hi all! Is it possible to use the datagrid (or some other net grid) without any database connected to it. I need just a grid for editing some cells, something similar to the grid of the property window. Can someone help me? Thank you!


Tracking Controls -
I have two grids, grid A and grid B say. The horizontal width of grid A is limited in width but the vertical size is the same as that of grid B. Both grids contain the same data. Grid B can scroll horizontally, while grid A is fixed width. The trick is I need both A and B gri


grid printing -
I have a grid that is poulated at run time using an SQL query. The grid represents a timetable...How do I print just the grid on A4 paper...printform wont do the trick. Thanks Dave ------------------


Select Objects in a frame -
Hi all, I want to be able to display two sets of data on the same form but only one at a time. I'd guessed that a way to do it is to put all the label boxes into two frames and hide one while I show the other. Problem is that there are a lot of lable boxes and I can't select them wi


About Grids -
I have never used Girds. Can anyone tell me about different grid types and when they can be be used. Is there any good tutorial for Grids? Also, Whats the difference between MS Flex grid and data grid? I read that MSFlex Grid is readonly. What about data grid? Pls. help. Thanks in Adva


9 Tiles Randomly Placed On A 3 x 3 Grid - How Many Possible Permutations Are There -
9 Tiles Randomly Placed On A 3 x 3 Grid - How Many Possible Permutations Are There? Am I correct in thinking the answer is something along the lines of: 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1 Thanks for your help. Regards, The Thing.


filling a grid -
hi! i need to feed a grid with 3 fields from the DB, one of them hidden. i know hoe to do this connecting the grid with a DAO or ADO, but i don't want to use either. i want to connect it manually and fill it like that. also, if the user clicks on a certain row of the grid it w


DataGridView - Blank row -
Hi Guys, I have some questions about this control, Currently i have an additional blank row being added when i add records from my Access db is there a way to stop this? Also i am looking to have a second Grid and add selected rows from the first grid 1 at a time. Scenario first grid


Critical problem in Grid View[2005] -
Hi everybody, I wanted to do something like this using Grid View , i.e. There are 4 columns 1st is Date, Model, Color, Party,Quantity , I want provide the total of quantity in grid but I dont know how do i do that how do I get the last row of the grid and the last row of the column. P


Data grid in different form -
I am using data grid to display the data from MS-ACCESS. In the data source i am giving adodc2. This adodc2 is in the same form of the data grid and it is working. If I wanted to give adodc1 from the different form it is not working . the syntax is : datagrid1.datasource = form1.


DataGrids in Vb.net -
I've recently been on a Vb.net course and am now working on a project where I'm writing lots of pages that use datagrids. I've recently read your article in the May 2001 issue of MSDN Magazine about DataGrids. Could you answer a query I have? I wish to update rows one at a time on a


S-GRID 2.0 problem! -
Hello everyone! I'm new in this forums so I hope that I'm asking this question at the right place. I'm using the S-GRID 2.0 grid from vbaccelerator.com in a project. This control is very nice and seems to be much faster than listview and Flex grid. My problem is that I can't fi


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


grid over drop down list -
hey all, i have a page with input boxes and drop down lists. I have a button that shows an html grid over all of that (for searching) and then removes it. When the grid is shown, the ddl appear over/on top of the grid. It looks like the ddls are part of the grid, when they are n


help needed in GRID... -
Hi, I have a TABLE with 3 fields, FirstName LastName EMail Database is in ACCESS 2000... now what I need is a program which basically displays them in grid and without any extra controls like textbox I want to modify data directly in GRID itself... Just like EXCEL CELL


Looping through grid -
I have a grid and in the last column of each row has a checkbox. I need to loop through the grid and see if each checkbox is checked or not for each row. I was able to do this once with a listbox, and check the selected value of each row, but I can't quite figure out how to get this t


Which Grid to use -
hi all, i want to display result of my recordset in a grid. the recordset may contain more than 2 million records. i guess flexi grid dont have that much capacity. which is the best grid to display the records? dbgrid or data grid or anything else?? pls guide regards, praka


A simple Data set / grid question -
Morning, I have a data grid bound to a data set. Depending on what row people click on in the data grid I look up data from the data set and populate other controls/variables. I do this using Datagrid1.CurrentRowIndex to match the corresponding data, if someone does a sort on the data


Issue related to C1.Win.FlexGrid (Please answer only if u have worked on C1.FlexGrid) -
Hi All, I am using a Component One Flex Grid. I have data populated in it, with one fixed row in the begining. That grid basically shows the present godown stock of the plant (dgMatStockDn). My Requirement: When I right click on the first fixed column of the grid, it should give


Grid.width vs. Grid.colWidth -
Hi All, I have a question about the width of a grid and its columns. I have a grid on a panel, and autoscroll on the panel so if the grid becoms wider than the panel the panel scrollbars comes into use. I want to have the grid the same width as all the colums, but it seems to be


If then else Score -
I have some messy code and need to add another feature, but need some help doing so... Key: <tab> = I can't type a tab, so I shall put one of these File contents: [user_answer.csv] 0,68,285 0,68,286 0,68,287 0,69,290 [question.csv] ... (im not going to type out


Editing & Saving from Flex Grid -
Hi ALL i have to enter data in a grid (i,e the grid must be editable). I have chosen FlexGrid for the same. Now, the changes the user makes on the grid must be saved to the access database, which I am unable to do ? I am using ADO to connect to the Database. Can anyone help me wi


Selecting the "Fixed Row", in a MSFlexGrid -
I'm using a FlexGrid in an application. The flex grid has 4 columns, 4 rows, and 1 Fixed Row. I use the fixed row as a header row, which contains text descriptions for each of the 4 columns. When the program is running and I click on the Header Row, in ANY of the 4 columns, an


Edit Grid like MsFlexGrid -
Hi all, In VB.Net, how can I edit in a grid like MsFlexGrid (VB6) Thank for answer !