Search found 31 matches: testmerg

Return to advanced search

Re: xbrowse icon and filter

Maybe:

\samples\TESTMERG.PRG

Regards, saludos.
by karinha
Thu Dec 12, 2024 12:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse icon and filter
Replies: 7
Views: 256

Re: ARCHIVO TESTMERG.PRG

Agregale oBrw:MakeTotals() despues de salir de la edicion.
by cmsoft
Tue Jul 19, 2016 4:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHIVO TESTMERG.PRG
Replies: 1
Views: 410

ARCHIVO TESTMERG.PRG

Hola amigo como Actualizo los Total en este Archivo TestMerg,prg ya que le agregue el edit


WITH OBJECT oBrw:aCols[ 5 ]
:nEditType := EDIT_GET
:nFooterType := AGGR_SUM
END
pero no actuliza el total solo el gran total
Saludos
by jbrita
Mon Jul 18, 2016 5:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ARCHIVO TESTMERG.PRG
Replies: 1
Views: 410

Re: Import and Export to Excel

... 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: 19514

Re: Xbrowse class technical question

Antonio,
Thanks for your suggestion.
Already I had previously seen the code you mention as well the "testmerg.prg" code, but what I need is something like Horacio did.
by George
Mon Dec 22, 2014 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 5430

Re: Dos Browses en ARRAYS...

Adriano: por lo que veo, es muy diferente tu codigo a lo que yo tome del ejemplo \samples\testmerg.prg Sí, cada cabeza es un mundo. con la instruccion "WITH OBJECT oBrw2" y dentro del dialogo las funciones que Cargadato1 y CargaDato2, Esta instruccion te ahorra ...
by FranciscoA
Mon Mar 24, 2014 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dos Browses en ARRAYS...
Replies: 15
Views: 3474

Re: Dos Browses en ARRAYS...

... contestar, y por postear tu ejemplo que adaptare a mi sistema, por lo que veo, es muy diferente tu codigo a lo que yo tome del ejemplo \samples\testmerg.prg, y se supone que deberia dar mismo resultado, pero con solo ver tu codigo es muy diferente con la instruccion "WITH OBJECT oBrw2" ...
by ACC69
Sun Mar 23, 2014 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dos Browses en ARRAYS...
Replies: 15
Views: 3474

Re: TestMerg.prg errors with ADO

Rao

The number was 3 .. it created a new group. .. If I click on the line, it repaints otherwise it does not refresh :(

Rick
by Rick Lipkin
Thu Aug 09, 2012 6:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestMerg.prg errors with ADO
Replies: 4
Views: 1215

Re: TestMerg.prg errors with ADO

if the field value of Goal of the new record is 2, then you will see it grouped under 2
by nageswaragunupudi
Thu Aug 09, 2012 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestMerg.prg errors with ADO
Replies: 4
Views: 1215

Re: TestMerg.prg errors with ADO

Rao Thank you .. that solved the error .. but when the new record is added .. the row does not seem to be painted properly even though I refreshed the browse.. see pic below. The same problem happens with the .dbf version when a record is added. Thanks Rick Lipkin http://img228.imageshack...
by Rick Lipkin
Thu Aug 09, 2012 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestMerg.prg errors with ADO
Replies: 4
Views: 1215

Re: TestMerg.prg errors with ADO

In the function _Manual, before oBrw:Refresh(), please insert the following code:
Code: Select all  Expand view  RUN
oBrw:Goal:WorkMergeData()
oBrw:Obj1:WorkMergeData()
by nageswaragunupudi
Thu Aug 09, 2012 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestMerg.prg errors with ADO
Replies: 4
Views: 1215

TestMerg.prg errors with ADO

To All I have created a self contained sample derived from TestMerg.prg. I have tried it with .dbf as well as using MS Access ( ado ) and found the .dbf version had some painting problems but did not error like the ADO version. Please compile this example ...
by Rick Lipkin
Wed Aug 08, 2012 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TestMerg.prg errors with ADO
Replies: 4
Views: 1215

Re: Data groups on xBrowse

Please try \fwh\samples\testmerg.prg for a similar example.

Image
by nageswaragunupudi
Thu Mar 08, 2012 8:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data groups on xBrowse
Replies: 6
Views: 1509

Re: tamaño renglones xbrowse

... I tested my code and added the two columns I wanted merged like in the .. TestMerg.prg sample : // Following two lines for vertical cell merging oBrw:Customer:lMergeVert := .t. oBrw:Description:lMergeVert := .t. But it did ...
by Rick Lipkin
Sat Dec 24, 2011 2:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tamaño renglones xbrowse
Replies: 12
Views: 4324

Re: tamaño renglones xbrowse

Francisco en "Samples" fíjate en Testmerg.prg. Ahi hace lo que vos queres.
Un abrazo.
by El Loco
Thu Dec 22, 2011 7:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tamaño renglones xbrowse
Replies: 12
Views: 4324
Next

Return to advanced search