Search found 439 matches: dbgotop

Return to advanced search

How To Refresh() TITLETEXT With Arrays...???

... For t = 1 To P6_AAAA->(RecCount()) // Initlize Array aAdd( aVar_AA,{ '','','','' }) aAdd( oVar_AA,{ '','','','' }) Next t t := 1 ; P6_AAAA->(DbGoTop()) // Assign variables to array Do While !Eof() // Assign variable to array If lFirst oVar_AA[t,01] := aVar_AA[t,01] := "Last Update : ...
by RiazKhan
Mon May 25, 2020 3:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Refresh() TITLETEXT With Arrays...???
Replies: 2
Views: 689

bug oXBrowse:cSeek

... Now, when the xBrowse is destroyed, the filter is lost, so we can´t retrieve what exact product did the user selected, as now xBrowse goes to dbgotop(). This worked fine in FW 14.14 Thank you.
by MOISES
Tue Dec 31, 2019 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug oXBrowse:cSeek
Replies: 6
Views: 970

Re: Bug Exportar Excel en Report

Me falta decir que yo lo tengo al inicio del reporte

PREVIEW // TO PRINTER
oReport:oDevice:SetPage(15)
oReport:bInit := { || dbGoTop() }

Saludos
Oscar
by EASYSOFT
Sat Nov 16, 2019 5:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug Exportar Excel en Report
Replies: 11
Views: 1909

Re: Bug Exportar Excel en Report

Moises

Buenas tardes, posiblemente falte esta instrucción
oReport:bInit := { || dbGoTop() }

Saludos

Oscar
by EASYSOFT
Sat Nov 16, 2019 5:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bug Exportar Excel en Report
Replies: 11
Views: 1909

Re: ¿Cómo activo el botón XLS del Preview?

... Local oLis //cBuscar:=Ctaarr->(Fieldget(3))+Str(Ctaarr->(Fieldget(6)),2)+Str(Ctaarr->(Fieldget(7)),4) Boletas->(DBGoTop()) REPORT oLis TITLE "BOLETAS DE "+cSocio,"","RUT "+cRut; HEADER "SINDICATO DE TRABAJADORES HONORARIOS",; ...
by wyerco613
Wed Jun 19, 2019 5:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo activo el botón XLS del Preview?
Replies: 10
Views: 1304

Re: ¿Cómo activo el botón XLS del Preview?

Dir Rao I did what you said me. The sample: Function ImpBoletas(cRut,cSocio) Local oLis Boletas->(DBGoTop()) REPORT oLis TITLE "BOLETAS DE "+cSocio,"","RUT "+cRut; HEADER "SINDICATO",; "Fecha: "+Dtoc(Date()),; "Hora ...
by wyerco613
Thu Jun 13, 2019 12:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Cómo activo el botón XLS del Preview?
Replies: 10
Views: 1304

xbrowse Vs listbox: help to structure the body of invoice

... are of that invoice? SELECT TB TB->(DbSetOrder(1)) TB->( OrdScope(0, { || oT:aDat[1] })) TB->( OrdScope(1, { || oT:aDat[1] }) ) TB->(DbGoTop()) aBrowse     :=  {{"PAITEM"      ,i18n("Codice")       ,nil                  ,50 },;            ...
by Silvio.Falconi
Fri Jun 07, 2019 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse Vs listbox: help to structure the body of invoice
Replies: 0
Views: 539

Re: to Nages: test for tdatabase

... SELECT PA PA -> (DbSetOrder (1)) PA -> (OrdScope (0, {|| alltrim ((cNumCli))})) PA -> (OrdScope (1, {|| alltrim ((cNumCli))})) PA -> (DbGoTop ()) xbrowse ...
by Silvio.Falconi
Fri May 10, 2019 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5816

tdatabase Filter error

... AllTrim( cTypeRoom ) .and. RE->NUM = nElemento ; .AND. ( dDataIniziale <= RE->CHECK_OUT .AND. dDataFinale >= RE->CHECK_IN ) RE->(DbGoTop()) give me this error Application===========   Path and name: C:\Work\Errori\image_su_btnbmp\test2.Exe (32 bits)   Size: ...
by Silvio.Falconi
Tue Apr 23, 2019 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatabase Filter error
Replies: 20
Views: 1618

Re: Como Puedo Imprimir Campo Memo FPT

... ; TOOLTIP "Correcto" BORDER REDEFINE BTNBMP oBtn ID 104 OF oDlg RESOURCE "no2" ; // NO ACTION (lGoOn:=.f.,1->(DbGotop()),oLbx:Refresh(),oDlg:End(),; olbx:setfocus()) ; TOOLTIP "Cancelar" BORDER ACTIVATE DIALOG oDlg CENTERED if lGoOn SysRefresh() sele ...
by pedroluis
Wed Mar 06, 2019 1:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imprimir Campo Memo FPT AYUDA URGENTE Para Cesar Gomez
Replies: 14
Views: 2606

Re: Complex Search on dbf from an array

... 450 records oCust1:ORDSCOPE( 0, NIL ) // reset oCust1:ORDSCOPE( 1, NIL ) oCust1:ORDSCOPE(0, cName ) // filter oCust1:ORDSCOPE(1, cName ) oCust1:DBGOTOP() regards Uwe :D
by ukoenig
Wed Feb 13, 2019 3:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Complex Search on dbf from an array
Replies: 6
Views: 851

strange execution of Index

... TAG ORDINE TO SERVIZI FOR !deleted() Now I wish see the dbf index on Ordine field If I made SERVIZI->( DbSetOrder(3 ) ) //ORDINE SERVIZI->( DBGOTOP() ) XBROWSE() then I see this https://i.postimg.cc/qqYrTd3g/bu1.png check the last column if I made SERVIZI->( DbSetOrder("ordine" ...
by Silvio.Falconi
Mon Jan 14, 2019 1:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2041

Re: Problem with FW_ArrayToDBF(New)

I found the error on my sample

TEST->( DbSetOrder( 3 ) ) // Index on Ordine field
TEST->( DBGOTOP() )

instead of

TEST->( DbSetOrder( 2 ) ) // error Index on Name field

Sorry....
by Silvio.Falconi
Mon Jan 14, 2019 12:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_ArrayToDBF(New) RESOLVED!!!
Replies: 8
Views: 1689

Re: error on tget/xbrowse

... Crea_Array_listini() Local alist_temp:={} USE LISTINI ALIAS LI SHARE NEW VIA "DBFCDX" INDEX ON NAME TAG "IDXLISTINI" LI->(dbgotop()) DO While !LI->(eof()) AaDd(alist_temp,{ alltrim(LI->NAME),LI->ID }) LI->(dbskip()) ENDDO return alist_temp
by Silvio.Falconi
Fri Jan 11, 2019 9:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on tget/xbrowse Resolved !!!
Replies: 4
Views: 942

Re: How Open the same dbf

... )) + "Data\" I made USE cDbfPath+SERVIZI NEW SHARED ALIAS "SINGL" SET FILTER TO FIELD->MULTIPLE=.F. SINGL->(DBGOTOP()) USE cDbfPath+SERVIZI NEW SHARED ALIAS "MULTI" SET FILTER TO FIELD->MULTIPLE=.T. MULTI->(DBGOTOP()) give me error Path and ...
by Silvio.Falconi
Tue Dec 25, 2018 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How Open the same dbf
Replies: 17
Views: 2579
PreviousNext

Return to advanced search