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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jimgao

    error handler

    Thank you JJR and John. i try the two way you guys provide, and Err.raise -1 can work.
  2. jimgao

    error handler

    in my program,i use err.eraise to handle the error. but when the program run ,there is message box show "run time error '6'" and close this program. when i debug in the debug mode,err.description is "please enter a valid double decimal number". what is the problem? Thanks
  3. jimgao

    MSFlexGrid question

    hi,Savok if you have try the clip property of Grid control? it return the content of the selected cells. Jim
  4. jimgao

    ActiveX can't Create Object Error?

    or you need the dependency files of the contol.
  5. jimgao

    msflexgrid how to set values during runtime

    check the TextMatrix property in msdn hope it can help you
  6. jimgao

    ActiveX control

    thanks, but in my post i had used setup program. Jim
  7. jimgao

    ActiveX control

    In a machine with win98, but without vb development enviroment, MSHFlexgrid can work in program(developed by vb)but it can't work in html page. this control was distributed and registered by setup program, and i have checked it in the regedit. if i installed vb development enviroment there, it...
  8. jimgao

    MSHFlexGrid

    the same thing. how to use MSHFlexgrid control in html page?in the same machine the control in forms(other vb program) can work , but it just can't work in html page. any idea to distribute this control? thank for any help! Jim
  9. jimgao

    Help with VB Arrays?

    you want to use array in this case? can you use select case ?
  10. jimgao

    SQL Preview

    can you make your question clearly?
  11. jimgao

    How to make make circular buttons

    you can use GetWindowRgn Function. Jim
  12. jimgao

    MSHFlexGrid - Row Selection-No RESPONSE-Help urgently

    i test in my program, the MSHFlexGrid1.mouserow return the correct row number. check your program again. Jim
  13. jimgao

    MSHFlexGrid

    help!!! it makes me crazy!! i can't use MSHFlexGrid on a webpage.i use it in many PCs(all with vb6) , but when i tested the page in our test PC,it can't work. MSHFlexGrid is registed with OS. so why i can't use that? Jim
  14. jimgao

    User Input -> ActiveX

    some ActiveX control can do it for you.you can find them . Jim
  15. jimgao

    nodevalue

    it works: oNodeList.Item(5).Attributes.Item(1).nodeValue = "changed" thanks Jim
  16. jimgao

    nodevalue

    thanks ,Kirilla but the data is in the attributes, and i found the nodevalue property in MSDN, and it is read/write. it seems we can use that. Regards, Jim
  17. jimgao

    nodevalue

    hi, Rose thanks , but there is no setvalue method Jim
  18. jimgao

    can i modify the data in MSHFlexGrid

    i bind a ado recordset to MSHFlexGrid, and want to modify the data in certain cell . does MSHFlexGrid support that? thanks advance Jim
  19. jimgao

    nodevalue

    hi, do anyone know how to modify the data in DOM? i try the modify the nodevalue, like: rowNode.Attributes.Item(j).nodeValue = "Modified Data" but it can't work. thanks Jim
  20. jimgao

    search in MSHFlexGrid

    hi, everyone i have a hirarchical recordset binding to MSHFlexGrid. how to search data in band(0), band(1),...and show the search result ? i can search all the cell, but don't know how to just search columns just in band(1), band(2)... or can i search all the cells and return the result cell's...

Part and Inventory Search

Back
Top