473,657 Members | 2,595 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem in VSFlexGrid

123 New Member
Hello,

I have serious problem with VSFlexGrid. I am explaining my problem :

I have VSFlexGrid in my form. VSFlexGrid consists of data ie. It is filled with data. It has 9 columns. When I click on perticular cell say Row 1 and Column2, and after that I click on next button, to move next record, value of that cell disappears. And again when i click on that cell, value is visible.

Do i need to set any property or something else?

Kindly let me know if u know the answer. I am stucked with this problem
Apr 10 '07 #1
3 2456
Killer42
8,435 Recognized Expert Expert
Hello,

I have serious problem with VSFlexGrid. I am explaining my problem :

I have VSFlexGrid in my form. VSFlexGrid consists of data ie. It is filled with data. It has 9 columns. When I click on perticular cell say Row 1 and Column2, and after that I click on next button, to move next record, value of that cell disappears. And again when i click on that cell, value is visible.

Do i need to set any property or something else?

Kindly let me know if u know the answer. I am stucked with this problem
You could try checking all properties that relate to cell foreground and background colours. Also look up anything to do with a "marquee", or hiding a selection when leaving the control. It could be simply that the colour of an inactive selection (selection in a control which doesn't currently have the focus) is the same colour as your background, or has identical foreground and background.
Apr 10 '07 #2
Shailja
123 New Member
You could try checking all properties that relate to cell foreground and background colours. Also look up anything to do with a "marquee", or hiding a selection when leaving the control. It could be simply that the colour of an inactive selection (selection in a control which doesn't currently have the focus) is the same colour as your background, or has identical foreground and background.

I dont understand your reply clearly. What statment do i need to write and on which event?
Plz let me know
Apr 10 '07 #3
Killer42
8,435 Recognized Expert Expert
I dont understand your reply clearly. What statment do i need to write and on which event?
Plz let me know
I don't know exactly which event or property may be involved. That's why I suggested some areas to investigate.
Apr 11 '07 #4

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

Similar topics

0
3600
by: Roberto Herrera | last post by:
Hello all, I am also having problems with the vsflexGrid. I can't make work the comboliste that I loaded into the vsFlexGrid Apparently the combolist is loaded, but when I make a click in the vsFlexGrid to chose un item I got an error Another things I can't put pics in the vsFlexGrid. Can we still do that in vb.net? Does anyone knows how to load it or how to make it works?
11
4741
by: Shailja | last post by:
Hi, Can anyone tell me how to enter data into VSFlexGrid at runtime? Kindly send me coding of that.
1
3160
by: Shailja | last post by:
Hi, Can anyone tell me how to add new row dynamically at runtime in VSFlexGrid? I have only one row in my grid at runtime. Now after adding one row, i want second row to be dynamically add in grid. How to do that? kindly let me know.
1
1917
by: Shailja | last post by:
Hi, Can anyone tell me how to set tab settings in VSFlexGrid? Control should move from one column to other. What property i need to set for that? Kindly let me know.
0
1716
by: Shailja | last post by:
Hi, My form contains VSFlexGrid. There are 10 columns in it. I want to put combobox in each cell of column 2. I want to bind that combobox to database also. How to code that? Kindly help me. I am stucked with this problem.
3
2471
by: Shailja | last post by:
Hi, I have kept combobox in VSFlexGrid. Now I want to make height and width of combo box to same height and width of that cell. How to do that? kindly help me soon if you know the asnwer.
4
5542
by: Shailja | last post by:
Hi, How to lock perticular cell of VSFlexGrid. Suppose I want to lock cell of Row 1 and column 2. How to do that? Kindly let me know if u know.
0
1063
by: Shailja | last post by:
hello, I want to lock particular cell of VSFlexGrid. How to do that? I want to lock cell (Row1, Column 2). Kindly let me know if u know the answer
1
1942
by: Shailja | last post by:
I am using VB. I have one form in my project. I have following fields in that form 1) Bill No 2) Bill Date 3) Combobox of Customer 4) Address of Customer 5) Drug License No1 6) Drug License No2 7) VSFlexGrid.
0
8305
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8823
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7321
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6163
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4151
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system

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.