Search found 133 matches: lreadonly

Return to advanced search

Re: RowSet Large and lReadonly

Thank you Mr. Rao. I am using FWH 23.10: Application===========   Path and name: D:\Softway\ProjetosWanderson\EsocialSQL\sinwin.EXE (32 bits)   Size: ********* bytes   Compiler version: xHarbour 1.3.0 Intl. (SimpLex) (Build 20231104)   FiveWin  version: FWH 23.10   C compiler...
by Eroni
Sat Jun 01, 2024 12:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 4
Views: 143

Re: RowSet Large and lReadonly

oRs := oCn:RowSet( "select * from custx where state = ? ",{ 'NY' },500,.T. ) This is working in the recent versions but not in 1709 This works in 1709 oRs := oCn:RowSet( "select * from custx where state = 'NY' ",500,.T. ) OR oRs := oCn:RowSet( "...
by nageswaragunupudi
Sat Jun 01, 2024 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 4
Views: 143

Re: RowSet Large and lReadonly

Thank you Mr. Rao. I tried built other sample: function Test()    local oRs, cTable,oCn    local oWnd, oBrw, oFont   oCn := maria_Connect( "209.250.245.152,fwh,fwhuser,FiveTech@2022" )   if oCn <> NIL    ? "Conected"   endif       oRs := oCn:RowSet( &quo...
by Eroni
Fri May 31, 2024 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 4
Views: 143

Re: RowSet Large and lReadonly

Yes
by nageswaragunupudi
Fri May 31, 2024 3:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 4
Views: 143

RowSet Large and lReadonly

Dear all,
Is possible rowset and lreadonly works the same time?
Like this:

Code: Select all  Expand view
oRs := oCn:RowSet( <table>, nRows,.T. )


Regards.
by Eroni
Fri May 31, 2024 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RowSet Large and lReadonly
Replies: 4
Views: 143

Re: New FTDN April 2024 (FWH 24.04)

... TArrayData ( source\classes\tarrdata.prg ) Corrección de errores: relacionados con el uso de PValue() en xHarbour. * Control TEdit: Nueva DATA lReadOnly: lReadOnly también se puede activar en tiempo de ejecución. * Función RoundBox() nuevo undecimo parámetro nPenStyle, por defecto PS_SOLID. ...
by Antonio Linares
Wed May 01, 2024 7:04 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 1058

New FTDN April 2024 (FWH 24.04)

... etc. Fixed * TArrayData class ( source\classes\tarrdata.prg ) Bug fixes: relating to use of PValue() in xHarbour * TEdit control: New DATA lReadOnly: lReadOnly can be toggled during runtime also. * function RoundBox() new 11th parameter nPenStyle, default PS_SOLID Syntax: RoundBox( hDC, ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 1058

Re: SetMultiSelectCol() on line

... yes allready saw it compile this test without :SetMultiSelectCol() you'll see this error Error description: Error BASE/1005 No exported variable: LREADONLY Args: [ 1] = U [ 2] = L .T. Stack Calls =========== Called from: xbmulsel.prg => _LREADONLY( 0 ) Called from: xbmulsel.prg => (b)MAIN( ...
by Silvio.Falconi
Tue Apr 23, 2024 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 291

Re: incremental search on Xbrowse

Hi Rao,
yes,
this is default in my Std management of table,

::oBrw:SetMultiSelectCol( )

I rarely disable it using the property :

::oBrw:oMultiSelCol:lReadOnly := .T.

TIA
by mauri.menabue
Wed Mar 27, 2024 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2227

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

You can use the above code to Toggle ReadOnly status during runtime. This code is tested.

From the next version, we have provided DATA lReadOnly. We can toggle this at runtime with oEdit:lReadOnly := .T. or .F..
by nageswaragunupudi
Tue Mar 26, 2024 4:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 1125

Control EDIT y readonly.

Hola a todos, Estoy usando un control EDIT y necesito poder bloquear su edición y según el caso permitir su edición. ¿Cómo lo hago? La Data lReadonly veo que no existe en este control para modificarla en tiempo de ejecución. Si que puedo deshabilitar el control con Disable(), pero entonces el ...
by FiveWiDi
Sun Mar 24, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 1123

Re: xbrowse No existe el metodo: LREADONLY

Estimado Antonio. Estimado Albeiro, Se ve bien, buen trabajo! Si siguen apareciendo GPFs esporadicamente mi consejo es que depures ese módulo en C++ desde Visual Studio: el debugger de Visual Studio te indicará el lugar exacto en donde se producen. Muchas Gracias por revisar el codigo. Cuando te ref...
by albeiroval
Mon Mar 04, 2024 7:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 576

Re: xbrowse No existe el metodo: LREADONLY

Estimado Albeiro,

Se ve bien, buen trabajo!

Si siguen apareciendo GPFs esporadicamente mi consejo es que depures ese módulo en C++ desde Visual Studio:
el debugger de Visual Studio te indicará el lugar exacto en donde se producen.
by Antonio Linares
Mon Mar 04, 2024 6:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 576

Re: xbrowse No existe el metodo: LREADONLY

Hola Antonio. Estimado Albeiro, Prueba a comentar estas dos líneas para solucionar los GPFs: // if ( userList.m_ArrayUsers ) // hb_xfree( userList.m_ArrayUsers ); No se ve que llames a hb_xgrab() en tu código, luego esa llamada a hb_xfree() está de más. Voy a hacer lo que me cometas. Igual voy a pos...
by albeiroval
Mon Mar 04, 2024 3:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 576

Re: xbrowse No existe el metodo: LREADONLY

Estimado Albeiro,

Prueba a comentar estas dos líneas para solucionar los GPFs:
// if ( userList.m_ArrayUsers )
// hb_xfree( userList.m_ArrayUsers );

No se ve que llames a hb_xgrab() en tu código, luego esa llamada a hb_xfree() está de más.
by Antonio Linares
Mon Mar 04, 2024 5:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse No existe el metodo: LREADONLY
Replies: 16
Views: 576
Next

Return to advanced search