forked from VFPX/FoxBarcode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.prg
24 lines (20 loc) · 811 Bytes
/
main.prg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*--------------------------------------------------------------------------------------
* MAIN.PRG
*--------------------------------------------------------------------------------------
* Version: 1.17
* Date : 2016.12.21
* Author : VFPEncoding
* Email : [email protected]
*
* Note : VFPEncoding are
* Guillermo Carrero (Barcelona, Spain) and
* Luis Maria Guayan (Tucuman, Argentina)
*--------------------------------------------------------------------------------------
LOCAL lcPath
m.lcPath = ADDBS(JUSTPATH(SYS(16,1)))
SET DEFAULT TO (m.lcPath)
SET PROCEDURE TO Source\FoxBarcode, Source\gpImage2 ADDITIVE
DO FORM ("Forms\FoxBarcode")
READ EVENTS
CLEAR RESOURCES
*--------------------------------------------------------------------------------------