I have a datagrid.
When I click on a cell, it select the text. (By default, Kind of blue marine rectangle that frame the text.)
If the length of the text is higher than what's is display at the screen, only a part of the cell become "BLUE" and the rest is not display.
Exemple:
Cell1 123...
How to know the name and complete path of the reference selected in the Available References box, if the path is too long and truncated at the display?
Hi,
I have a datagrid. When I press the rigth button of the mouse in the area of the scroll bar of the datagrid a menu is appearing.
How can I prevent this menu appearing?
Thank you.
Hi,
When nothing is execute and the program is waiting for action of user, can we place some code?
If yes, where?
I give an example:
I click on the datagrid. There is some code to execute on the module "click_datagrid". After that, the program is waiting for some action of the user. Is there...
If Excel is not open, I want to do nothing.
If Excel is open with another file than "C:\Temp\test.xls",
I want to do nothing.
If Excel is open WITH "C:\Temp\test.xls", I just want to close Excel without saving.
Here is my code, but it open the file even if the file was not already open. Any...
Hi,
I use a DataGrid and when the cursor of my mouse is on datagrid, I can use the mouse wheel on it and it works very well. The problem is when I click on the DataGrid (for example), the DataGrid becomes in "Edition Mode" and the mouse wheel don't work. I have to press "Escape" and after I can...
Hi,
I made a simple VB Program with all functionnality I want.
The main functionnality is to search in a datagrid so I can consult my Unix Command and add or update the records.
Everything is working well, except that I have corruption with some data. The first column sometimes does not fit...
Hi,
I have a datagrid and i use scrolling.
When the datagrid is in "Edition Mode", I can't scroll
with the mouse. I have to press "ESC" before re-use the scroll.
I want that the user does not have to press "ESC" so
I put this code:
Form1.DataGrid1.EditActive = False
But the DataGrid is...
Hi,
I have a programm with a search function. I can click on the button "Search" or press "Enter" to do "Search".
Each time I press "Enter", a "bip" sound is made. How can I prevent it?
Here is the code:
Private Sub Text3_KeyPress(KeyAscii As Integer)
If KeyAscii = 13 Then...
My program is terminate. I am using it and I found a big problem. I'm using a bd and datagrid on which I made some search, add, delete, ... operation. I have only one table on my BD and it contains about 300 records.
I recently notice that my data is not ok.
I give you an example.
Here is...
On my principal form of my program, there is a datagrid and one textbox.
When I am adding or modifying a record in my DataGrid, if I click on another program on the task bar and I came back to my program, the cursor is not in DataGrid, he's in the textbox.
What can I do if I want the cursor...
Hi,
If I make CTRL-C in any windows (it doesn't matter) and i do a CTRL-V in the datagrid of my vb program I made, it doesn't work. Nothing is paste.
However, If I do a CTRL-C and I copy it on a Text Box in my vb program I made, it works.
Why it doesn't work (paste) in a cell of a DataGrid...
I want to show a Form about 20 seconds and after 20 second, the form will close.
What instruction (sleep, wait, delay, ...) can I use to replace xxx:
Here is my code:
Form1.Show VbModal
xxx
Form1.Unload
Hi,
I just want to know what is the best to use:
DataGrid or DBGrid.
And,
Is it correct?
DataGrid is use with Adodc?
DBGrid is use with Data?
Please, inform me and correct me.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.