Vincent Snijders wrote:
Alex du Plessis schreef:
Marc Weustink wrote:
Alex du Plessis wrote:
Alex du Plessis wrote:
Hi all
Earlier I reported a problem finding libpq.dll. I then suspected
a problem on my disc and did a complete Windows XP re-install,
followed by a postgres 8.3 install
Marc Weustink wrote:
Alex du Plessis wrote:
Alex du Plessis wrote:
Hi all
Earlier I reported a problem finding libpq.dll. I then suspected a
problem on my disc and did a complete Windows XP re-install,
followed by a postgres 8.3 install and then a Lazarus 0.9.25
re-install.
I
Alex du Plessis wrote:
Hi all
Earlier I reported a problem finding libpq.dll. I then suspected a
problem on my disc and did a complete Windows XP re-install, followed
by a postgres 8.3 install and then a Lazarus 0.9.25 re-install.
I started by changing fpc.cfg to add the library path
Hi all
Earlier I reported a problem finding libpq.dll. I then suspected a
problem on my disc and did a complete Windows XP re-install, followed
by a postgres 8.3 install and then a Lazarus 0.9.25 re-install.
I started by changing fpc.cfg to add the library path of the libpq.dll
file to
Joost van order Sluis wrote:
Op woensdag 06-02-2008 om 10:16 uur [tijdzone +0200], schreef Alex du
Plessis:
Vincent Snijders wrote:
Alex du Plessis schreef:
I certainly did - and in the library file directory one only finds
the libpq.a file no libpq.dll
That is a
Vincent Snijders wrote:
Alex du Plessis schreef:
I did a re-install of postgres and now libpq is a .lib file. Any
thoughts on what that file type might be?
Seems the only workaround at the moment is to use odbc. With odbc at
least I can get connected
I still need to find out how to
Alex du Plessis wrote:
Vincent Snijders wrote:
Alex du Plessis schreef:
I certainly did - and in the library file directory one only finds
the libpq.a file no libpq.dll
That is a bit strange. Did previous version install a dll?
Vincent
Vincent Snijders wrote:
Alex du Plessis schreef:
I certainly did - and in the library file directory one only finds
the libpq.a file no libpq.dll
That is a bit strange. Did previous version install a dll?
Vincent
_
To
Vincent Snijders wrote:
Alex du Plessis schreef:
I have recently installed lazarus 0.9.25 and postgres version 8.3 on
a Windows XP box.
sqldb used to connect flawlessly in my previous installations but
suddenly I have no luck in connecting to the database.Even after
updating fpc.cfg to
project has come to a grinding halt.
Regards
Alex du Plessis
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
Thank you, that certainly did the trick.
Jesús Reyes A. wrote:
- Original Message - From: "Alex du Plessis"
<[EMAIL PROTECTED]>
To: "Lazarus mailing list"
Sent: Monday, November 06, 2006 10:34 AM
Subject: [lazarus] TurboPower IPro
Hello List,
I am tryin
Hello List,
I am trying to use TIPHTMLPanel with TIPFileDataProvider. Everything
works fine until I try to click on an anchor to take me to another page.
Here things go a bit pear shaped - the IPPanel complains it cannot
open the file, even though it is in the same directory as the file
con
Original Message
Subject: IPro
Date: Fri, 03 Nov 2006 09:13:13 +0200
From: Alex du Plessis <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Organization: Phenomenal Consulting CC
To: Lazarus mailing list
Hi
Would anyone know why TIPHTMLPanel would read one image but n
Hi
Would anyone know why TIPHTMLPanel would read one image but not the next
even though both are of the same type(i.e. GIF or XPM) ? I cannot find
any obvious reason why. I am using exactly the same html to load both
- one displays, the other does'nt. I am using the code from the
examples di
Original Message
Subject: IPro
Date: Fri, 03 Nov 2006 09:13:13 +0200
From: Alex du Plessis <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Organization: Phenomenal Consulting CC
To: Lazarus mailing list
Hi
Would anyone know why TIPHTMLPanel would read one image but n
Hi
Would anyone know why TIPHTMLPanel would read one image but not the next
even though both are of the same type(i.e. GIF or XPM) ? I cannot find
any obvious reason why. I am using exactly the same html to load both
- one displays, the other does'nt. I am using the code from the
example
Hello List,
Are there any functions in fpc or Lazarus that can provide sytem
information. I need to obtain disk serial numbers and machine names.
Can anyone point me in the right direction - I cannot seem to find anything
Thnx
Alex
__
Hi List,
How would one go about retrieving the error message from a
TPQConnection? (ex sqldb).
Thanks in advance
Alex
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at ht
Hi list
Does anyone know how to access environment variables via an app in FPC
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchive
Hi
I need to execute a sql statement that cannot be enclosed in a
transaction (CREATE DATABASE) to be exact on a postgres server.
How do i do that from my client app i.e. how do I switch off the
implicit transaction with sqldb?
Alex
_
ggrid
itself - in fact it works like a charm
Alex
Alex du Plessis wrote:
I'll make up a little project with the problem. Maybe that will help
David B Copeland wrote:
Hi Alex,
I can't think of anything else without seeing more of the code. I
remember having fun (ha, ha) figuring o
all the go... options,
goEditting for example) you have selected for the grid.
Dave.
On Wed, 2006-06-21 at 20:39 +0200, Alex du Plessis wrote:
Sorry Dave,
That's not it yet.
Here is my code:
StringGrid1.InsertColRow(false,1);//Notice it is creating a new line at
the top of the grid
Strin
Jesus Reyes wrote:
--- Alex du Plessis <[EMAIL PROTECTED]> escribió:
Sorry Dave,
That's not it yet.
Here is my code:
StringGrid1.InsertColRow(false,1);//Notice it is creating a new
line at
the top of the grid
StringGrid1.Col := 1;
StringGrid1.Row := 2;
And this works fine
Count + 1;
SGItems.Cells[1, wRow] := CBProdCode.Text;
SGItems.Row := wRow; // highlights the new row
end;
Dave.
On Wed, 2006-06-21 at 17:51 +0200, Alex du Plessis wrote:
With the first instance I did. In the second instance (InsertColRow())
the grid tries to focus the cell automaticall
With the first instance I did. In the second instance (InsertColRow())
the grid tries to focus the cell automatically and also causes an acces
violation.
David B Copeland wrote:
On Wed, 2006-06-21 at 17:17 +0200, Alex du Plessis wrote:
Hi
I need to insert a new row into a StringGrid
Hi
I need to insert a new row into a StringGrid. (TStringGrid),
The grid will gladly create the new row (using a construct of
Grid.RowCount := Grid.RowCount + 1 or using Grid.InsertColRow(false,1)).
However, an access violation occurs immediately when trying to focus a
cell within the new r
While trying to compile the lazreport component, the compiler stops
complaining about not finding identifier 'Brushcopy'. When I have a
look in the TCanvas source, I find that the method has been commented out.
It seems as if this method did exist, but not any more. Is there a
different meth
(You replied only to my by the way; if this was not your intention,
I'll let you forward this to the mailling list.)
Well, all looks right for me and I would see that as a bug with the
information I have under my eyes. Maybe you can have a look at the
suggestions of Bram.
Regards.
2006/6/5,
Would anybody know why a sqldb query (TSQLQuery) has a problem reading
an aggregate field? I cannot get the query to read an aggregate field
for love or money. It complanis that it cannot find the fieldname
(query.FieldbyName('sum').asInteger) or that the
index(query.Fields[i].asInteger) is o
Hi
I would like to create a new template form with added functionality
above what TForm offers, but I do not have the faintest clue as to how
to write it or how to make it available at design time.
Can anybody point me in the right direction ?
How does one access the error messages from a postgres database when
using the sqldb components (i.e. TPQConnection, TSQLTransaction and
TSQLQuery)?
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as
Does anybody know where I can read up on how to use TSDFDataset ?
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.lazarus.freepascal.org/mailarchives
Vincent Snijders wrote:
Alex du Plessis schreef:
Hi
Could someone point me in the right direction please. I have added
the unit pgcl (a postgres access unit) to a project which built and
compiled perfectly without any problems. Now when I build the project
, a message "error
Vincent Snijders wrote:
Alex du Plessis schreef:
Hi
Could someone point me in the right direction please. I have added
the unit pgcl (a postgres access unit) to a project which built and
compiled perfectly without any problems. Now when I build the project
, a message "error
n does not
complete. Since there are no other messages that could point me in the
direction of where to look for the problem - I have no idea as to how to
sove this.
Anybody with any ideas?
Thanx.
Alex du Plessis
_
To unsubsc
urned as a
variant - here is the rub. I cannot seem to convert this variant value
to a string. Does anybody have any idea how to work around this?
Any idea would be much appreciated.
Thanx
Alex du Plessis
_
To unsubscribe: m
Hi
How dows one allow for different screen resolutions when designing a
Lazarus application?
Regards
Alex
_
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject
archives at http://www.laz
On Thursday 04 August 2005 16:17, Andreas Berger wrote:
I agree - I would be waiting too (with bated breath) :)
> The plugger seems very interresting. What I would like to know is if it
> will be able to be used in a normal application (not IDE nor text editing).
>
> I am developing an app at th
38 matches
Mail list logo