Call procedure on another form?
问题 I'm sure this has been asked before, but I couldn't seem to find it. I use the code below to display an Image from a MS Access database. However, I would like know how to do the following: -Is it possible to take the procedure below and 'call' it in another form? Scenario : Three Forms. Three Tables, One Database. I access the tables via a TADOTable component and TADOConnection. Each form has a button (btnShowImage), to show the picture from the datbase. In order for it to currently work, I