Search found 181 matches: dbselectarea

Return to advanced search

Re: xBrowse ERROR

Like James suggested :

DBSELECTAREA("CUST")

@ 35, 15 XBROWSE oBrw OF oXbrDlg1 ;
SIZE 400, 176 PIXEL ;
ALIAS "CUST" CELL LINES
...
...

Best regards
Uwe :?:
by ukoenig
Thu Mar 13, 2014 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse ERROR
Replies: 14
Views: 2224

Re: ADS error en apertura de DBF con alias

Hola
Estoy totalmente desorientado...ya probe de todo y no hay caso
hago
Dbusearea(.t.,,'Test',,.f.)
luego
Dbusearea(.t.,,'Test','Test2',.f.) NO DA NINGUN ERROR
Cuando digo
Dbselectarea('Test2') me tira ERROR 2001 WORKAREA NOT IN USE !!!!!!
USO HARBOUR V.3.00.00 + ADS 9.1 + FWH 10.1

SALUDOS
by rterraz
Wed Mar 05, 2014 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS error en apertura de DBF con alias
Replies: 13
Views: 1724

Index-build using ORDCREATE(... with progressbar ?

... to add a PROGRESSBAR, building a index with ORDCREATE ? ORDCREATE builds just ONE index < CUST.cdx > with embedded CUST1, CUST2 and CUST3 DBSELECTAREA("CUST") ORDCREATE( ,"CUST1","CUST_NO", {|| CUST_NO } , .F. ) ORDCREATE( ,"CUST2","LAST", ...
by ukoenig
Sat Feb 01, 2014 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Index-build using ORDCREATE(... with progressbar ?
Replies: 3
Views: 671

XBROWSE NO ABRE DBFS CORRECTAMENTE

... 101 OF oDlg ; PROMPT "&Ingresos", "&Egresos" ; DIALOGS "ACTMOV", "ACTMOV" //---- Dialogo 1 -----// dbSelectArea("GUIINGAL") GUIINGAL->(OrdSetFocus("GUIINGA1")) REDEFINE XBROWSE oLbx ; FIELDS DTOC(GUIINGAL->GUIFEC),; Oemtoansi(GUIINGAL->DOC),; ...
by Luis
Fri Nov 15, 2013 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE NO ABRE DBFS CORRECTAMENTE
Replies: 1
Views: 1268

BUSCA EN CUALQUIER POSICION CON DBF

... } STATIC FUNCTION Search(nKey,cBusca,oLbx) *-------------- If Nkey=8 cbusca:= SubStr(cbusca,1,Len(cbusca)-1) DBSELECTAREA(cMa_Arti) SET FILTER TO SET FILTER TO AllTrim(cBusca) $ (cMa_Arti)->Ma_Desc (cMa_Arti)->(DBGOTOP()) IF (cMa_Arti)->(EoF()) SET ...
by jbrita
Fri Oct 18, 2013 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUSCA EN CUALQUIER POSICION CON DBF
Replies: 16
Views: 3481

Re: Preview FWH1308 (GROUP fantasma)

resolvido: DbSelectArea("Nota") Nota->(DBSETORDER("Nota6")) SR_SETFILTER("Dfi_Nota >= '"+dtos(dData1)+"' and Dfi_Nota <= '"+dtos(dData2)+"'") Nota->(DbGoTop()) // añada ...
by Sistem
Tue Oct 08, 2013 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Preview FWH1308 (GROUP fantasma)
Replies: 2
Views: 853

XBROWSE BUSQUEDA INCREMENTAL

... mantenimiento del Maestro de Articulos, elija su opcion") OF oWnd DEFINE DIALOG oDlg RESOURCE "Mantenimientos2" OF oWnd FONT oFont dbSelectArea("MAEREP") MAEREP->(OrdSetFocus("MAEREP1")) REDEFINE XBROWSE oLbx ; FIELDS MAEREP->Codgru,; Oemtoansi(MAEREP->Grudes),; ...
by Luis
Thu Sep 05, 2013 2:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE BUSQUEDA INCREMENTAL
Replies: 6
Views: 3111

A report-sample of a imagelist with memos from DBF ?

... 10 INFO2 M 10 INFO3 M 10 http://www.pflegeplus.com/pictures/imglist.jpg STATIC FUNCTION PRINT_ST1() LOCAL oReport, aImgList := {} DBSELECTAREA("STYLE1") Maxbe printing with a defined Image-array ? DBGOTOP() I := 1 DO WHILE !EOF() AADD( aImgList, STYLE1->IMAGE ) DBSKIP(+1) ...
by ukoenig
Mon Aug 12, 2013 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A report-sample of a imagelist with memos from DBF ?
Replies: 5
Views: 1523

Controlar Gets y validaciones...

... .F. ENDIF RETURN(.T.) //------------------------------------------------------------------------------ FUNCTION SelTipMot() LOCAL oDlg, oLbx DbSelectArea(S02) (S02)->( SetSeek(STR(nCveMotiv,1)) ) DEFINE DIALOG oDlg RESOURCE "SELCAT" TITLE "Catálogo tipos de motivos" ...
by ACC69
Mon Jul 22, 2013 10:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Controlar Gets y validaciones...
Replies: 16
Views: 3295

Re: Problem using 2 DBFs in Folder DBSELECTAREA(..

André,

Thank You very much it is working now, adding the ALIAS to xBrowse.
Reading the Folderpages, at the end, the last defined DBSELECTAREA is activated
that was the problem.

Best Regards
Uwe :lol:
by ukoenig
Fri Jul 12, 2013 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using 2 DBFs in Folder DBSELECTAREA(..
Replies: 2
Views: 812

Re: Problem using 2 DBFs in Folder DBSELECTAREA(..

Try this in function Page1

Code: Select all  Expand view
@ 30, 25 XBROWSE oBrw1 SIZE 232, 178 PIXEL OF oFld:aDialogs[ 1 ] ALIAS  "ASCKEY"
 
by ADutheil
Thu Jul 11, 2013 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using 2 DBFs in Folder DBSELECTAREA(..
Replies: 2
Views: 812

Problem using 2 DBFs in Folder DBSELECTAREA(..

... .. is used. Both tables using the same area, Maybe any working sample ? Using ARRAYS in the early release it was OK. Page 1 uses the last defined DBSELECTAREA("VKEY") from page 2 I added DBSELECTAREA("ASCKEY") at the end of page 2 After that, page 1 was OK and page 2 wrong. ...
by ukoenig
Thu Jul 11, 2013 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem using 2 DBFs in Folder DBSELECTAREA(..
Replies: 2
Views: 812

Re: Ayuda xbrowse con DBF y CDX lento en RED

... = LINESTYLE_BLACK oBrwGRU:nMarqueeStyle = MARQSTYLE_HIGHLROW oBrwGRU:CreateFromCode() oBrwGRU:Seek( str(mCODIINT,10) ) eFiltro1 := {|| DBSELECTAREA(EMPLEGRU) ,; (EMPLEGRU)->( OrdScope(BOTTOMSCOPE, str(mCODIINT,10) )) ,; (EMPLEGRU)->( OrdScope(TOPSCOPE, str(mCODIINT,10) )) ,; (EMPLEGRU)->(dbgotop()) ...
by davidObarrio
Fri Jun 14, 2013 6:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda xbrowse con DBF y CDX lento en RED
Replies: 16
Views: 4611

Re: xBrowse blcklicked

... the DBF database and so we work normally ... but when I run the SQL database is not working properly ... I do not know why! function TraPre(cmm) DBSelectArea("Trz") OrdSetFocus("TRZISNO") oNazPar :Refresh() if mRat>0 mTxt2="" mTxt3="" oTxt3 :refresh() ...
by nebojsa
Tue May 14, 2013 1:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse blcklicked
Replies: 8
Views: 1903

TXBrowse: error al hacer clic en el último registro.

... ORDER by CODIGO LIMIT 20" if (select("fabricante")= 0) use sql (cmd) new shared alias fabricante fabricante->(dbgotop()) endif dbselectarea('fabricante') //SETA O ARQUIVO define dialog frmtelacad resource ("TELACAD") of frmcadproduto color nRgb(0,0,0),RGB(102,153,255) ...
by nixbeau
Tue Mar 05, 2013 12:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TXBrowse: error al hacer clic en el último registro.
Replies: 6
Views: 1203
PreviousNext

Return to advanced search