Search found 30 matches: servizi

Return to advanced search

Help for a Cicle on array

... same ones the string must be made up of the Total of products + the third column product code example : https://i.postimg.cc/X7ph3PkY/servizi.png the string must be " 4 LETT+ 1 REGI" I tried a test but not run ok, but return me only 4LETT and not 4LETT1REGI Any solution ...
by Silvio.Falconi
Tue Apr 21, 2020 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help for a Cicle on array
Replies: 1
Views: 312

Re: Also for filename and subdir

I need it return me " .\bitmaps\servizi\pattino.png" I wish erase cExePath from "C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png" cEXePath is "C:\Work\Prg\WinBeach\" Then ? StrTran( "C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png", ...
by cnavarro
Mon Mar 16, 2020 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 937

Re: Also for filename and subdir

I need it return me " .\bitmaps\servizi\pattino.png"

I wish erase cExePath from "C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png"
cEXePath is "C:\Work\Prg\WinBeach\"
by Silvio.Falconi
Mon Mar 16, 2020 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 937

Also for filename and subdir Resolved

I have a file image on cPathMask:="C:\Work\Prg\WinBeach\bitmaps\servizi\pattino.png" the image is pattino.png I wish save on record (dbf) only bitmaps\servizi\pattino.png I saw also filename.prg and not found a solution Function test() Local cIniFile ...
by Silvio.Falconi
Sun Mar 15, 2020 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Also for filename and subdir Resolved
Replies: 4
Views: 937

Re: To James Bott - Error Using TData

... registry there was a customer named "generic customer" who could not be deleted, do U remember? I need have Id into Elementi.dbf Servizi.dbf reserva.dbf partres.dbf( body of reserva) clienti.dbf on rooms.dbf and reserva there is room_Id it is the number of element for the planning ...
by Silvio.Falconi
Wed May 29, 2019 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5233

Combobox with WHEN command

... nTariffeshow:= 1Local nTipoShow:= 1Local aShowTariffe:={"Tutte","Elementi","Pacchetti","Servizi"}local oCbx2,ocbx3local aServizi:={{"SERVIZIO1",""},;                 { "SERVIZIO2",""},;  ...
by Silvio.Falconi
Mon Feb 18, 2019 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox with WHEN command
Replies: 3
Views: 648

Problem with a Combobox

... ITEMS ArrTranspose( aServizi )[ 1] ; OF oDlg SIZE 100, 120 PIXEL FONT oFont WHEN aGet[2]:nOption=2 .or. aGet[2]:nOption=3 BITMAPS ArrTranspose( aservizi )[ 2] But it show this https://i.postimg.cc/d3Wkt68D/co.jpg Probable not read the image is into aServizi /2field I have the ...
by Silvio.Falconi
Fri Feb 15, 2019 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with a Combobox
Replies: 7
Views: 1181

To Nages: tdatarow add new

is there something of Wrong ? I open Servizi on two xbrowse cFilter1:= 'MULTIPLE=.F.'   cFilter2:= 'MULTIPLE=.T.'   oServizi := TDatabase():Open( , "SERVIZI", "DBFCDX", .T. )   oServizi:bTrigger := { ...
by Silvio.Falconi
Wed Feb 06, 2019 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: tdatarow add new
Replies: 3
Views: 817

other of Tdatarow of fwh

https://i.postimg.cc/PrKMGPtr/jjj.png I opened the data base with oServiziSingoli := TDatabase():Open( , "SERVIZI", "DBFCDX", .T. ) oServiziSingoli:bTrigger := { || If( Empty( ORDINE ), ORDINE := RECNO(), nil ),; If( Empty( ID ), ID := strzero(RECNO(),4), ...
by Silvio.Falconi
Mon Feb 04, 2019 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: other of Tdatarow of fwh
Replies: 5
Views: 982

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

Your main objective is to swap records in servizi.dbf. For this purpose, you are copying the data into an array, swapping array elements and then copy the array back to the dbf. All that is not necessary. You can swap the records in the dbf directly ...
by nageswaragunupudi
Wed Jan 30, 2019 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3388

Re: to Nages : problem with FW_ArrayToDbf with tdatabase

... please see the 0004 ( first column) it have the 6th colum full and the field multiple = .t. instead .f. please see it (it is your test I add my servizi.dbf and dialog to change position) #include "fivewin.ch"REQUEST DBFCDXfunction Main()   local oDlg,oLbx    Local oBtnUp,oBtnDown,oBtnOrdine,oBtnUscita ...
by Silvio.Falconi
Tue Jan 29, 2019 9:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3388

Re: trying with tdatabase

... risk failure of one or more records. It is all right. I started from the beginning of the basic dbf I have to create spiaggia.dbf, elementi.dbf, servizi.dbf, listini.dbf, tariffe.dbf Spiaggia.dbf I created the beach and there is a problem because I can not use Dbzap and Dbpack and I do not know ...
by Silvio.Falconi
Sat Jan 26, 2019 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4888

Re: trying with tdatabase

... (not using objects) is going to be foreign to you also, and it is going to require a lot more coding. James, do you remember XBROWSES of Servizi ? We stayed at least 6 days to understand how to display the images because the aliases that created the Txdata class did not allow to show ...
by Silvio.Falconi
Sat Jan 26, 2019 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: trying with tdatabase
Replies: 34
Views: 4888

Re: allow row and col sizing swap

Application =========== Path and name: C:\Work\Errori\test_ordine2\Servizi.Exe (32 bits) Size: 4,158,976 bytes Compiler version: Harbour 3.2.0dev (r1703231115) FiveWin version: FWH 18.12 C compiler version: Borland/Embarcadero C++ 7.0 (32-bit) Windows version: ...
by Silvio.Falconi
Tue Jan 15, 2019 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: allow row and col sizing swap
Replies: 4
Views: 781

Re: strange execution of Index

I made allways servizi->(dbsetorder(number_of_index))
why now I must make servizi->(dbsetorder(tagname))
Incredible!!!!
by Silvio.Falconi
Mon Jan 14, 2019 7:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2060
Next

Return to advanced search