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


_______________________________________________
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/[email protected]
** 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.

Reply via email to