Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Re: multi client design

$
0
0
Re: multi client design
FoxPro Programming
Re: multi client design
02/16/2012
08:56:54 AM
3FN0J6HIH Show this entire thread in new window
Gratar Image based on email address
From:
To:
Attachments:
None

I cannot do that under the rules of their security. No two clients can even have access to the same folders, let alone tables.

If you are using FoxInCloud, you can, in yourForm.Load, use a dummy set of tables and, in youForm.wUserSet(), re-use the proper table(s) for the user.


Not sure which forum this should be in . . .

I have a wc program, let's say myprg.exe with an OLE class myprg. I thus have a server myprg.mprg.

Now I have 5 different client sites accessing this program. Each of the 5 client sites has a data set, including logins and passwords. What I want to do is to avoid having to have the client login first to myprg and then have that determine the data path for this client. We are required to keep all material, both program and data, physically separate from each client.

I cannot just have various copies of myprg as I would on the desktop, since they will all have the same server ID. What I planned to do is have 5 executables each registered with a different class name. Not so smooth, but fulfills the requirements, which are absolute. No 2 clients can have security access to the same folders.

It seems there should be a better way that what I am doing. I would love to hear it.


Viewing all articles
Browse latest Browse all 10393

Trending Articles