Quantcast
Channel: SCN: Message List - PowerBuilder Developer Center
Viewing all articles
Browse latest Browse all 7329

Re: print a picture

$
0
0

Make sure that writepic is defined as a long and tempfile is an integer. After FileWriteEx you need to close the file.

 

tempfile = FileOpen(....)

writepic = FileWriteEx(tempfile, lblb_out)

FileClose(tempfile)

 

The return value from FileWriteEx should be the number of bytes written.


Viewing all articles
Browse latest Browse all 7329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>