Search found 1228 matches: maurizio

Return to advanced search

Re: RAO advice on using Mysql

Thanks Rao
excellent clarification

Maurizio
by Maurizio
Wed Feb 07, 2024 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: RAO advice on using Mysql

Thanks Rao ,
just what I was looking for :D .
What does -100 mean in oCn:RecSet( cSql, -100 )
I knowo Cn:RecSet( cSql, 100 ) but not with a negative sign

Regards Maurizio
by Maurizio
Wed Feb 07, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: RAO advice on using Mysql

...    :Open()ENDoBrw:Refresh()    But this doesn't work . Is there a solution or is it better to close xBrowse and reopen it? Regards Maurizio
by Maurizio
Tue Feb 06, 2024 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: RAO advice on using Mysql

Thanks RAO for the clear specification, and how to use RecSet.
Now we also know what methods are available.

Regards Maurizio
www.nipeservice.com
by Maurizio
Fri Feb 02, 2024 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: RAO advice on using Mysql

Hello
I tested on a table of 700,000 records , 350000Kb
Regards Maurizio
by Maurizio
Fri Feb 02, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: RAO advice on using Mysql

Thank Rao

I'm trying oCn:RecSet() and it's very, very fast, I noticed that certain methods that work with oCn:Rowset() with :RecSet() don't work.

Is it possible to have a list of :RecSet() methods?

Thank you
Maurizio
by Maurizio
Thu Feb 01, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

RAO advice on using Mysql

RAO,
I wanted to ask you for advice on how to use tables with millions of data without experiencing a loss of performance

Grazie Maurizio
by Maurizio
Tue Jan 30, 2024 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 977

Re: oRs:Find() ado en dos campos, sobre xbrowse, como?

Hello
ors:Find() only works with one field.

If I need more fields use the Filter function

oRs:Filter = "ll_consec="+alltrim(cFcEn)+" AND ll_docume="+alltrim(cFcDc)
IF oRs:RecordCount() == 0

ENDIF
oRs:Filter := "
Maurizio "
by Maurizio
Mon Jan 22, 2024 8:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: oRs:Find() ado en dos campos, sobre xbrowse, como?
Replies: 7
Views: 426

Re: xBrowse - ADO - SetMultiSelectCol - lAutosort

Maurizio, gracias por publicar el código, funciona de maravilla :D :D :D
by leandro
Thu Dec 21, 2023 12:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - ADO - SetMultiSelectCol - lAutosort
Replies: 3
Views: 489

Re: How do I know the field name in xbrowse:column

Dear Mst.Rao and Maurizio, I got another problem for ::nFreeze. If you scroll to right until the column hide under freeze, the :cExpr will show incorrected. I use cField := oBrw:aCols[oBrw:nColSel]:cExpr Maurizio Dear Master, It works ...
by dutch
Tue Dec 19, 2023 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: How do I know the field name in xbrowse:column

dutch wrote:Dear Mst.Rao and Maurizio,
I got another problem for ::nFreeze. If you scroll to right until the column hide under freeze, the :cExpr will show incorrected.
Maurizio wrote:I use

cField := oBrw:aCols[oBrw:nColSel]:cExpr

Maurizio


Try
Code: Select all  Expand view
cField := oBrw:SelectedCol():cExpr
by nageswaragunupudi
Mon Dec 18, 2023 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: How do I know the field name in xbrowse:column

Dear Maurizio, It's work correct, thanks. I don't know if this is correct but you can try with :nColOffSet oBrw:bLDblClick := <||            Local  n := oBrw:nColSel           if oBrw:nColOffSet >  1              n+= oBrw:nColOffSet ...
by dutch
Mon Dec 18, 2023 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: How do I know the field name in xbrowse:column

...      ? oBrw:aCols[n]:cExpr           Return nil          } Maurizio
by Maurizio
Mon Dec 18, 2023 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: How do I know the field name in xbrowse:column

Dear Mst.Rao and Maurizio,
I got another problem for ::nFreeze. If you scroll to right until the column hide under freeze, the :cExpr will show incorrected.
Maurizio wrote:I use

cField := oBrw:aCols[oBrw:nColSel]:cExpr

Maurizio
by dutch
Sun Dec 17, 2023 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I know the field name in xbrowse:column
Replies: 22
Views: 2276

Re: FW_OpenAdoConnection reconnect

Hello Rao
how to specify the port with FW_OpenAdoConnection() ?

Maurizio
by Maurizio
Thu Dec 14, 2023 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenAdoConnection reconnect
Replies: 6
Views: 538
Next

Return to advanced search