Search found 42 matches

by silviogs
20.06.2006, 20:32
Forum: User Patches
Topic: [bug_fixed] Date, Time and Float on Lazarus
Replies: 9
Views: 3564

Hi friends I lowered its version of the zeos in http://users.telenet.be/mdaems and brought up to date the ZDatasetUtils.pas archive that fbaqui indicated to decide the problem of the date. I compiled and functioned perfectly. As Odinsoft it works with me, also confirms that he functions. Thanks a lo...
by silviogs
30.05.2006, 23:56
Forum: Bug Reports
Topic: [bug_fixed] error type date in lazarus
Replies: 2
Views: 1418

[bug_fixed] error type date in lazarus

Hi mdaems

http://zeos.firmos.at/viewtopic.php?t=497&highlight=

some news on the error of date in lazarus.

Yours truly

Silvio Guedes
by silviogs
04.04.2006, 21:08
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: I go to abandon zeoslib :cry:
Replies: 1
Views: 925

I go to abandon zeoslib :cry:

I go to abandon zeoslib , unhappyly I will have that to take this attitude, after some postagem and no reply of the developers. Already he was enthusiastic with the possibility of freedom to develop my applications, of in such a way spreading out opensource for the community. I lost I stimulate it t...
by silviogs
03.04.2006, 21:42
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: for the developers :)
Replies: 0
Views: 575

for the developers :)

Hi it will be that no developer could explain to me what is happening with the problem of the date in the lazarus. I already posted several times and nobody answers. Will it be that will only be solved in the version seven of the zeoslib? Until there I won't be able to develop systems in the lazarus...
by silviogs
30.03.2006, 15:57
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: solved problem show date but........
Replies: 0
Views: 522

solved problem show date but........

Hi friends

solved the problem of showing the date, but when type a date shows 31/12/0000.

Image

I' will await the developers they can solve this problem.

Respectfully

Silvio Guedes
by silviogs
07.03.2006, 15:43
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Zeoslib 6.5.1 :?
Replies: 6
Views: 1627

Hi I am using lazarus win32, zeoslib 6.5.1 and postgresql 8.1.3, in the property of the zquery.sql the string is "select firstdate, seconddate, thirddate from table", a simple query for display that in the zeoslib connecting to the postgresql the come back date is 31/12/1899, already with ...
by silviogs
06.03.2006, 15:34
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Zeoslib 6.5.1 :?
Replies: 6
Views: 1627

Hi I did it the same way, I created an application in delphi7 I used the zeoslib 6.5.1 and ADO, it is everything perfect, but with the lazarus the zeoslib doesn't work. http://geocities.yahoo.com.br/silvio_guedes_pb/errorzeoslibdelphi.JPG can anybody of the team zeoslib explain this? :( thank you ve...
by silviogs
05.03.2006, 13:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: how to sort data in ZTable ?
Replies: 6
Views: 1661

Hi

use the component zquery it would be easier for you. In the property SQL types:

select * from your table
order by field asc (desc)

Respectfully

Silvio Guedes
by silviogs
03.03.2006, 14:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error Zeoslib 6.5.1 :?
Replies: 6
Views: 1627

error Zeoslib 6.5.1 :?

Hi I created an application lazarus and I placed two access type the same base of data as display the image. One with the zeoslib and the other with sqldb and do notice the difference in the dates. Does anybody has a solution? http://geocities.yahoo.com.br/silvio_guedes_pb/errorzeosliblazarus.JPG re...
by silviogs
02.03.2006, 20:47
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: How to begin
Replies: 2
Views: 1041

Hello friends it is enough to remove all the references Dataset.RequestLive := True because the version of the zeoslib zeosdbo-6.5.1-alpha_cvs_13-10-2005 doesn't exist more the property RequestLive. Respectfully Silvio Gudes Brazil :D Amici del ciao è abbastanza per rimuovere tutte le referenze Data...
by silviogs
01.03.2006, 17:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dbedit type 28/02/2006 after the post it shows 31/12/1899
Replies: 5
Views: 1816

Hello Stefan how does it can in Delphi 7 the dbedit to work perfectly well and in Lazarus this does happen? :? the format of date dd/mm/yyyy in the delphi 7 works because the date is recorded correctly, I type 01/03/2006 in the delphi with the dbedit he records in the postgres 03/01/2006, because in...
by silviogs
28.02.2006, 19:13
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: dbedit type 28/02/2006 after the post it shows 31/12/1899
Replies: 5
Views: 1816

dbedit type 28/02/2006 after the post it shows 31/12/1899

dbedit type 28/02/2006 after the post it shows 31/12/1899 use Lazarus 0.9.12, Zeoslib 6.5.1 cvs and PostgreSQL 8.1.3, have an application that I type a date in the pattern dd/mm/yyyy in the dbedit and does it come back me 31/12/1899, in the database it does show 0001-12-30 BC, where is the error? in...
by silviogs
23.02.2006, 18:16
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Date/Time Problem in Delphi 7
Replies: 7
Views: 2601

Hello friends

my problem not in the delphi7 and yes in the lazarus 0.9.12 and zeoslib 6.5.1 cvs and postgresql 8.1.3.

Thank you very much

Silvio Guedes
by silviogs
23.02.2006, 18:10
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error update date field
Replies: 4
Views: 1121

This is the routine: function TZPostgreSQLResultSet.GetDate(ColumnIndex: Integer): TDateTime; var Value: string; begin {$IFNDEF DISABLE_CHECKING} CheckColumnConvertion(ColumnIndex, stDate); {$ENDIF} Value := GetRawString(ColumnIndex); if IsMatch('????-??-??*', Value) then Result := Trunc(AnsiSQLDate...
by silviogs
23.02.2006, 18:06
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: error update date field
Replies: 4
Views: 1121

Hello DiegoBM I made the modifications that it indicated I compiled myself and I installed zeoslib again, but the mistake continues. I type in the dbedit of the lazarus 22/02/2006 (format of date in the Brazilian) and when recording the registration the dbedit it shows 31/12/1899. Respectfully Silvi...