Forms for entering data into postgresql‏

Started by Sudhir P.B.over 12 years ago30 messagesgeneral
Jump to latest
#1Sudhir P.B.
pb_sudhir@hotmail.com

I have developed an application using MS SQL. I have used MS Access for creating forms to enter data into the database. I am thinking of changing over to postgresql and would also like to use any other available open source tool for creating forms. Are there any free applications available for creating forms similar to the ones I have made in MS Access?. Any alternative suggestions will be appreciated.

#2bricklen
bricklen@gmail.com
In reply to: Sudhir P.B. (#1)
Re: [GENERAL] Forms for entering data into postgresql‏

On Wed, Oct 9, 2013 at 7:05 PM, Sudhir P.B. <pb_sudhir@hotmail.com> wrote:

I have developed an application using MS SQL. I have used MS Access for
creating forms to enter data into the database. I am thinking of changing
over to postgresql and would also like to use any other available open
source tool for creating forms. Are there any free applications available
for creating forms similar to the ones I have made in MS Access?. Any
alternative suggestions will be appreciated.

Here is a list of tools that has been more or less maintained over the past
several years:
http://wiki.postgresql.org/wiki/Community_Guide_to_PostgreSQL_GUI_Tools
I have no idea how many of them are still actively developed or used though.

#3Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Sudhir P.B. (#1)
Re: [GENERAL] Forms for entering data into postgresql‏

On 10/09/2013 07:05 PM, Sudhir P.B. wrote:

I have developed an application using MS SQL. I have used MS Access for
creating forms to enter data into the database. I am thinking of
changing over to postgresql and would also like to use any other
available open source tool for creating forms. Are there any free
applications available for creating forms similar to the ones I have
made in MS Access?. Any alternative suggestions will be appreciated.

There are tools available, as mentioned in a previous post. There are
good tools in the list and I have tried quite a few of them. Just know
they will require a bit more effort then Access to get a finished form.
I am not the biggest fan of Access, but it does shine in getting fairly
involved forms up quickly. FYI, you can use it with Postgres, which may
be the way to go until you have completed the change over to Postgres.
Welcome to the Postgres community.

--
Adrian Klaver
adrian.klaver@gmail.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#4Merlin Moncure
mmoncure@gmail.com
In reply to: Adrian Klaver (#3)
Re: Re: [GENERAL] Forms for entering data into postgresql

On Wed, Oct 9, 2013 at 9:24 PM, Adrian Klaver <adrian.klaver@gmail.com> wrote:

On 10/09/2013 07:05 PM, Sudhir P.B. wrote:

I have developed an application using MS SQL. I have used MS Access for
creating forms to enter data into the database. I am thinking of
changing over to postgresql and would also like to use any other
available open source tool for creating forms. Are there any free
applications available for creating forms similar to the ones I have
made in MS Access?. Any alternative suggestions will be appreciated.

There are tools available, as mentioned in a previous post. There are good
tools in the list and I have tried quite a few of them. Just know they will
require a bit more effort then Access to get a finished form. I am not the
biggest fan of Access, but it does shine in getting fairly involved forms up
quickly. FYI, you can use it with Postgres, which may be the way to go until
you have completed the change over to Postgres. Welcome to the Postgres
community.

Most of the "90's era" application stacks (vb, access, delphi, etc)
will work just fine with postgres over ODBC although an already
written application would need some changes if it's built against the
internall jet database. If you're writing a new application though,
it's should be clear that investing in a more modern environment is a
good idea. Forms these days are written in HTML.

merlin

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#5SUNDAY A. OLUTAYO
olutayo@sadeeb.com
In reply to: Adrian Klaver (#3)
Re: Forms for entering data into postgresql‏

----- Original Message -----
From: "Wolfgang Keller" <feliphil@gmx.net>
To: pgsql-general@postgresql.org
Sent: Friday, October 11, 2013 1:45:10 PM
Subject: Re: [GENERAL] Forms for entering data into postgresql‏

I have developed an application using MS SQL. I have used MS Access
for creating forms to enter data into the database. I am thinking of
changing over to postgresql and would also like to use any other
available open source tool for creating forms. Are there any free
applications available for creating forms similar to the ones I have
made in MS Access?. Any alternative suggestions will be appreciated.

Without Programming:

LO/OO Base
Kexi might get usable one day as well.
Rekall is apparently dead, unfortunately.

Using Python (far easier and more powerful than any dialect of "Basic"):

With PyQt (& Sqlalchemy):
Qtalchemy: www.qtalchemy.org
Camelot: www.python-camelot.com
Pypapi: www.pypapi.org

With PyGTK:
Sqlkit: sqlkit.argolinux.org (also uses Sqlalchemy)
Kiwi: www.async.com.br/projects/kiwi

With wxPython:
Gui2Py: code.google.com/p/gui2py/
Dabo: www.dabodev.com
Defis: sourceforge.net/projects/defis (Russian only)
GNUe: www.gnuenterprise.org

Sincerely,

Wolfgang

Try Libreoffice Base

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#6SUNDAY A. OLUTAYO
olutayo@sadeeb.com
In reply to: SUNDAY A. OLUTAYO (#5)
Re: Forms for entering data into postgresql‏

Try Libreoffice Base

Thanks,

Sunday Olutayo

----- Original Message -----
From: "Wolfgang Keller" <feliphil@gmx.net>
To: pgsql-general@postgresql.org
Sent: Friday, October 11, 2013 1:45:10 PM
Subject: Re: [GENERAL] Forms for entering data into postgresql‏

I have developed an application using MS SQL. I have used MS Access
for creating forms to enter data into the database. I am thinking of
changing over to postgresql and would also like to use any other
available open source tool for creating forms. Are there any free
applications available for creating forms similar to the ones I have
made in MS Access?. Any alternative suggestions will be appreciated.

Without Programming:

LO/OO Base
Kexi might get usable one day as well.
Rekall is apparently dead, unfortunately.

Using Python (far easier and more powerful than any dialect of "Basic"):

With PyQt (& Sqlalchemy):
Qtalchemy: www.qtalchemy.org
Camelot: www.python-camelot.com
Pypapi: www.pypapi.org

With PyGTK:
Sqlkit: sqlkit.argolinux.org (also uses Sqlalchemy)
Kiwi: www.async.com.br/projects/kiwi

With wxPython:
Gui2Py: code.google.com/p/gui2py/
Dabo: www.dabodev.com
Defis: sourceforge.net/projects/defis (Russian only)
GNUe: www.gnuenterprise.org

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#7Wolfgang Keller
feliphil@gmx.net
In reply to: Sudhir P.B. (#1)
Re: Forms for entering data into postgresql‏

I have developed an application using MS SQL. I have used MS Access
for creating forms to enter data into the database. I am thinking of
changing over to postgresql and would also like to use any other
available open source tool for creating forms. Are there any free
applications available for creating forms similar to the ones I have
made in MS Access?. Any alternative suggestions will be appreciated.

Without Programming:

LO/OO Base
Kexi might get usable one day as well.
Rekall is apparently dead, unfortunately.

Using Python (far easier and more powerful than any dialect of "Basic"):

With PyQt (& Sqlalchemy):
Qtalchemy: www.qtalchemy.org
Camelot: www.python-camelot.com
Pypapi: www.pypapi.org

With PyGTK:
Sqlkit: sqlkit.argolinux.org (also uses Sqlalchemy)
Kiwi: www.async.com.br/projects/kiwi

With wxPython:
Gui2Py: code.google.com/p/gui2py/
Dabo: www.dabodev.com
Defis: sourceforge.net/projects/defis (Russian only)
GNUe: www.gnuenterprise.org

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#8Wolfgang Keller
feliphil@gmx.net
In reply to: Merlin Moncure (#4)
Re: Forms for entering data into postgresql

Forms these days are written in HTML.

Only by clueless/careless morons.

HTML has never been, is not and will never be a usable GUI framework.

And "web apps" are unusable garbage.

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#9Merlin Moncure
mmoncure@gmail.com
In reply to: Wolfgang Keller (#8)
Re: Forms for entering data into postgresql

On Fri, Oct 11, 2013 at 7:47 AM, Wolfgang Keller <feliphil@gmx.net> wrote:

Forms these days are written in HTML.

Only by clueless/careless morons.

HTML has never been, is not and will never be a usable GUI framework.

And "web apps" are unusable garbage.

Look -- I appreciate people with strong unorthodox beliefs but your
statement above is just reflecting a blatant disregard for reality.
Just about all software people use for everyday tasks anymore is
targeted for the web, including the email client I'm typing this in.
The vast majority of enterprise SaaS apps are web deployed and so so
are intranet applications. It's just the way things are and if you
know your technologies you can settle on a stack that approaches the
RAD platforms of old in terms of programming efficiency.

merlin

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#10Bret Stern
bret_stern@machinemanagement.com
In reply to: Wolfgang Keller (#8)
Re: Forms for entering data into postgresql

With a brief look at the last 15 years of programming for the web, your
comments are a little harsh. Only a short time ago perl and cgi
was the rage.

I've been programming for 30 years...and still have clients who use
Lotus 123 (MS-DOS) based. It's a big world out there, and lots of
solutions....for a lot of problems.

PS. I wrote my first Postgresql Trigger the other day. Awesome stuff.

On Fri, 2013-10-11 at 14:47 +0200, Wolfgang Keller wrote:

Forms these days are written in HTML.

Only by clueless/careless morons.

HTML has never been, is not and will never be a usable GUI framework.

And "web apps" are unusable garbage.

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#11Bret Stern
bret_stern@machinemanagement.com
In reply to: Wolfgang Keller (#8)
Re: Forms for entering data into postgresql

My interpretation of "Forms these days are written in HTML" means
most interfaces are web front ends to the cloud. Not a GUI framework.

On Fri, 2013-10-11 at 14:47 +0200, Wolfgang Keller wrote:

Forms these days are written in HTML.

Only by clueless/careless morons.

HTML has never been, is not and will never be a usable GUI framework.

And "web apps" are unusable garbage.

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#12Steve Atkins
steve@blighty.com
In reply to: Bret Stern (#11)
Re: Forms for entering data into postgresql

On Oct 11, 2013, at 8:57 AM, Bret Stern <bret_stern@machinemanagement.com> wrote:

My interpretation of "Forms these days are written in HTML" means
most interfaces are web front ends to the cloud. Not a GUI framework.

Yup.

But embedding an HTML renderer in your desktop app does allow you to
use HTML where it's appropriate - and it works really well for dynamically
generated forms and tabular output.

The IBM 3270 wasn't the crowning achievement of data entry technology.

Cheers,
Steve

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#13Bret Stern
bret_stern@machinemanagement.com
In reply to: Steve Atkins (#12)
Re: Forms for entering data into postgresql

Agreed.
On Fri, 2013-10-11 at 09:06 -0700, Steve Atkins wrote:

On Oct 11, 2013, at 8:57 AM, Bret Stern <bret_stern@machinemanagement.com> wrote:

My interpretation of "Forms these days are written in HTML" means
most interfaces are web front ends to the cloud. Not a GUI framework.

Yup.

But embedding an HTML renderer in your desktop app does allow you to
use HTML where it's appropriate - and it works really well for dynamically
generated forms and tabular output.

The IBM 3270 wasn't the crowning achievement of data entry technology.

Cheers,
Steve

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#14Gavin Flower
GavinFlower@archidevsys.co.nz
In reply to: Steve Atkins (#12)
Re: Forms for entering data into postgresql

On 12/10/13 05:06, Steve Atkins wrote:

On Oct 11, 2013, at 8:57 AM, Bret Stern <bret_stern@machinemanagement.com> wrote:

My interpretation of "Forms these days are written in HTML" means
most interfaces are web front ends to the cloud. Not a GUI framework.

Yup.

But embedding an HTML renderer in your desktop app does allow you to
use HTML where it's appropriate - and it works really well for dynamically
generated forms and tabular output.

The IBM 3270 wasn't the crowning achievement of data entry technology.

Cheers,
Steve

Hmph! I am still using punched cards for data processing and data
interchange...

...like making shopping lists and giving people notes - for which
purpose, I find a pen more convenient than a card punch!

Cheers,
Gavin

#15David G. Johnston
david.g.johnston@gmail.com
In reply to: Wolfgang Keller (#8)
Re: Forms for entering data into postgresql

Wolfgang Keller-2 wrote

Forms these days are written in HTML.

Only by clueless/careless morons.

HTML has never been, is not and will never be a usable GUI framework.

And "web apps" are unusable garbage.

Yet you have not stated what it is that you find works better.

Lots of software is unusable garbage but that generally reflects the
abilities of the coder and not the generic concept of "web apps" or any
other programming language.

That said if your starting point is Access GUIs then making the switch to
pretty much any other programming framework is going to be a large jump -
but one ultimately worthwhile given the vast applicability that "web app"
programming has in today's world.

Using HTML instead of a pixel-perfect or traditional container application
GUI (e.g., Java Swing) trades off some degree of user-experience for many
favorable deployment capabilities. I can make a half-ass UI in either
platform but the HTML/JS one will be easier to deploy and the skills learned
more broadly applicable in today's world.

David J.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Forms-for-entering-data-into-postgresql-tp5773952p5774324.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#16Wolfgang Keller
feliphil@gmx.net
In reply to: Bret Stern (#11)
Re: Forms for entering data into postgresql

My interpretation of "Forms these days are written in HTML" means
most interfaces are web front ends to the cloud. Not a GUI framework.

"Cloud", "web apps", yet more fashionable trendslang buzzwords.

I am talking about worktools that actually help productive "information
workers" to get useful work done with at least some efficiency.

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#17Wolfgang Keller
feliphil@gmx.net
In reply to: Merlin Moncure (#9)
Re: Forms for entering data into postgresql

Forms these days are written in HTML.

Only by clueless/careless morons.

HTML has never been, is not and will never be a usable GUI
framework.

And "web apps" are unusable garbage.

Look -- I appreciate people with strong unorthodox beliefs but your
statement above is just reflecting a blatant disregard for reality.

I don't disregard reality at all.

I just try to at least make an effort to not confuse blind herd instinct
with cognitive intelligence, not to mention technical competence.

Just about all software people use for everyday tasks anymore is
targeted for the web, including the email client I'm typing this in.

"Web mailers" are a particularly illustrative example why "web apps" are
ridiculous garbage. Just like "web forums" or "Google Apps".

If I had to use those, I would cease to use computers at all.

And I have started to use email and usenet with PINE on a Unix text
console.

The vast majority of enterprise SaaS apps are web deployed and so so
are intranet applications.

And they are totally unusable crap.

It's just the way things are and if you know your technologies you
can settle on a stack that approaches the RAD platforms of old in
terms of programming efficiency.

Certainly not. Not to mention the issue of end-user productivity. Not
to mention the deployment mess, both server- *and* client-side, with
"web apps". Etc. and so on...

Sincerely,

Wolfgang

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#18Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Wolfgang Keller (#17)
Re: Forms for entering data into postgresql

On 10/12/2013 06:39 AM, Wolfgang Keller wrote:

Certainly not. Not to mention the issue of end-user productivity. Not
to mention the deployment mess, both server- *and* client-side, with
"web apps". Etc. and so on...

Five years ago I would have agreed with you totally. Web applications
where useless for serious data entry. Today I am on the fence for two
reasons.

1) My primary career for many years has involved
construction/maintenance work. In the course of said work I have spent
many hours at the counters of wholesale vendors placing orders. My
observation has been that as the vendors moved from text --> GUI --> Web
applications the counter personnel productivity has decreased. With the
old text applications I could rattle off a list of items and quantities
and the data person could enter them in real time. At the end I would
say 'done', they would hit print, I would take a few sips of coffee
while the order printed, we would go pick the order. The only
improvement I see with the new software is I get to drink more coffee as
I often get to sip between items as latency has increased.

2) Per previous comments in this thread the market is demanding Web
competency in app development. To that end I have been pushing myself up
that learning curve. Just this morning I finished a form driven by
Django using javascript/JQuery and backed by Postgres. In that form I
have an autocomplete field that derives its values from an array
populated by a database query. On selection of an entry in that field I
use the id associated with that entry to pull more information from the
database and populate other fields in the form. I quite pleased with the
snappiness of the response, granted this all done locally, though it is
going through the Django development server which makes no claims to
being speedy.

Development of said Web form involved quite a few moving parts. Learning
the parts was time consuming, learning to get them to exchange
information correctly even more so. The whole process would have taken
even longer where I not standing on the shoulders of better developers
them me, i.e Django for a database driven Web framework, JQuery to take
some of the ugliness out of Javascript.

Conclusion:

I agree with you to an extent that Web development is oversold.
I disagree that it is totally useless, there is promise.

P.S:

As to your examples of Web apps, web mailers, forums, etc, I would say
Caveat emptor . There is no such thing as 'free'. Most of the apps you
mention serve a dual purpose, one to provide the service specified, read
email for example, second to provide a source of customers to the
provider from which they can derive some monetary benefit. To serve that
second purpose they are cluttered with code, screen elements that really
do not have anything to do with the first purpose.

Sincerely,

Wolfgang

--
Adrian Klaver
adrian.klaver@gmail.com

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#19Vincent Veyron
vv.lists@wanadoo.fr
In reply to: Wolfgang Keller (#17)
Re: Forms for entering data into postgresql

Le samedi 12 octobre 2013 ᅵ 15:39 +0200, Wolfgang Keller a ᅵcrit :

"Web mailers" are a particularly illustrative example why "web apps" are
ridiculous garbage. Just like "web forums" or "Google Apps".

If I had to use those, I would cease to use computers at all.

Sure, they suck, but I doubt you'll revert to cave dwelling if you ever
have to send an email from some remote location where you have no email
relay?

The vast majority of enterprise SaaS apps are web deployed and so so
are intranet applications.

And they are totally unusable crap.

It's just the way things are and if you know your technologies you
can settle on a stack that approaches the RAD platforms of old in
terms of programming efficiency.

Certainly not. Not to mention the issue of end-user productivity. Not
to mention the deployment mess, both server- *and* client-side, with
"web apps". Etc. and so on...

Crappy applications have been written long before the web was born, the
technology used makes no difference whatsoever.

I find that html is extremely well suited to the display of tabular
data, so I'm curious to know what kind of client-side problems you
experience with standard-compliant web forms?

--
Salutations, Vincent Veyron
http://marica.fr/site/demonstration
Gestion des contentieux et des dossiers de sinistres assurance pour le service juridique

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#20Chuck Davis
cjgunzel@gmail.com
In reply to: Vincent Veyron (#19)
Re: Forms for entering data into postgresql

Browsers are fine for displaying informaiton that is already in a
database. They are the ultimate crap for entering data that has to be
typed into a "form" and processed for persistence. It will be a long time
before I ask my users to enter data into a browser.

Just for an example: If you have 500 clients placing one order a browser
is an "ok" tool -- probably the tool of choice. If you have one accounts
payable clerk entering 500 orders a browser is a very mean thing to do the
your employee unless the entry is simply making selections from a drop down
populated from the database; that scenario is not too real-worldish for AP.

And with today's auto-updating of application platforms it pretty well
eliminates any advantages the browser provides for internal applications.
Applications developed on the current application platforms are not only
more efficient for data entry, they're just as easily kept up to date once
installed. And installation is nearly automatic with the current platforms
like Netbeans Platform and Eclipse Platform (for Java). I'm sure other
languages have similar.

Ultimately, it's a matter of choosing the right tool for the task.
Unfortunately, too often these days there is a somewhat ignorant perception
that a browser is always the right tool.

On Sat, Oct 12, 2013 at 11:11 AM, Vincent Veyron <vv.lists@wanadoo.fr>wrote:

Show quoted text

Le samedi 12 octobre 2013 à 15:39 +0200, Wolfgang Keller a écrit :

"Web mailers" are a particularly illustrative example why "web apps" are
ridiculous garbage. Just like "web forums" or "Google Apps".

If I had to use those, I would cease to use computers at all.

Sure, they suck, but I doubt you'll revert to cave dwelling if you ever
have to send an email from some remote location where you have no email
relay?

The vast majority of enterprise SaaS apps are web deployed and so so
are intranet applications.

And they are totally unusable crap.

It's just the way things are and if you know your technologies you
can settle on a stack that approaches the RAD platforms of old in
terms of programming efficiency.

Certainly not. Not to mention the issue of end-user productivity. Not
to mention the deployment mess, both server- *and* client-side, with
"web apps". Etc. and so on...

Crappy applications have been written long before the web was born, the
technology used makes no difference whatsoever.

I find that html is extremely well suited to the display of tabular
data, so I'm curious to know what kind of client-side problems you
experience with standard-compliant web forms?

--
Salutations, Vincent Veyron
http://marica.fr/site/demonstration
Gestion des contentieux et des dossiers de sinistres assurance pour le
service juridique

--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

#21Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Chuck Davis (#20)
#22Vincent Veyron
vv.lists@wanadoo.fr
In reply to: Chuck Davis (#20)
#23Adrian Klaver
adrian.klaver@aklaver.com
In reply to: Vincent Veyron (#22)
#24David G. Johnston
david.g.johnston@gmail.com
In reply to: Adrian Klaver (#23)
#25Chuck Davis
cjgunzel@gmail.com
In reply to: Vincent Veyron (#22)
#26Adrian Klaver
adrian.klaver@aklaver.com
In reply to: David G. Johnston (#24)
#27Rowan Collins
rowan.collins@gmail.com
In reply to: Chuck Davis (#25)
#28Tony Theodore
tony.theodore@gmail.com
In reply to: Chuck Davis (#25)
#29Guy Rouillier
guy.rouillier@gmail.com
In reply to: Chuck Davis (#25)
#30Steve Crawford
scrawford@pinpointresearch.com
In reply to: Adrian Klaver (#23)