Search found 34 matches: lmergevert

Return to advanced search

Re: xbrowse error wih lMergeVert

Wondering how can I test this program at my end.
by nageswaragunupudi
Thu Dec 21, 2023 3:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse error wih lMergeVert
Replies: 1
Views: 328

xbrowse error wih lMergeVert

Hi Guys, I have a xbrowse built over a mysql rowset and using lMergeVert. It´s working fine. Always I try to do an oRs:Requery() to update data. Is Happening the error bellow: Compiler version: Harbour 3.2.0dev (r2008190002)   FiveWin  Version: ...
by vilian
Thu Dec 21, 2023 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse error wih lMergeVert
Replies: 1
Views: 328

Re: ERROR XBROWSE CON MERGEVERT

... := LINESTYLE_BLACK olbx1:lallowrowsizing :=.f. olbx1:setcolor(rgb(0,0,0),rgb(255,255,206)) olbx1:nRowHeight := 27 oLbx1:acols[1]:lMergevert:=.t. Imagen https://drive.google.com/file/d/1BZfNI0KHL-ax-1n5aYod_eDHdac1lvnR/view?usp=drive_link Video https://drive.google.com/file/d/1G131QdddbjINqfsnZu58CVGpHSjiqoQ9/view?usp=drive_link
by elmoiquique
Mon Aug 28, 2023 3:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 929

ERROR XBROWSE CON MERGEVERT

Al usar el lmergevert me da este problema de despliege, al darle click sobre la pantalla se corrige el error, o existe
alguna solucion

https://drive.google.com/file/d/1OgBshen8CbmOsr4kgf4GK-pr8ChVVD8a/view?usp=sharing
by elmoiquique
Tue Aug 22, 2023 6:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ERROR XBROWSE CON MERGEVERT
Replies: 8
Views: 929

ERROR XBROWSE AL USAR MERGEVERT

Al usar el lmergevert me da este problema en la pantalla, solo se corrige dandole un click, se reordena todo,,, se podra solucionar este problema https://previews.dropbox.com/p/thumb/ACAC_FGBx_nli7ejOomW_U7ivZuPWZuN4DOMjIRTs0Teiy7WbCl2pttVB9cSlii6RgcdX-1Vn8SYn-v7k0IXDos9mRRJHcfP2ce2pjEIuFSXAUlmHradkMLgYnbODpXYvpvflxMQYS-2Ot5MlDSBk0P9kAwoUS3J6WyUnJV_uHNN1m0c_IAgUXi7wb4m-TkeHKJpdFq1zT02_EyJqwv65Q_VnJOYI-lJuHdPafRjwmIWkPVdlX8omIYrC2KTMHOHswrhWd3YzPv14gm4IZnTHuEY8jRapxtGXJyxGPlS_qblp7NDtiWuzWnt5LWcvrEJnLvoOrwinoJfft21K5g1HzZ9/p.jpeg
by elmoiquique
Tue Aug 22, 2023 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR XBROWSE AL USAR MERGEVERT
Replies: 6
Views: 540

Re: xBrowse and lMergeVert

I use Mysql
Maurizio
by Maurizio
Fri Feb 05, 2021 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

Re: xBrowse and lMergeVert

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.
by nageswaragunupudi
Wed Feb 03, 2021 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

Re: xBrowse and lMergeVert

I use ADO
Maurizio
by Maurizio
Wed Feb 03, 2021 10:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

Re: xBrowse and lMergeVert

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?
by nageswaragunupudi
Wed Feb 03, 2021 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

Re: xBrowse and lMergeVert

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

Maurizio
by Maurizio
Wed Feb 03, 2021 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

Re: xBrowse and lMergeVert

Code: Select all  Expand view  RUN

// cancellation of vertical merge, if already merged
if oCol:lMergeVert
   oCol:lMergeVert := .f.
   oBrw:Refresh()
endif
 
by nageswaragunupudi
Tue Feb 02, 2021 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

xBrowse and lMergeVert

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. ...
by Maurizio
Tue Feb 02, 2021 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and lMergeVert
Replies: 6
Views: 700

xBrowse MergeVert

... crei entender como funcionaba, y lo probe. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28543&p=159813&hilit=lmergevert#p159813 A primera vista funcionaba perfecto, pero cuando dos albaranes correlativos eran de la misma fecha, o del mismo importe, tambien ...
by Biel EA6DD
Tue Nov 08, 2016 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse MergeVert
Replies: 2
Views: 930

Re: Import and Export to Excel

Estoy usando lMergeVert y no me "repinta" bien cuando cambio de OBRA entre líneas: Me explico La obra 490 tiene 3 Presupuestos La obra 492 tiene 4 Presupuestos En la Imagen 1 se ve como la Columna OBRA del segundo BROWSE ...
by gautxori
Wed Oct 12, 2016 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import and Export to Excel
Replies: 32
Views: 19421

Re: Import and Export to Excel

... https://onedrive.live.com/redir?resid=400B40E524721DF9!15516&authkey=!AAVMvSVo78mZ8Ks&v=3&ithint=photo%2cjpg Yes. Very simple oCol:lMergeVert := .t. Please see sample \fwh\samples\testmerg.prg http://imagizer.imageshack.us/v2/xq90/924/3JFUtR.png
by nageswaragunupudi
Mon May 02, 2016 1:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import and Export to Excel
Replies: 32
Views: 19421
Next

Return to advanced search