Hi dgrewe,<br>
I didn't meanning just change the file extention to lib or plb, but I mean that how I building a library just like novell library in foxpro.<br>
So when I want to use the function or procedure in the library file, I must use the command set library to in my program. <br>
for example:<br>
set library to netware.lib<br>
=rollback()<br>
not use the set procedure to<br>
as you describ in your comment, but how ever thank you very much your help<br>
If you know the way how to building a libary file, please help me. <br>