473,326 Members | 2,090 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

MSFlex grid

i am using MSFlexgrid in VB6.0,I am adding data from two textboxes,data is getting added in a single column rowwise one after another.But i want it to get added column wise.
for example when once in two textboxes data is filled it will be added to different columns,again when data is added in textboxes then in second row in both the columns data should get added.

plzzzzzzzz help me as soon as possible, i am really need to sort out this problem...
Sep 9 '08 #1
1 1513
Hi
If I understand you well, you need to transfer 2 textboxes and add it to a grid in a new row each time.

Create a public variable integer lineNo
lineNo = 1

grid.row = lineNo
grid.col = 1 'or any other column number
grid.text = textbox1.text
grid.col = 2
grid.text = textbox2.text
lineNo = lineNo + 1

and so on...
Hope that what you need...
Sep 10 '08 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Otie | last post by:
Hello, I am using the MSFlexGrd Control in VB5. I have 1 fixed row and one fixed column. I am trying to do a sort when the user clicks a column in the FIXED ROW. But when I capture the row...
117
by: phil-news-nospam | last post by:
Is there really any advantage to using DIV elements with float style properies, vs. the old method of TABLE and TR and TD? I'm finding that by using DIV, it still involves the same number of...
3
by: kaczmar2 | last post by:
Hey there, I have a large image in a browser window, and I would like a way to overlay grid lines on top of the image, so a user can show the grid or hide the grid lines. The grid would cover...
0
by: Pramuditha | last post by:
can i sort a msflex control column while there is a column header? how?
1
by: firozfasilan | last post by:
How Can we Print(Hard copy) the Contents of a MSFlex Grid control Please Explain with the help of code i am waiting
1
by: Jayachandra | last post by:
Hello everybody, Please give me a simple program on MS-Flex Grid in Visual Basic 6.0. I want to access the data from MS-Access / Oracle based on a condition at runtime. Thank you.
0
by: BH | last post by:
Hi, I am trying to build my own IHM with two treeCtrl and 1 grid, based on the wx.aui demos. My problem is with the Grid. It dosen't have scrollbars. I tried many methods (fit) but it always...
0
by: coolminded | last post by:
hi i just want to import all the data from excel file in the msflex and again display it in the word document one by one. plz can anyone give any suggestions?????
0
Ali Rizwan
by: Ali Rizwan | last post by:
Hello Everybody I want to take the print of only MSFlex grid instead of whole page. How can i do this? And How can i adjust the quality of print and size? My flexgrid has 40-50 rows and 6 columns...
6
by: Romulo NF | last post by:
Greetings again to everyone, Im back to show this grid componenet i´ve developed. With this grid you can show the data like a normal table, remove the rows that you need, add rows, import data,...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.