Nice script.  

One question probably for Bruce: 

--- In [email protected], "Sheri" <sheri...@...> wrote:

> ;=====================
> Function OpenAccessView(qname, mydb)
> local com_type, com_status
> Local MyView=com.Create_Object("ADODB.RecordSet")
> local sqlstmt=?"SELECT * FROM "++qname
> MyView.Open(sqlstmt, MyDb, 3)
> com.localcopy(mydb)
> quit(myview)

My memory was that one thing the FunctionName(arg) syntax did was silently do a 
localcopy on arg.  In which case com.localcopy(mydb) and the like will do no 
damage, but is redundant?  O am I remembering wrong.  Can't find in help.



Reply via email to