Search found 72 matches: ainfo

Return to advanced search

LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED

... cualquier ayuda o comentario. //............................................ FUNCTION Consultar() local cServer:= '//190.108.228.106:2812' local aInfo :={},aDir:={} dbcloseall() RDDSETDEFAULT("LETO") if LETO_CONNECT(cServer,'Invitado','invitado') == -1 MsgInfo("No se puede conectar ...
by mterraz
Thu Dec 28, 2023 4:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: LETODB - ABRIR o CONSULTAR BASES REMOTAS SHARED
Replies: 3
Views: 372

Re: Fwh 23.10 TGet another problem

Dear Hakan, Please modify Class TFont line 243 this way: ::cFaceName = aInfo[ 4 ] and try it again many thanks I deleted the line I added and the error after making the change you mentioned Application===========   Path and name: C:\PrgW\Icra\IcraW.exe (32 ...
by Horizon
Fri Nov 17, 2023 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54302

Re: Fwh 23.10 TGet another problem

Dear Hakan,

Please modify Class TFont line 243 this way:

::cFaceName = aInfo[ 4 ]

and try it again

many thanks
by Antonio Linares
Fri Nov 17, 2023 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54302

Re: Wbrowse with the black screem

o problema esta aqui, mais precisamente na linha destacada: METHOD DispBegin( lCreateDC ) CLASS TWBrowse local hDC, aInfo, hOldDC:= ::hDC DEFAULT lCreateDC:= .F. if lCreateDC hDC:= GetDC( ::hWnd ) else hDC:= ::hDC endif aInfo:= FWDispBegin( ::hWnd, hDC ) ::hDC:= aInfo[3] // hDC de ...
by Giba_Fro
Mon Feb 06, 2023 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 519

Wbrowse with the black screem

... como escrito acima ... andei olhando a classe e achei mais ou menos onde eh o problema: METHOD DispBegin ( lCreateDC ) CLASS TWBrowse local hDC, aInfo, hOldDC:= ::hDC DEFAULT lCreateDC:= .F. if lCreateDC hDC:= GetDC( ::hWnd ) else hDC:= ::hDC endif aInfo:= FWDispBegin( ::hWnd, hDC ) ::hDC:= aInfo[3] ...
by Giba_Fro
Mon Jan 23, 2023 11:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Wbrowse with the black screem
Replies: 9
Views: 519

Xbrowse Check/uncheck all

... I have 111111111101 I must see all active checkboxes except the penultimate (November) I load the string with and save an array For n=1 to 12 aadd(aInfo,IIF(val(SubStr(cMese, n, 1))= 1,.t.,.f.) next then how insert it on xbrowse ?
by Silvio.Falconi
Fri May 20, 2022 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

Re: New FTDN June/Junio (FWH 21.06)

... como fichero de log SetLogFile( NIL ) --> Pone exename.log como fichero de log (Por defecto) * Se ha modificado la función LogFile( cFileName, aInfo, [lDate] ) * Modified function LogFile( cFileName, aInfo, [lDate] ) Ahora, cFileName está predeterminado a SetLogFile() * Nueva función MapDrive( ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Junio (FWH 21.06)

... + exename.log as logfile SetLogFile( NIL ) --> PrevLog file. Sets exepathname.log as log file (default) * Modified function LogFile( cFileName, aInfo, [lDate] ) Now, cFileName defaults fo SetLogFile() * New function MapDrive( cDrive, cPath, cUser, cPassWord ) --> nResult (function\filename.prg) ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2113

New FTDN June/Jnio (FWH 21.06)

... + exename.log as logfile SetLogFile( NIL ) --> PrevLog file. Sets exepathname.log as log file (default) * Modified function LogFile( cFileName, aInfo, [lDate] ) Now, cFileName defaults fo SetLogFile() * New function MapDrive( cDrive, cPath, cUser, cPassWord ) --> nResult (function\filename.prg) ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 470

Re: Xbrowse : Setup configuration file

... - 3-::nrowheight*2,::nheaderHeight/::nHeaderLines)*0.8; ,, .t., Eval( ::bClrHeader, Self ) [ 2 ] ) end // add lines end ::DispEnd( aInfo ) ::oFont:Deactivate( hDC ) return 0 4. METHOD LButtonDown( nRow, nCol, nFlags ) CLASS TXBrowse ... if ::lDrag return Super:LButtonDown( nRow, ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1216

Re: very slow sample program xbrbckg1.prg

In method METHOD Paint() CLASS TXBrowse if I rem DispBegin() and DispEnd() // local aInfo := ::DispBegin() and at the end of method I rem if ::nLen == 0 ::EraseData( nFirstRow ) // ::DispEnd( aInfo ) return nil endif // ::DispEnd( aInfo ) the problem is even more ...
by MarcoBoschi
Fri Apr 03, 2020 1:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: very slow sample program xbrbckg1.prg
Replies: 14
Views: 2152

Re: file date and time - how to set

Hello, I think I found an example: function setfiledate(cFile, dDate) local hFile := FOpen( cFile, FO_READWRITE ) local aInfo SET DATE FRENCH SET CENTURY ON SetFTime( hFile, "13:00:00", dDate ) // MsgInfo( "D o n e !" ) FClose( hFile ) return nil I will test. Best ...
by Otto
Fri Feb 21, 2020 11:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: file date and time - how to set
Replies: 12
Views: 1557

Re: FW_GetMonitor() doesn't work

... Nevertheless the following code works for me: function FW_GetAllMonitors()   local aMonitors   := {}   local aRect, nRow, nCol, aInfo, caInfo, nMonitors, nMonitor := 0   nMonitors   := FW_ActiveMonitors()   aRect       := FW_VirtualScreen()   for nRow := aRect[ ...
by frose
Fri Feb 01, 2019 4:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2950

Re: FW_GetMonitor() doesn't work

Can you please try different values like 100,200,300, etc in the place of 20 I used in the above line?


Notthing change, aInfo is always NIL with nMonitor is 2
by frose
Tue Jan 29, 2019 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2950

Re: FW_GetMonitor() doesn't work

It seems, in the line 374            aInfo    := MonitorInfoFromRC( 20, x )  aInfo returned is NIL. Can you please try FW_GetMonitor( 1 ) FW_GetMonitor( 2 ) and FW_Get_Monitor( 3 ) in separate lines and ...
by nageswaragunupudi
Tue Jan 29, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2950
Next

Return to advanced search