Visual FoxpPro 9.0
PSG programming base classe and templates

Check the manual "psgclientvfp.pdf"

Templates:

	load_form

	Used to load data from the server. Can load a container for interface after data is load.

	Copy the template where it is needed.
	
	Methods to be modified:

	INIT
	Add tables to be load here.
	Set the interface container to be used.

	Load_data

	Use only if you will need new cursors based on loaded data or need some indexex into temporary tables.


Classes
	Base classes for data editing or other application needs.
	Could be used into your projects.
	Please check the manual "psgclientvfp.pdf" for more information.

psgproject.app
	An basic application wizard, it helps quick start a new module project by automating some boring initial tasks.
	The new created module (VFP project exe ) will have prerequisites but still need development to be funtional.
	It follows one application module most usual schema.

publish.app
	To run a application module, first is needed to be published to the server, this tool helps doing this.
	Available at developemnt time.

All files could be modified as your applications requires.

Ask for additional support at support@psgsdk.com or check the psgsdk.com website.

