Search found 38 matches: cognome

Return to advanced search

Re: FWH 2103: XBrowse: oSortCbx

... managed to put the search get and combo in the vtaskbar menu and everything works a question.... I insert these columns on xbrowse { "CliCognome"     , "Cognome",,        120},;                { "CliNome"        , "Nome"   ,,        120 },;  ...
by Silvio.Falconi
Mon Jun 07, 2021 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 2927

Re: chenge on line a combo

... a sample : local aColumns := { "FIRST","LAST","STREET","CITY","STATE"} local aHdrs := { "Cognome","Nome","Indirizzo","Città", "Provincia"} local cDbf := "Cust" USE CUSTOMERI ALIAS CUST ...
by Silvio.Falconi
Fri Nov 13, 2020 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

transparent on a say

... signs of early senility, I don't remember exactly how transparency was assigned to the controls say I made REDEFINE SAY oSaySearch[1] Prompt "Cognome" ID 4001 OF oItem:oDlgChild COLOR CLR_BLUE, GetSysColor( 15 ) REDEFINE SAY oSaySearch[1] Prompt "Nome" ID 4002 OF oItem:oDlgChild ...
by Silvio.Falconi
Sat Apr 11, 2020 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: transparent on a say
Replies: 7
Views: 979

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... "Codice:" OF oDlg SIZE 19, 8 PIXEL FONT oBold @ 10, 36 GET aGet[1] VAR cCodeCliente OF oDlg SIZE 25, 10 PIXEL READONLY @ 26, 5 SAY "Cognome:" OF oDlg SIZE 36, 8 PIXEL FONT oBold @ 24, 36 Get aGet[4] VAR oRec:Cognome OF oDlg SIZE 90, 10 PIXEL PICTURE "@!" FONT oFont ...
by Silvio.Falconi
Wed Mar 27, 2019 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3658

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... lines of code, you have not understood the power of FWH. Yes..Of Course You sad me it because you see I set the variables sample cCognome := oRec:cognome cNome := oRec:nome but if you use on get directly the field sample : @10,10 GET oRec:cognome Size 100,12 of Odlg you can only add a new record ...
by Silvio.Falconi
Wed Mar 27, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3658

Re: convert from oldest Listbox to xbrowse

... oGuests:Seek(cCli) oGuests:OrdScope(0,cCli) oGuests:OrdScope(1,cCli) @2, 2 XBROWSE oBrowse OF oDglGuests SIZE 170,60 PIXEL; COLUMNS "Cognome","Nome","TipoOspite"; HEADERS "Surname","Name","Type"; COLSIZES 100,100,90 ; CELL LINES ...
by Silvio.Falconi
Sat Mar 23, 2019 4:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: convert from oldest Listbox to xbrowse
Replies: 10
Views: 1870

Search on customers.dbf

... same surname and different name how I must create the search ? I made the index INDEX ON Upper(Cust->first)+upper(cust->last) tag Firstlast cCognome:= cust-first cNome:=cust->last @ 26, 10 SAY "Cognome :" OF oDlg SIZE 34, 8 PIXEL FONT oFont @ 24, 46 GET aGet[2] var cCognome OF ...
by Silvio.Falconi
Sat Mar 02, 2019 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on customers.dbf
Replies: 12
Views: 2065

Re: Dialog, xbrowse,splitter,folder and ttitle

... only when I must create get on Tfolder all are strange and I must make big size sample : @ 12, 10 SAY "Cognome :" OF oFld:aDialogs[1] SIZE 50, 18 PIXEL TRANSPARENT @ 10, 75 GET aGet[1] VAR cFirst OF oFld:aDialogs[1] SIZE 150, 20 PIXEL UPDATE
by Silvio.Falconi
Fri Feb 09, 2018 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog, xbrowse,splitter,folder and ttitle
Replies: 16
Views: 5708

Re: Error tecnical with xbincflt.prg

... ]:= oGrid:aCols[ n ]:cHeader NEXT instead of cList := "FIRST,LAST,STREET,STATE" aFlds := HB_ATokens( cList, ',' ) aHdrs := { i18n("Cognome") ,; i18n("Nome") ,; i18n("Indirizzo") ,; i18n("Stato") } these commands not run ok because all come call ...
by Silvio.Falconi
Wed Jun 10, 2015 2:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error with xbincflt.prg
Replies: 2
Views: 834

tdatarow :Request information

I wish Know how change the button on the dialog and the name of the field to show sample for the customer.dbf Cognome: Nome : Indirizzo: intead of FIRST : LAST : STREET: a question if I need a combobox or radio the TdataRow is programmed to make this controls on dialog of editbrowse()
by Silvio.Falconi
Fri May 15, 2015 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tdatarow :Request information
Replies: 2
Views: 476

array into array

... array data change each skip sample : ... Local aDchk7:= {} Local aData:= {} while (!DO->(EOF())) aData:= chk_ore( do->(RecNo()) , do->cognome, do->nome) // this give me an array with ten elements aadd(aDchk7,{{ aData[1], aData[2],aData[3],aData[4],aData[5],aData[6],aData[7],aData[8],aData[9],aData[10] ...
by Silvio.Falconi
Mon Feb 23, 2015 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: array into array
Replies: 3
Views: 684

Re: To Mr Rao: Problem with old array

... teachers have different data When I not use alphabetic order and I use none indexes it run ok But I wish have the teachers on alphabetic ( upper(cognome) order to print the tableau I hope you understood
by Silvio.Falconi
Fri Feb 13, 2015 9:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Rao: Problem with old array
Replies: 9
Views: 1340

Re: To Mr Rao: Problem with old array

thanks james, Now I have a strange error When I make an index to Docenti.dbf INDEX ON UPPER(COGNOME)+UPPER(NOME) TAG DOCNOM TO DOCENTI .... DO->(DbSetOrder(1)) DO->(DbGoTop()) I would like to order by alphabetical order and the table has error because I see a data ...
by Silvio.Falconi
Fri Feb 13, 2015 11:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Rao: Problem with old array
Replies: 9
Views: 1340

Re: messaggio per mercurial

... usato il numero del record , lo so che è sbagliato ma adesso devo usare lo stesso metodo , poi in futuro potro moficarlo nelle prime 4 lettere del cognome che so per farti un esempio
by Silvio.Falconi
Fri Feb 06, 2015 12:34 pm
 
Forum: All products support
Topic: messaggio per mercurial
Replies: 18
Views: 4280

Re: xBrowse SaveState ?

... into {"_cHeaders",{"Nome","Cognome","Indirizzo","Località"}}
by Silvio.Falconi
Fri Oct 10, 2014 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse SaveState ?
Replies: 3
Views: 771
Next

Return to advanced search