Local and PicklistString

Hi,

I would like to have work pickliststring work on local, It works fine for me on server but how can i have it on local working …

please guide…

server$= “server” ‘’’ only for test <<how can i put local here and make it working…

fstdb$=“fielepath” ‘’ only for test

VarAcc=ws.PickListStrings(3,True,server$,fstdb$,“AccDetails”,“Account Details”,“Select an Account Name to which you want to ‘OnBoard’”,1)

Subject: Local and PicklistString

Did you try to put :server$= “”

In many routines, an empty parameter is recognized as a valid parameter for server, specifying a local replica (such as dblookup etc).