Computers |
|
| | #1 (permalink) |
| Newb Techie | Ok... Here is what I am trying to do... I have a MSHFlexgrid which contains / displays records of suppliers our offices buys from. One of the fields is a website url. So I came up with a loop to find all of the entries that contain a web URL and made it add and a CellPicture of a "WEB" icon to column 0. I then came up with code that when the line is double clicked it launched that url in the default web browser... Now here comes my problem... double clicking on a specific row was also where i had the record edit feature. So I tried to make it that if you clicked in Column 0 on any row it would launch the website, and if you clicked any other column in the row then it would edit the record... But I couldnt get it to work. Any suggestions? |
| | |