I forgot to add the code.
I am attempting to install a routine on a vista machine and some how vista
has determined that the dbf is a read only cursor.
The program is compiled in vfp 9.0 sp2.. the install is generated by setup
Factory 6.0

A piece on sample code is included below. In the browse window I cannot
modify the data in any way

If anyone has any info I would appreciate the feedback

IF used( "pathfile" )
        Use IN pathfile 
Endif

If !used( "pathfile" )
        Use pathfile in 0 exclusive 
Endif

select  pathfile

IF ! EMPTY(Pathfile.setup)
return
endif

SELECT pathfile
Browse


Thanks Jerry



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/a42923fabc304118a8799fad861f6...@laptop
** 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