Search found 813 matches: calias

Return to advanced search

Problemas con comportamiento de XBrowse.

... Pago" ; COLSIZES -10,60,100,100,100,100,100,100,85 OF oDlg ; SIZE 640,AltoBrw2 PIXEL ; JUSTIFY .f.,.f.,.t.,.t.,,.t.,.t.,,.t.,.t.,.f. ; ALIAS cAlias FOOTERS LINES CELL NOBORDER ; BACKGROUND aQueGrad VERTICAL oBrw:nStretchCol := 2 oBrw:nRowHeight := 30 oBrw:nMarqueeStyle := 4 oBrw:nRowDividerStyle ...
by José Camilo
Fri Mar 15, 2024 2:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con comportamiento de XBrowse.
Replies: 1
Views: 388

Re: FWH 24.02 y Harbour con BCC7.7

... datos que determina el número de  área de trabajo de un alias. El número devuelto puede estar comprendido entre 0 y 250. Si no se especifica <cAlias>, se devuelve el número del área de trabajo actual. Si se especifica y el alias no existe, SELECT() devuelve cero." Antes MsgInfo( Select(), ...
by FiveWiDi
Tue Mar 05, 2024 6:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3599

Count xbrowse records

Hi, I have a xbrowse:

Lista40:cAlias := "ARQANO"

How I count records? I don't want the deleted ones to enter the sum.

Thanks!
by wartiaga
Thu Feb 22, 2024 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 248

Re: Browse Json

... auto" call. But can I pass the object created from the hb_JsonDecode function and display it in TCBrowse. I played around with setting oBrw:cAlias := "ARRAY" but get no data. Not sure how to set the bGoTop, bGoBottom, bSkip, bLogicLen blocks. For now I am creating a dynamic recordset ...
by byron.hopp
Thu Jan 11, 2024 1:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: Does TDatabase supports SEEK LAST?

Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))


If you use database objects then you can just do:

oCustomer:goBottom()
by James Bott
Fri Nov 10, 2023 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 377

Re: Does TDatabase supports SEEK LAST?

Thanks Rao,
Saved me a few keystrokes :)
I normally would type as (oDbf:cAlias)->(dbSeek(cSeek, nil, .t.))
by hua
Tue Nov 07, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does TDatabase supports SEEK LAST?
Replies: 5
Views: 377

Re: REQUEST HB_CODEPAGE_xxx and show possible Codepage

... https://i.postimg.cc/Wzp12k6D/Codepage-Dialog.jpg here is my FUNCTION ChangeCodePage() possible Syntax ChangeCodePage( cPathcFile, cAlias, oBrw ) ChangeCodePage( cPathcFile, , oBrw ) ChangeCodePage( , , ::oGrid ) ChangeCodePage() later use (not need when pass cPathcFile.)   USE ...
by Jimmy
Tue Aug 15, 2023 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REQUEST HB_CODEPAGE_xxx and show possible Codepage
Replies: 3
Views: 213

Re: Consulta sobre centrar un dialogo.

... function AbmCorregir() local napu local aBotones := {} local oDlg, oBrw, cAlias := cGetNewAlias( "CORREGIR" ) local oBr, oFont local titgral := 'Información Sobre Correcciones' local atitcol := '' local acampos ...
by José Camilo
Tue Aug 01, 2023 1:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre centrar un dialogo.
Replies: 9
Views: 433

Re: Lentitud al abrir una dbf en red

... cTexSucur :="", oTexSucur static oPaci, oFlt, oBtn[ 6 ] function Paci_ABM( tUser ) local oDlg, oLbx, oBusco, cBusco := SPACE(20) //, cAlias:=cGetNewAlias('Sample') set deleted on AbrePaci( ) oPaci:SetFocus() oPaci:SetOrder( 2 ) DEFINE DIALOG oDlg RESOURCE "FONDO_PACIENTE" ...
by ACC69
Thu Jul 06, 2023 3:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1548

Re: Lentitud al abrir una dbf en red

... cTexSucur :="", oTexSucur static oPaci, oFlt, oBtn[ 6 ] function Paci_ABM( tUser ) local oDlg, oLbx, oBusco, cBusco := SPACE(20) //, cAlias:=cGetNewAlias('Sample') set deleted on AbrePaci( ) oPaci:SetFocus() oPaci:SetOrder( 2 ) DEFINE DIALOG oDlg RESOURCE "FONDO_PACIENTE" ...
by ACC69
Thu Jul 06, 2023 2:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1548

Lentitud al abrir una dbf en red

... cTexSucur :="", oTexSucur static oPaci, oFlt, oBtn[ 6 ] function Paci_ABM( tUser ) local oDlg, oLbx, oBusco, cBusco := SPACE(20) //, cAlias:=cGetNewAlias('Sample') set deleted on AbrePaci( ) oPaci:SetFocus() oPaci:SetOrder( 2 ) DEFINE DIALOG oDlg RESOURCE "FONDO_PACIENTE" ...
by lgolexyn
Thu Jul 06, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1548

Re: lIncrFilter + MDI

... )} ACTIVATE WINDOW oWnd return nil Function Test() local oDlg, oBrw, oFont, nWild := 2 local cList, aFlds, aHdrs local nChoice, uDataSource local cAlias,oWndChild cList := "First,Last,Street,State,HireDate" cAlias = cGetNewAlias( cFileNoExt("CUSTOMER.DBF" ) ) USE CUSTOMER SHARED ...
by cpheraclio
Sun Jun 04, 2023 11:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: lIncrFilter + MDI
Replies: 4
Views: 369

Re: Summation by condition

... ; oBrw:Salary:nFooterType := AGGR_SUM, ; oBrw:Salary:bSumCondition := { || .NOT. FIELD->MARRIED }, ; //oBrw[6]:sel:bSumCondition := { || ( oBrw:cAlias )->selected } oBrw:chm_send:nFooterType := AGGR_COUNT oBrw:chm_send:bSumCondition := { || if ( ( oBrw:cAlias )->chm_send > 0, .t., .f. ...
by Marc Venken
Fri Jun 02, 2023 11:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Summation by condition
Replies: 2
Views: 182

Re: Cantidad de Campos de un DBF

(cAlias)->( FCount() )
by carlos vargas
Mon May 22, 2023 4:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de Campos de un DBF
Replies: 5
Views: 461

Re: XBROWSE FIELDS with Name in Array

... DBSTRUCT() ) SIZE nWidth - 20, nHeight - 90 PIXEL OF oWnd ;    FONT oFontDefault ;    COLOR BFcolor, BGcolor ;    ALIAS cAlias CELL LINES NOBORDER FASTEDIT AUTOCOLSFUNCTION ColsNumber(aDbfStruct)LOCAL aStruc := SP_aDbfStruct()  // Array from PicklistLOCAL ...
by Jimmy
Sat Apr 29, 2023 6:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 786
Next

Return to advanced search