Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Local vs. Network Forms

Status
Not open for further replies.

dBjason

Programmer
Mar 25, 2005
355
US
Hello,

I posted earlier but I'm not getting any replies so I'm going to try something else. We have about 6 or so users on Great Plains, using our custom forms which get changed on a daily basis. The forms are kept on their local drives somewhere under Program Files -> Great Plains. The problem is that when we make modifications to the forms, we have to go to each client to copy the forms onto thier hard drive.

Isn't there some way of making Great Plains check a shared network directory for newer form versions?
 
I prefer local forms as they provide better performance, and less chance of corruption.

I use a central update error with a xcopy command (with lots of options) to synchronise to the workstations.

You then just work on your machine, once your changes are complete, you place them into the update area and all workstations will get updated automatically.

Contact me for more info.

David Musgrave [MSFT]
Senior Development Consultant
Escalation Engineer
MBS Support - Asia Pacific

Microsoft Business Solutions

Any views contained within are my personal views and
not necessarily Microsoft Business Solutions policy.
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
set up login scripts for users that copy the reports.dic from a central location every time they log in. Modify only the central reports dictionary and all users will get the latest copy when they log in.



-----------
and they wonder why they call it Great Pains!

jaz
 
Hi,

In our company we use local forms, but you don't have to. To use the forms on the server you have to change the path to the forms in Dynamics.set file which is located on the local machine in GP directory. You can use reports and forms from the server just make sure you have the permissions to access that share.

Expl.

change this line...
:C:program Files/Microsoft Business Solutions/Great Plains/Forms.dic

to something like that

//GreatPlains/GreatPlains/Dictionaries/Forms.dic

where the //GreatPlains is the server where the Forms.dic is located.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top