Re: [libreoffice-users] Re: Base & PostgreSQL Transactions

2013-07-26 Thread Don Parris
Thanks for the help.  This gives me some idea of the general approach I can
take.I very much appreciate it.  It probably will still take some time
to work out the details, as I am not much of a programmer (though I do
dabble).


On Wed, Jul 24, 2013 at 2:46 AM, Andrew Douglas Pitonyak <
and...@pitonyak.org> wrote:

>
> On 07/22/2013 02:48 AM, Alex Thurgood wrote:
>
>> Le 19/07/2013 22:31, Don Parris a écrit :
>>
>> Hi Don,
>>
>> One possible way is to set up your form (which after all, is only a
>> Writer or Calc document) as a dummy interface that is not bound to any data
>> fields, and then use Basic to manage the data entered by the user as an
>> array, construct a SQL statement, connect to the db, and then commit that
>> statement.
>>
>> I haven't tried this, but in theory, it should work.
>>
>> Alex
>>
>>
>>  You know Alex, when you put it that way, it seems so obvious Most
> great ideas seem so AFTER someone thinks of them. I tip my hat to you sir!
>
>
> --
> Andrew Pitonyak
> My Macro Document: 
> http://www.pitonyak.org/**AndrewMacro.odt
> Info:  http://www.pitonyak.org/oo.php
>
>
> --
> To unsubscribe e-mail to: 
> users+unsubscribe@global.**libreoffice.org
> Problems? http://www.libreoffice.org/**get-help/mailing-lists/how-to-**
> unsubscribe/
> Posting guidelines + more: http://wiki.**documentfoundation.org/**
> Netiquette 
> List archive: 
> http://listarchives.**libreoffice.org/global/users/
> All messages sent to this list will be publicly archived and cannot be
> deleted
>
>


-- 
D.C. Parris, FMP, Linux+, ESL Certificate
Minister, Security/FM Coordinator, Free Software Advocate
http://dcparris.net/

GPG Key ID: F5E179BE

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



Re: [libreoffice-users] Re: Base & PostgreSQL Transactions

2013-07-23 Thread Andrew Douglas Pitonyak


On 07/22/2013 02:48 AM, Alex Thurgood wrote:

Le 19/07/2013 22:31, Don Parris a écrit :

Hi Don,

One possible way is to set up your form (which after all, is only a 
Writer or Calc document) as a dummy interface that is not bound to any 
data fields, and then use Basic to manage the data entered by the user 
as an array, construct a SQL statement, connect to the db, and then 
commit that statement.


I haven't tried this, but in theory, it should work.

Alex


You know Alex, when you put it that way, it seems so obvious Most 
great ideas seem so AFTER someone thinks of them. I tip my hat to you sir!


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: Base & PostgreSQL Transactions

2013-07-21 Thread Alex Thurgood

Le 19/07/2013 22:31, Don Parris a écrit :

Hi Don,

One possible way is to set up your form (which after all, is only a 
Writer or Calc document) as a dummy interface that is not bound to any 
data fields, and then use Basic to manage the data entered by the user 
as an array, construct a SQL statement, connect to the db, and then 
commit that statement.


I haven't tried this, but in theory, it should work.

Alex


--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted