Print the content of an embedded IE html control: Difference between revisions

m
using source tag
m (using source tag)
Line 9: Line 9:
The better solution was provided by Oliver:
The better solution was provided by Oliver:


<source lang="vdf">
   Procedure DoPrintImage
   Procedure DoPrintImage
      
      
Line 17: Line 18:
     Send ComExecWB OLEOLECMDID_PRINT OLEOLECMDEXECOPT_PROMPTUSER 0 0
     Send ComExecWB OLEOLECMDID_PRINT OLEOLECMDEXECOPT_PROMPTUSER 0 0
   End_Procedure // DoPrintImage
   End_Procedure // DoPrintImage
</source>


=== External Links ===
=== External Links ===
[http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=1657 INFO: Uniformity of images displayed in VDF applications (JPEG)]
[http://www.dataaccess.com/kbasepublic/KBPrint.asp?ArticleID=1657 INFO: Uniformity of images displayed in VDF applications (JPEG)]
1,134

edits