Re: flexgrid Programming Software Development by abu taher try this. project>component>ms flexgrid then put it into on your form. in properties tab you can connect the flexgrid with database for show the data. flexgrid Programming Software Development by cabsjonel good evening folks its me again, folks i need your help in flexgrid idont know how to use it in editing a database, can you give me some sample program thanks folks may god bless you:) Re: flexgrid Programming Software Development by asaukani [QUOTE=cabsjonel;1172178]folks what i need is a demonstration and a explantion can u help me ? pls repz asap.......:([/QUOTE] u can find many example by searching using search engine like [url]www.google.com[/url] or yahoo.com u can put flexgrid vb6 in the search box there are many sites which provide u with sample and explanation flexgrid Programming Software Development by sriarjun2013 How to create flexgrid control with save & modify & deletaion & cancel button one example Re: flexgrid Programming Software Development by AndreRet Go to your friends Google, Bing etc... Have a look at [this](http://www.pbdr.com/vbtips/gen/Article-UsingFlexGrids(2).htm) link for sample code on a flexgrid... FlexGrid & Access connection Programming Software Development by satti … data,delet and find. i have created database and a flexgrid in vb.but the problem is that icant be able… to connect the data base with flexgrid. i request you to please guide me how can i… connect the database with flexgrid in the form.and how to code add ,delet and… Re: FlexGrid & Access connection Programming Software Development by satti … string just lets you define a format for how 'your flexgrid will appear MSFlexGrid1.FormatString = "KhataNumber |" & _ "….mdb" 'set up the recordsource for the datasource and flexgrid control 'in this case, it's just a raw SQL… Re: FlexGrid & Access connection Programming Software Development by satti … string just lets you define a format for how 'your flexgrid will appear MSFlexGrid1.FormatString = "KhataNumber |" & _ "….mdb" 'set up the recordsource for the datasource and flexgrid control 'in this case, it's just a raw SQL… fLEXgRID pROBLEM IN vb Programming Software Development by K.Vanlalliana Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem. FlexGrid Problem in VB6 Programming Software Development by K.Vanlalliana Is there any way to display more than ten thousand list of Record using FlexGrid- all at once. If not, what will be the solution of this problem. FlexGrid or Datagrid? Programming Software Development by dinilkarun I want to populata records into a list where i can have the following functionalities. 1) Multiple selection of records 2) Back colouring of individual reords. Among Flexgrid and Datagrid which one would be less complex and easy to code and serve both my purpose. Regards, Dinil flexgrid automatic col computation.. prob Programming Software Development by jaasaria hi guys... im using flexgrid for viewing and encoding of data for my project. i … flexgrid in vb.net Programming Software Development by shinikat … is prob, that i have added third party module called flexgrid in vb.net because in used in vb but not… Re: Vb flexgrid Programming Software Development by debasisdas flexgrid for dataentry ? why so ? what is the use of textbox then ? Re: flexgrid Programming Software Development by vb5prgrmr You want code? GoTo odesk.com or rentacoder.com and put your project up for bid. Don't want to pay? Use your friends who miss you so much! (yahoo, google, ask, answers, bing) Search the world wide web as your answers are out there... The only problem is, is that you have to do the work and don't forget about searching planetsourcecode.com...… Re: flexgrid Programming Software Development by cabsjonel folks what i need is a demonstration and a explantion can u help me ? pls repz asap.......:( Re: FlexGrid issue and error "Invalid Row value".... Programming Software Development by Sentax … on using the Listview over the Flexgrid cause like you I use to use the Flexgrid until I ran across the ListView… Re: FlexGrid issue and error "Invalid Row value".... Programming Software Development by Sentax I recommend using something other than the flexgrid. I use the listview all the time. Setup the listview … Re: FlexGrid issue and error "Invalid Row value".... Programming Software Development by intellogo ….... [QUOTE=Sentax;334426]I recommend using something other than the flexgrid. I use the listview all the time. Setup the listview… Re: flexgrid,rowdata, coldata Programming Software Development by QVeen72 Hi, One more easier way, is to keep another FlexGrid Hidden, with same number of Rows and Cols as the main Flex Grid. Save the Info in 2nd grid, corresponding to Same Textmatrix of the main ones. say, Grid1.TextMatrix(2,3) = "Multiply : 5 * 9" Grid2.TextMatrix(2,3) = "Value : 45" Regards Veena Re: flexgrid,rowdata, coldata Programming Software Development by plusplus Is it better to use a hidden flexgrid than an array? Re: flexgrid error in vb2008 Programming Software Development by Jx_Man [URL="http://www.tek-tips.com/viewthread.cfm?qid=1608862&page=17"]see this link[/URL] and why you used flex grid? u can use a datagrid instead of flexgrid Editing FlexGrid Programming Software Development by Uday2009 … text box named TxtChalanNo Then a combobox named cmbval on flexgrid named mf1 will got focus then the user select item…... Mf1.Rows = Mf1.Rows + 1 'add a row to the FlexGrid... Mf1.Col = 0 'set the current column to first column…) - 1)) 'Removing a character from the right side of the FlexGrid cell's text ElseIf Mf1.Rows > 2 Then 'If… How To Append Record In Flexgrid Control ( if any) Programming Software Development by jaffer khan …there any way to append a record in flexgrid I Placed a text box on form ,…should be append with that old record in flexgrid. How exactly my program is working let …record found it will add that record to flexgrid control. and again user will enter another empid… to feed the new record to flexgrid. I hope u guys got the point … Collection object with flexgrid Programming Software Development by pinkyguru … data and i have to save the data in flexgrid.I am using this data as a key and… for the reference i am saving flexgrid row number with key. If another data comes.i…, using the row number i want to replace in flexgrid. If its not exists then add in a new …row of flexgrid... I am new to programming. so i dont … Crossline on FlexGrid Programming Software Development by smart_virus87 I need to draw a line on the FlexGrid in order to indicate what the center of the data. I use picture box on it and draw a line on that flexgrid. the problem is when I zoom the Flexgrid, the line is not put on the center as i want. It did not stick on the FlexGrid as the line stick on the picture box. So I need help in this.:-/ remove empty rows and columns shown in flexgrid Programming Software Development by karthik82vk …data's will be copied from the source to the flexgrid control using clipboard. I have coded all the needed …empty cells that are displayed in the msflexgrid control. The flexgrid control is having 12000 rows and 12 columns. Since i… the rows and columns in the flexgrid manually. Once data is copied to the flexgrid control, i need the control to… Problem displaying data in a Flexgrid in VB6 Programming Software Development by Rups`` … to display a table from Access in a Flexgrid. For some reason, the flexgrid only displays the first record from the table… Next If rs.EOF = False Then 'Assigning Column names to flexgrid 1st row Do While Not rs.EOF frmReport.MSGrid1.Row… [VB6] FlexGrid Question Programming Software Development by austhistikated … read my thread. I just wanna ask something about the flexgrid in vb6. Cuz I have a form that have a… have a button wherein when clicked, it will populate the flexgrid with the values from the ms access database (filtered with… ADO, I just want to know how this works with flexgrid since it's my first time to use this function… Showing Sort Arrows In A Flexgrid Programming Software Development by ankit007 i want to show arrow on records on leftmost column in flexgrid (as in datagrid).Is there any property like wrapcellpointer(property of datagrid) in flexgrid.Also i want to move scrollbar of a flexgrid through a button??Does any one have any idea???