Welcome To The Home Of The Visual FoxPro Experts  
home. signup. forum. archives. search. google. articles. downloads. faq. members. weblogs. sponsors. rss.
 From: Robert Heitner
  Where is Robert Heitner?
 El Dorado Hills
 California - United States
 Robert Heitner
 To: Frank Cazabon
  Where is Frank Cazabon?
 
 Trinidad And Tobago
 Frank Cazabon
 Tags
Subject: RE: Pdf417 prints on screen
Thread ID: 221272 Message ID: 221614 # Views: 31 # Ratings: 0
Version: Visual FoxPro 9 Category: Classes and Objects
Date: Thursday, March 19, 2009 6:29:41 PM         
   


SOLVED!!

Yousfi was close.. It was oPDF.OlePDF417.Visible = .F.

Thanks to everyone who replied! Much appreciated!

Robert Heitner

> Sorry, I have no idea what to do. Do they have a user manual or support forum where you may get better help?
>
> > Hi Frank.
> >
> > Pdf417 is a 2D barcode supplied by IdAutomation ( http://www.idautomation.com/fonts/pdf417 ).
> > It installs the font(s) into Windows and registers IDAutomationPDF417_6.dll. This allows you to code oPdf = NEWOBJECT("pdf417","pdf417")
> >
> > So everything works great and I'm writing 2D barcodes and the scans are successful but when the object is initiated, the screen in the vfp program shows a barcode.
> >
> > This is nothing more than an annoyance but it looks really tacky and I'm trying to figure out how to stop the "newobject()" function from painting this barcode on the screen or just clearing the screen so the user doesn't see it. I would have thought SET CONSOLE OFF would have accomplished it or setting the _screen.picture to a BMP but neither clear the barcode from the screen.
> >
> > The only way it goes away is when I release the object with oPdf = NULL
> >
> > Ideas?
> >
>
>
>
> Frank.
>
> Frank Cazabon
> Samaan Systems Ltd.
> www.SamaanSystems.com/



COMPLETE THREAD
Pdf417 prints on screen Posted by Robert Heitner @ 3/17/2009 4:56:12 PM
RE: Pdf417 prints on screen Posted by Frank Cazabon @ 3/17/2009 5:09:33 PM
RE: Pdf417 prints on screen Posted by Robert Heitner @ 3/17/2009 10:24:12 PM
RE: Pdf417 prints on screen Posted by Yousfi Benameur @ 3/17/2009 11:49:13 PM
RE: Pdf417 prints on screen Posted by Frank Cazabon @ 3/18/2009 2:52:36 AM
RE: Pdf417 prints on screen Posted by Robert Heitner @ 3/19/2009 6:29:41 PM
RE: Pdf417 prints on screen Posted by Suresh Adhikari @ 3/18/2009 1:06:07 PM
RE: Pdf417 prints on screen Posted by Robert Heitner @ 3/19/2009 6:32:33 PM
RE: Pdf417 prints on screen Posted by Suresh Adhikari @ 3/20/2009 11:07:28 AM