create class application to add in schema

Поиск
Список
Период
Сортировка
От frank_lupo
Тема create class application to add in schema
Дата
Msg-id HB0SIC$20942109E58388C18406A45EF50E5581@email.it
обсуждение исходный текст
Список pgadmin-hackers
Insert script file in the directory project pgadmin2
---------------------------------------
PGSCHEMA
Add in pgServer.cls
'pgAdminII application
Public pgApp As Object
This is a object to recive application class.
---------------------------------------
PGADMIN2
For create a class to istance a pgServer.pgApp execute a script crtpgAppclass.bat. This script call script
crtpgAppclass.vbs,that reading the files of the project pgAdmin2 
 
it creates the class clspgApp.cls.  This class goes inserted in the pgAdmin2 project.

add in basMisc.bas
Sub Main.....
....
  'Create the Server Object
  Set frmMain.svr = New pgServer
  Set frmMain.svr.pgApp = New clspgApp
.....

Add in BuildAll.bat the execution of crtpgAppClass.bat

Bye !!
Frank Lupo (Wolf) !!

/\_ _/\
\ o o /
--ooo-----ooo---


--
Prendi GRATIS l'email universale che... risparmia: http://www.email.it/f

Sponsor:
Lascia che gli altri muoiano d'invidia: ricopriti di Gioie preziose.
Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=769&d=28-2
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "frank_lupo"
Дата:
Сообщение: Re: problem to developing the lock
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: problem to developing the lock