Hi,
Can any one tell me what should be the shift and control key values in the below stated code.
#DEFINE VK_lSHIFT 0x10
#DEFINE VK_lCONTROL 0x11
DECLARE INTEGER GetKeyState IN WIN32API INTEGER
What should be the value of GetKeyState(VK_lSHIFT) and
GetKeyState(VK_lCONTROL)? I am getting...
Chris,
Thanks for being so helpful. The idea of posting edited code snippits out of context was to make sure that the changes that I have made is not the reason for not getting the required result. And also I was using shift & the left mouse. Sorry for not giving the correct information. As...
Chris,
I cannot change the combo box as it is done that way earlier in the project where I do not have the choice to re select the contros on the form.
The 2nd thing is I don't know why you are saying that THISFORM.nRecNo is not getting assigned. It does get assigned in the...
Grid1.AfterRowColChange()
THISFORM.nRecNo = RECNO(THISFORM.cAlias)
THISFORM.REFRESH()
What I mean to say is the value of "THISFORM.nRecNo" is always "1" no matter which row I select with "Shift + left mouse button" down.
I thought this was going to change whenever I move to different...
What I am saying is I have a grid and its 1st column has a text box and the 2nd column has a combo box and the 3rd column has a text box etc. in the grid. And I want to have a multi select on a column which has a combo box as a current control. But in this coding what I have found out is the...
This is not working properly for me. I don't understand where I am making mistakes. I have changed the code according to my necessity. Please look at it and let me know where I am wrong.
I am using a grid in a form and my 2nd column of a grid is a combo box. I want to select the few rows...
I am using FoxPro 8 in XP. I was wondering if we can select multiple rows of a grid column using the shift key. I have a combo box in one column of a grid. I want to fill several rows at a time with the selected combo item. How can I select multiple rows of a column? It should be just like how...
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.