Tracy: Thanks! Worked like a champ! Best regards, Jack
Jack Skelley Senior Director, Programming/Computer Operations New Jersey Devils (973)757-6164 [email protected] ________________________________________ From: ProfoxTech [[email protected]] on behalf of Tracy Pearson [[email protected]] Sent: Friday, May 31, 2013 10:50 AM To: [email protected] Subject: RE: JPG file in a VCX Jack Skelley wrote on 2013-05-31: > Good Morning Tracy: > Nothing I did worked! > When I open the vcx as a table and get the base32 jpg I issue a use to close the table. > Then the newobject construct returns 'file is in use'. I try closing the vcx and it does not close. > What am I missing here????? > Regards, > > Jack > Jack, >From my quick understanding of the problem, I'm suggestion you use this code structure: classlibFile = {your classlib filename} * classlibCursor is the alias I'm going to use in this example USE (classlibFile) in 0 shared noupdate alias classlibCursor *-- place your code for getting the image out here USE IN SELECT("classlibCursor") *-- create your object here which should not error. Tracy Pearson PowerChurch Software [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/7d9e7f72b813014c8fd022cf04f820edd440e...@ex08.drdad.thenewarkarena.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

