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 vfpmania

  1. vfpmania

    Picture property of command button inside grid

    Thanks Chris, It works great.
  2. vfpmania

    Picture property of command button inside grid

    I am using the following method in init event of grid to assign the picture property of command button control in the column. grid's init method: This.Column9.SetAll("Picture", Iif(Upper(AllTrim(trnhdr01.shipvia)) = "DHL", "tracking\dhl.jpg", "tracking\ups.jpg"), "commandbutton") But, every...

Part and Inventory Search

Back
Top