Search found 2253 matches: normal

Return to advanced search

Re: Transparent Png on MDI Parent

... := { || oWnd:oWndClient:DrawImage( "..\bitmaps\pngs\2.png",,,,,,"RB" ) }ACTIVATE WINDOW oWnd CENTERED For normal window DEFINE WINDOW oWnd MDIoWnd:bPainted := { || oWnd:DrawImage( "..\bitmaps\pngs\2.png",,,,,,"RB" ) }ACTIVATE ...
by nageswaragunupudi
Thu May 09, 2024 2:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 5
Views: 135

Re: combobox color

hi Silvio, as i can say a normal Combobox can only change Color for all Items to change it for special Item you need Ownerdraw. i know that Fivewin have ON DRAWITEM but i have not find out how it work so i wrote my own Method here a CODE ...
by Jimmy
Fri Apr 26, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 578

Re: harbour/xharbour appear ADS functions error

Antonio Linares wrote:Dear Richard,

We have read about the earthquake on Taiwan, are you ok ?

Wishing you and all your loved ones, and everyone, is ok


Dear Antonio,

I live in New Taipei City and currently live a normal life.

Thank you for your concern.
by richard-service
Wed Apr 03, 2024 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour/xharbour appear ADS functions error-SOLVED
Replies: 47
Views: 8580

Re: incremental search on Xbrowse

...   ::SelectRow( 2 )  Nages I'm also interested in this change, I would also like to search for a word within the fields, how can I do it? I normally use get (cseek) and combo to change the field to search and I use multiselectcol I would like to add to the normal ( combobox) search "entries ...
by Silvio.Falconi
Wed Mar 27, 2024 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 2089

records on xbrowse

I can Know how many records are on xbrowse ?
I explain

I would like to activate the arrows for moving the records (up and down) only when the records are greater than the normal number displayed in the xbrowse table
by Silvio.Falconi
Mon Mar 25, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1735

Re: Question about performance RowSet

... oCn:Record(...) creates a FWMariaRecord class object. This class is derived from TDataRow class and can be used/edited and saved like any normal TDataRow object.
by nageswaragunupudi
Thu Mar 21, 2024 10:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4144

Re: Question about performance RowSet

... work, we need to include primary key also. My table have 20 fields, but in this part of process I need edit or insert just a few. But you can use normal Insert like this: oCn:Insert( "states", "code,name", { { "KK", "KKKK" } } ) ...
by Eroni
Wed Mar 20, 2024 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4144

Re: Question about performance RowSet

... { { 0, "KK", "KState" } } ) For Upsert() to work, we need to include primary key also. But you can use normal Insert like this: oCn:Insert( "states", "code,name", { { "KK", "KKKK" } } )
by nageswaragunupudi
Wed Mar 20, 2024 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4144

Re: Question about performance RowSet

... lo cual donde realmente toma su tiempo, no tanto en la recuperación del cursor de datos que para ambos métodos es igual. en lo personal, lo miro normal. por eso cuando la información que se pretende recuperar es poca, y una sola fila de datos es preferible usar QueryResult, no tiene sentido usar ...
by Eroni
Fri Mar 15, 2024 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4144

Re: Question about performance RowSet

... lo cual donde realmente toma su tiempo, no tanto en la recuperación del cursor de datos que para ambos métodos es igual. en lo personal, lo miro normal. por eso cuando la información que se pretende recuperar es poca, y una sola fila de datos es preferible usar QueryResult, no tiene sentido usar ...
by carlos vargas
Fri Mar 15, 2024 3:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4144

Different sizes of dialog

I would like to have the same resolution as my dialogs if I use a normal computer with 1280X1024 resolution (Win10) or if I use a tablet (10' tab type) with 1280X800 resolution (Win10) because every time I have to recompile my applications, I use to create ...
by Silvio.Falconi
Wed Mar 13, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Different sizes of dialog
Replies: 0
Views: 138

Fondo Oscuro Transparente

... que aun se pueda ver el contenido y quede 100% visible solo el nuevo dialogo? y por supuesto que al salir, la vetana anterior recupere su estado normal de visibilidad. Por ejempo: https://www.datanet.space/fw/fotozaul.png En esta pantalla, al presionar el boton que se indica con ...
by JoseAlvarez
Sat Mar 09, 2024 12:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fondo Oscuro Transparente
Replies: 2
Views: 516

Re: Por qué el error en este SELECT?

With ADO we can use MoveFirst(), Move(), etc. when the recordset is empty. It is the normal practice to check (whether fivewin, vb, c#, etc) oRs := FW_OpenRecordSet( ... )if oRs == nil   ? "failed to open"else   if oRs:RecordCount() ...
by nageswaragunupudi
Sat Mar 02, 2024 2:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Por qué el error en este SELECT?
Replies: 9
Views: 328

Re: URLLINK + XBROWSE

... Turllink o la clase tsayref, es decir cuando el usuario final pasa con el mouse sobre el texto (subrayado) cambia de color (sobre color y color normal). no necesariamente tiene que ser una dirección para abrir, puede ser cualquier información, imagina por ejemplo una tabla xbrowse donde hay ...
by Silvio.Falconi
Tue Feb 27, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: URLLINK + XBROWSE
Replies: 13
Views: 952

TUrlLink on Xbrowse

in a normal Xbrowse table I would like to have the possibility of displaying a hyperlink text ( TUrlLink) in a field, but not all the records, just the ones I want. why do I want to have a Hyperlink text? because the final user ...
by Silvio.Falconi
Tue Feb 27, 2024 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 246
Next

Return to advanced search

cron