You can subscribe to this list here.
2008 |
Jan
|
Feb
(5) |
Mar
(52) |
Apr
(12) |
May
(2) |
Jun
(6) |
Jul
(11) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
(2) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2009 |
Jan
|
Feb
(2) |
Mar
(2) |
Apr
(20) |
May
(19) |
Jun
(21) |
Jul
(6) |
Aug
(1) |
Sep
|
Oct
(7) |
Nov
(5) |
Dec
(2) |
2010 |
Jan
(8) |
Feb
(2) |
Mar
|
Apr
(6) |
May
(5) |
Jun
(26) |
Jul
(14) |
Aug
(5) |
Sep
(3) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2011 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
(13) |
May
(10) |
Jun
(10) |
Jul
(7) |
Aug
(5) |
Sep
(2) |
Oct
(6) |
Nov
(1) |
Dec
|
2012 |
Jan
(4) |
Feb
(8) |
Mar
(6) |
Apr
(1) |
May
(2) |
Jun
(4) |
Jul
(2) |
Aug
(8) |
Sep
(6) |
Oct
(1) |
Nov
(5) |
Dec
(6) |
2013 |
Jan
(5) |
Feb
|
Mar
(12) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(4) |
Oct
(2) |
Nov
(6) |
Dec
(27) |
2014 |
Jan
(13) |
Feb
(6) |
Mar
(8) |
Apr
(2) |
May
|
Jun
(6) |
Jul
(2) |
Aug
(1) |
Sep
(1) |
Oct
(2) |
Nov
(5) |
Dec
(1) |
2015 |
Jan
(6) |
Feb
(7) |
Mar
(7) |
Apr
(16) |
May
(2) |
Jun
(10) |
Jul
(21) |
Aug
(3) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(15) |
Nov
(2) |
Dec
(4) |
From: Alexander S.K. <al...@be...> - 2010-04-28 10:48:55
|
2010-04-27 14:45 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) + tests/test_var.prg + Sample of using shared variables * Readme.txt A bit more info about shared variables. 2010-04-27 14:15 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/funcleto.h ! Compatibility fix. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-04-28 09:30:44
|
2010-04-27 13:25 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/funcleto.h * include/srvleto.h * include/rddleto.h * include/rddleto.ch * source/client/letomgmn.c + set of functions to support shared variables has been added: LETO_VARSET( cGroupName, cVarName, xValue[, nFlags[, @xRetValue]] ) --> lSuccess LETO_VARGET( cGroupName, cVarName ) --> xValue LETO_VARINCR( cGroupName, cVarName ) --> nValue LETO_VARDECR( cGroupName, cVarName ) --> nValue LETO_VARDEL( cGroupName, cVarName ) --> lSuccess LETO_VARGETLIST( [cGroupName] ) --> aList * source/server/letofunc.c * source/server/letoacc.c * source/server/server.prg + source/server/letovars.c * support of shared variables has been added * letodb.hbp * Makefile.linux * makefile.bc * makefile.vc * makefile.gcc * Readme.txt Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-04-15 12:52:27
|
2010-04-15 16:25 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c ! Fix for leto_Scope() function Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-02-12 10:37:01
|
2010-02-12 13:35 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c ! letoOrderCreate() has been fixed - there was problems, if the tag name is absent in a call of ordCreate() Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-02-04 08:55:22
|
2010-02-04 11:55 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/letofunc.c ! Small fix in UpdateRec() * source/client/leto1.c * Readme.txt * New function added: leto_SetFastAppend(), it sets the append mode, which existed before 2009-10-18 13:30 UTC+0300 Pavel Tsarenko. If the fast append is set ( by default, it isn't ), the APPEND operation is evaluated on the server not immedeately, but together with following REPLACE operations. Regards, Alexander. |
From: Pavel T. <tp...@ma...> - 2010-01-30 19:32:02
|
2009-01-30 21:40 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/letomgmn.c * source/server/letofunc.c * Readme.txt + added LETO_MGGETTIME function. It's return array with server date and time (seconds after midnight): {dDate, nSeconds} Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2010-01-21 10:19:31
|
2010-01-21 13:20 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c ! Yet another fix for compatibility with Harbour 2.0 * source/common/hbip.c ! Small type fix * Makefile.linux * Minor formatting * utils/manager/bld.bat * utils/manager/console.prg * utils/manager/manage.prg * Path to rddleto.ch has been changed Thanks for the tips to Przemyslaw Czerpak. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-01-21 07:07:59
|
vatzct writes: > > All ok, before this changes i get 2 errors about GetComputerNameA and > hb_cdpnTranslate. > Thanks for the feedback. Did you only compile the letodb or compile an application with it and Harbour 2.0 and it works, too ? I ask this, because I got a message from one user that rddsetdefault() doesn't work now. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-01-20 13:04:44
|
2010-01-20 16:05 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/client/leto1.c * source/common/net.c ! Yet another fixes for compatibility with Harbour 2.0 I didn't tested this changes, but, hope, it will work. Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-01-15 11:56:30
|
2010-01-15 14:55 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/funcleto.h * include/srvleto.h * source/server/errint.c * source/server/letofunc.c * source/common/hbip.c * source/common/net.c * source/common/common_c.c * source/client/leto1.c ! Fixes for compatibility with Harbour 2.0 Regards, Alexander. |
From: Alexander S.K. <al...@be...> - 2010-01-14 11:03:39
|
2010-01-14 13:30 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * readme.txt * Info about leto_getLocalIP() has been added. 2010-01-14 13:20 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * source/server/errint.c * source/server/server.prg ! Fixes for compatibility with older Harbour versions * source/common/hbip.c * source/client/letomgmn.c * Function added: leto_getLocalIP(), which returns client side IP for connection with letodb server. |
From: Pavel T. <tp...@ma...> - 2009-12-31 09:29:02
|
2009-12-31 11:30 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/errint.c * changed ULONG ulIntCode to HB_ERRCODE errCode in hb_errInternal and hb_errInternalRaw for Harbour Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2009-12-01 12:42:13
|
I've answered to this topic already: http://sourceforge.net/mailarchive/message.php?msg_name=4AE592A6.9000407%40belacy.belgorod.su > Alexander. > > What about this? > > vatzct ???????(??): >> HI! >> >> 1. How i can connect to server with gui manage if Pass_for_Login = 1, >> where i can put login and pass? >> 2. How i can see users which connected to server because now i see only >> host name in console management utilities (users created and >> Pass_for_Login = 1)? |
From: vatzct <va...@po...> - 2009-11-30 14:48:55
|
Alexander. What about this? vatzct ???????(??): > HI! > > 1. How i can connect to server with gui manage if Pass_for_Login = 1, > where i can put login and pass? > 2. How i can see users which connected to server because now i see only > host name in console management utilities (users created and > Pass_for_Login = 1)? > > Regards, > Alexey Myronenko > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > > |
From: Alexander S.K. <al...@be...> - 2009-11-30 14:44:47
|
Alexey, > I run my app in windows terminal server 2003 and can't connect to > letodb server. > I never used any kind of Windows terminal server, but I don't see a reason why this could happen. Under Linux in terminal mode it works exactly as in desktop pc. Regards, Alexander. |
From: vatzct <va...@po...> - 2009-11-30 12:42:57
|
Hi! I run my app in windows terminal server 2003 and can't connect to letodb server. Anybody can confirm this? Regards, Alexey Myronenko |
From: vatzct <va...@po...> - 2009-11-25 10:27:33
|
Error while building rddleto C:\dev\letodb>hbmk2 rddleto.hbp letodb.hbp -target=tests/test_ta.prg -trace 1>l eto.log source/server/errint.c:66: error: conflicting types for 'hb_errInternalRaw' c:/dev/harbour/include/hbapierr.h:171: error: previous declaration of 'hb_errInt ernalRaw' was here source/server/errint.c:66: error: conflicting types for 'hb_errInternalRaw' c:/dev/harbour/include/hbapierr.h:171: error: previous declaration of 'hb_errInt ernalRaw' was here source/server/errint.c:96: error: conflicting types for 'hb_errInternal' c:/dev/harbour/include/hbapierr.h:170: error: previous declaration of 'hb_errInt ernal' was here source/server/errint.c:96: error: conflicting types for 'hb_errInternal' c:/dev/harbour/include/hbapierr.h:170: error: previous declaration of 'hb_errInt ernal' was here hbmk2: Error: Running C compiler. 1 gcc.exe -c -O3 -march=i586 -mtune=pentiumpro -fomit-frame-pointer -Wall -W -Ic: /dev/harbour/include -Iinclude source/server/errint.c -o bin/.hbmk/win/mingw/err int.o C:\dev\>harbour -build Harbour 2.0.0beta3 (Rev. 13016) Copyright (c) 1999-2009, http://www.harbour-project.org/ Harbour Build Info --------------------------- Version: Harbour 2.0.0beta3 (Rev. 13016) Compiler: MinGW GNU C 3.4.5 (32-bit) Platform: Windows XP 5.1.2600 Service Pack 1 PCode version: 0.2 ChangeLog last entry: 2009-11-25 09:34 UTC+0100 Viktor Szakats (harbour.01 syena r.hu) ChangeLog ID: ChangeLog 13016 2009-11-25 08:38:43Z vszakats Built on: Nov 25 2009 12:08:56 Build options: Language options: (Clipper 5.3) (Clipper 5.x undoc) (Xbase++) (Flagship) Regards, Alexey Myronenko |
From: Pavel T. <tp...@ma...> - 2009-11-16 16:15:11
|
2009-11-16 18:15 UTC+0200 Pavel Tsarenko (tpe2/at/mail.ru) * source/client/leto1.c ! fixed DBOI_NUMBER with incorrect argument Best regards, Pavel Tsarenko |
From: Alexander S.K. <al...@be...> - 2009-10-26 12:36:48
|
> HI! > > 1. How i can connect to server with gui manage if Pass_for_Login = 1, > where i can put login and pass? Include the user="username" in the host record in manage.xml, for example: <server ip="192.168.1.200" port="2812" user="alex" /> then you will be asked for the username and password. Usually, you will be asked for them when you use this host for the first time ( so, the appropriate record in manage.xml doesn't exist ). > 2. How i can see users which connected to server because now i see only > host name in console management utilities (users created and > Pass_for_Login = 1)? > User names aren't passed by the server to the management utility for now. Regards, Alexander. |
From: vatzct <va...@po...> - 2009-10-26 07:47:20
|
HI! 1. How i can connect to server with gui manage if Pass_for_Login = 1, where i can put login and pass? 2. How i can see users which connected to server because now i see only host name in console management utilities (users created and Pass_for_Login = 1)? Regards, Alexey Myronenko |
From: Alexander S.K. <al...@be...> - 2009-10-22 11:31:22
|
Pavel, I'm strongly disagree with this change: > DbAppend() immediately evaluated on server This makes record appending two times slower, because demands additional command to be sent to the server. I don't see a situation when such immediate evaluating of dbappend() on a server may be needed. Could you comment this ? Regards, Alexander. |
From: vatzct <va...@po...> - 2009-10-22 06:10:45
|
vatzct написав(ла): > Hi! > > I add some line to test_ta.prg: > > if !leto_file(cPath+"Nakl1.dbf") > dbCreate( cPath+"Nakl1", { > {"NORD","N",10,0},{"DORD","D",8,0},{"SUMMA","N",12,2},{"NORM","M",10,0} } ) > dbCreate( cPath+"Nakl2", { > {"NORD","N",10,0},{"DORD","D",8,0},{"NPROD","N",3,0},{"SUMMA","N",12,2},{"NORM","M",10,0} > } ) > ? "Files has been created" > else > ? "file exist" > endif > > > and for me leto_file() always return .f. > > Anyone can confirm this result? > > Regards, > Alexey Myronenko > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > > All ok, as readme.txt says i need to add the line EnableFileFunc = 1 to letodb.ini. Regards, Alexey Myronenko |
From: vatzct <va...@po...> - 2009-10-21 14:49:31
|
Hi! I add some line to test_ta.prg: if !leto_file(cPath+"Nakl1.dbf") dbCreate( cPath+"Nakl1", { {"NORD","N",10,0},{"DORD","D",8,0},{"SUMMA","N",12,2},{"NORM","M",10,0} } ) dbCreate( cPath+"Nakl2", { {"NORD","N",10,0},{"DORD","D",8,0},{"NPROD","N",3,0},{"SUMMA","N",12,2},{"NORM","M",10,0} } ) ? "Files has been created" else ? "file exist" endif and for me leto_file() always return .f. Anyone can confirm this result? Regards, Alexey Myronenko |
From: Pavel T. <tp...@ma...> - 2009-10-20 17:47:55
|
2009-10-20 20:45 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * Makefile.linux * letodb.hbp * source/client/leto1.c * source/common/hbip.c * utils/manager/console.prg * utils/manager/manage.prg * changes for compatibility with the latest Harbour SVN, provided by Przemyslaw Czerpak Best regards, Pavel Tsarenko |
From: Pavel T. <tp...@ma...> - 2009-10-18 09:46:58
|
2009-10-18 13:30 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * source/server/server.prg ! minor fix in #define * include/funcleto.h * fixes for compatibility with xHarbour CVS * source/client/leto1.c * source/server/letofunc.c * some changes, provided by Alexandr Okhotnikov, a big thanks to him: DbAppend() immediately evaluated on server, and added check to FLock() by another user; DbRecordInfo(DBRI_LOCKED, nRecNo) - added nRecNo evaluation fixed DbOrderInfo() if index is absent; added OrdCount() evaluation; fixed locks (dbrlock, flock) handling to take into account FLock() by another user; fixed scoped in dbSeek, DbGOTOP, DbGoBottom; added OrdKeyGoto() evaluation Best regards, Pavel Tsarenko |