From: Pavel T. <tp...@ma...> - 2010-08-19 15:44:08
|
2010-08-19 19:40 UTC+0300 Pavel Tsarenko (tpe2/at/mail.ru) * include/letocdp.ch * removed HB_CODEPAGE_HR437 codepage * source/client/leto1.c ! fixed letoAppend() for readonly mode * source/client/letomgmn.c * source/server/letofunc.c * source/server/server.prg * added parameter check in LETO_CONNECT() function + added LETO_ALIAS( nUserStru, cClientAlias ) --> cRealAlias function. This function can be used in the UDF function at the server side. + added LETO_UDF( cSeverFunc, cParam ) --> cResult function. This function is called from client application. A string <cServerFunc> contains a server connection string and name of udf function: //ip_address:port/funcname A <funcname> function should be defined on the letodb server. The first parameter of udf function is nUserStru, the second parameter (optional) - character string cParam, received from the client. Udf function can return result (character string) to client. + added support for letoudf.hrb files on the server. If letoudf.hrb file exist at the letodb/bin folder, it's loaded by server. The udf functions can be implemented in the letoudf.hrb file. Best regards, Pavel Tsarenko |