xBrowse and lMergeVert

xBrowse and lMergeVert

Postby Maurizio » Tue Feb 02, 2021 2:22 pm

Hello Rao
I use oCol:lMergeVert and oCol:WorkMergeData() to activate at runtime lMergeVert and it works fine ,
but is it possible to disable for other conditions?

IF oBrw:oRs:Sort) == 'State'
WITH OBJECT oBrw:State
:lMergeVert := .t.
:WorkMergeData()
END
ELSE
// HOW DO YOU RESTORE WITHOUT lMergeVert ???
ENDIF

Regards
Maurizio
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: xBrowse and lMergeVert

Postby nageswaragunupudi » Tue Feb 02, 2021 5:18 pm

Code: Select all  Expand view

// cancellation of vertical merge, if already merged
if oCol:lMergeVert
   oCol:lMergeVert := .f.
   oBrw:Refresh()
endif
 
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10306
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xBrowse and lMergeVert

Postby Maurizio » Wed Feb 03, 2021 9:36 am

Thanks RAO
it works very well .
is it possible to have a sub total for each merge?

Maurizio
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: xBrowse and lMergeVert

Postby nageswaragunupudi » Wed Feb 03, 2021 9:45 am

Possible, but you need to do more work.
Please search the forums for samples I posted showing subtotals with mergecols.

May I know if you are using ADO with MySql or MSSql or other database?
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10306
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xBrowse and lMergeVert

Postby Maurizio » Wed Feb 03, 2021 10:28 am

I use ADO
Maurizio
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm

Re: xBrowse and lMergeVert

Postby nageswaragunupudi » Wed Feb 03, 2021 11:47 am

Maurizio wrote:I use ADO
Maurizio


It is clear to me that you are using ADO. But with what database? MySQL or MSSQL or Oralce? what database?
I am asking because SQL syntax can vary a little between different databases.
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10306
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: xBrowse and lMergeVert

Postby Maurizio » Fri Feb 05, 2021 8:27 am

I use Mysql
Maurizio
User avatar
Maurizio
 
Posts: 798
Joined: Mon Oct 10, 2005 1:29 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 38 guests