Re: create class application to add in schema

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "frank_lupo" <frank_lupo(at)email(dot)it>, "pgadmin-hackers" <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: create class application to add in schema
Date: 2003-03-02 22:02:21
Message-ID: 03AF4E498C591348A42FC93DEA9661B8259CE7@mail.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks Frank - nice work.

Committed to CVS.

Regards, Dave.

> -----Original Message-----
> From: frank_lupo [mailto:frank_lupo(at)email(dot)it]
> Sent: 28 February 2003 13:09
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] create class application to add in schema
>
>
> 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

Browse pgadmin-hackers by date

  From Date Subject
Next Message frank_lupo 2003-03-03 09:50:32 Add story sql command in frmSQLInput
Previous Message Dave Page 2003-03-02 21:23:26 Re: Add a definable row limit to 'View Data'