i want to print a word document from vb6, using this code:
objApp.ActiveDocument.PrintOut False
but i also want the 'choose printer' dialog thing. how do i do that, please, it's rather urgent!
how do I store the contents of a cell in a dbgrid in a variable when I click on a row? i tried with the following code, but what got stored was the value of the first row, which is selected when the form is loaded...
Private Sub DBGrid1_Click()
varRecord = DBGrid1.Bookmark...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.