POS and Inventory System
Submitted by asterix on Wednesday, March 2, 2011 - 20:23.
Language
This is a pos and inventory system in visual foxpro using postgresql as database....
I guess this combination is something unusual....(^ ^,)
If you want to try this system: please use 8.3 or higher version of postgresql...
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
Error in login
after logging in using this username '1111' and password 'thailand'
i received an error 'connection handle is invalid, then variable b
error and so on then after ignoring all of it message is closing transactions.
please help.
you can email me at [email protected]
Connecting to LAN
Sir tanong q lng po pe b iconnect sa local network pano b isshare ung datebase sa network kng nasa main server ung program po. Pano po kpg dumami n ung data hndi po b babagal yn in future? Wala po bng seconds delay kpg nag search kau kng nka conect sa ibng network ung main?
How to create de DB?
Hi, please Can anyone tell me how to create the database to test the program? Send me an E-Mail: agarciagaray[at]openmailbox[dot]org
your program
I'm interested in your software. I would like to get a copy of your source code. What do I need to do? Thanks.
contact me at [email protected]
Pasos para ejecutar el programa
here are the steps:
1. create a database first in postgres
2. right click the on the database you created,then click restore
3. locate the database. *the one with .backup extension in the database folder of the application
No importa que te de un código de error Numero 1
Ahora abre el vfp y busca el formulario de login
en el boton de login coloca el siguiente còdigo
para lograr una conexión odbc
PUBLIC pnconnectionhandle
lcDSNLess="DRIVER={PostgreSQL ANSI};SERVER=192.168.1.4;port=5432;UID=postgres;DATABASE=ospos;PWD=123456;"
pnconnectionhandle=SQLSTRINGCONNECT(lcDSNLess,.T.)
IF pnconnectionhandle > 0
WAIT WINDOW "Konnect" TIMEOUT 2
ELSE
WAIT WINDOW "Error " timeout 3
pnconnectionhandle = 0
ENDIF
El usuario y password son 1001005 y 123
Add new comment
- Add new comment
- 4737 views