Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NewBieDJ

  1. NewBieDJ

    Win32 API function

    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...
  2. NewBieDJ

    Multi select in Grid

    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...
  3. NewBieDJ

    Multi select in Grid

    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...
  4. NewBieDJ

    Multi select in Grid

    I mean "Shift + right mouse button" down.
  5. NewBieDJ

    Multi select in Grid

    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...
  6. NewBieDJ

    Multi select in Grid

    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...
  7. NewBieDJ

    Multi select in Grid

    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...
  8. NewBieDJ

    Multi select in Grid

    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...

Part and Inventory Search

Back
Top