Search found 89 matches: reserva

Return to advanced search

Re: Booking xbrowse example

As I told you, I use on reserva.dbf a field "type" to show the type of Rome, so I need this visualizzation, there are rooms with the same number buy with type different.

sample:

Camera n.1 SS
Camera n.1 DD

For evening or morning (AM -PM) I use two logic field.
by Silvio.Falconi
Fri Jul 21, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3318

BUTTON... TOOLTIP SIN BTNBMP [SOLUCIONADO]

... así: @190,102 BUTTON "Ver petición" OF oDlg SIZE 43,10 PIXEL ACTION VERPETICION(CRUTA,CCODIGO,CAPUNTE); TOOLTIP "Ver petición de reserva de denominación" y con variable : @190,102 BUTTON oBtn "Ver petición" OF oDlg SIZE 43,10 PIXEL ACTION VERPETICION(CRUTA,CCODIGO,CAPUNTE); ...
by Ramón J.
Sun May 22, 2022 5:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BUTTON... TOOLTIP SIN BTNBMP [SOLUCIONADO]
Replies: 4
Views: 394

al Cargar cToolTip es muy leno

... *-------------------------- Local cVendido Local aAsiento:="" cVendido=xServer:Query("SELECT asiento,ori,des,reserva FROM vendido WHERE cod_viaje='"+AllTrim(CodViaje)+"' and cod_interno='"+AllTrim(Str(CodControl))+"' and asiento='"+Str(nSit)+"' ...
by jbrita
Wed Apr 06, 2022 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: al Cargar cToolTip es muy leno
Replies: 2
Views: 260

Re: Lookup method of Tdatabase

sent a new demo reserva.dbf
by Silvio.Falconi
Tue Aug 17, 2021 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2867

Re: Lookup method of Tdatabase

... date 7/29/21 and CHECK_OUT date of 7/29/21. I must say that is it possible that I changed them during testing. I need to find the original reserva.dbf and compare them. Anyway it is a good idea to check the test database to make sure it isn't part of the problem. No amount of coding changes ...
by James Bott
Mon Aug 16, 2021 8:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2867

Re: Lookup method of Tdatabase

Silvio, I just discovered that records 3, 6 and 16 in the test Reserva.dbf (reservations) all have the same ROOMS_ID and TYPE with overlapping dates. Theoretically that can't happen. This prevents one of the tests from working since even when you attempt ...
by James Bott
Mon Aug 16, 2021 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2867

Re: ApplyParams Tdatabase

...  := ctod("08/07/2021")     dCheck_out := ctod("28/07/2021") oPrenotazioni := TReserva():New()// simulation 1  Initial search on Archive from nInvoice number Msginfo("Now I search on archive the ...
by Silvio.Falconi
Thu Jul 15, 2021 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1270

Re: ApplyParams Tdatabase

Hmm, well I didn't know because in the reservation database you sent me that field is named NUMPRE, and it is 18 digits long. The fieldname didn't sound like RESNO, RESID or similar, and I don't even know how big of a number is 18 digits long ...
by Silvio.Falconi
Thu Jul 15, 2021 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1270

Re: Error on search a record on dbf with tdatabase

... Sorry Nages, but I not understood how I must make can you make a small sample test ? I not have oReserva opened I Open a copy of reserva on that function and then close it Only when I show the beach planning I check if there are reservations on reserva.dbf but then I close it ...
by Silvio.Falconi
Wed Jul 07, 2021 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1531

Re: *** Curso de C para programadores Harbour.

... 8. Tipos de datos estructurados: estructura, uniones y enumeraciones. 9. Creando nuestros propios tipos con typedef. 10. Punteros en C. 11. Reserva y liberación de memoria dinámica. 12. Algunos conceptos básicos sobre la Máquina virtual (VM), pila (stack) y la Tabla de símbolos (symbol table) ...
by xmanuel
Tue Jun 29, 2021 6:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: *** Curso de C para programadores Harbour.
Replies: 141
Views: 18276

Re: edit a record with tdatabase - I am in trouble

... find the data because i didn't order for the index i needed now it's ok now I'm here asking you something else once I have found the record in the Reserva.dbf file I have to load all the data I need for the reservation, in particular I should also search for invoice in the oRigheInvoice archive ...
by Silvio.Falconi
Tue Jun 22, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1295

edit a record with tdatabase - I am in trouble

... the modify I select an obtn where I save a cargo with many info local cNumPre :=oBtn:cargo[28] //open the database and order on Invoice number oReserva:=Tdatabase():Open(,::cDbfPath + "Reserva" ,"DBFCDX", .t.) oReserva:setOrder("res_pre" ) // field invoice ( string ...
by Silvio.Falconi
Fri Jun 18, 2021 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1295

To Nages: Problem with Datepick control

... example of Nages dtprang1.prg I try to pass certain dates because I need it to search for all bookings in a range of dates So, I pass to function Reserva() two paramters dDateini and dDateFin sample : Reserva() // all bookings If I not insert these parameters the procedure must set the dfirst:= ...
by Silvio.Falconi
Fri May 28, 2021 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Problem with Datepick control
Replies: 2
Views: 263

OrdCreate resolved !!

How I can Order with ordcreate the condition "!deleted()" ? I made I insert all ::aIdx on an array type { "RESERVA" , { { "Rooms_id+Dtos(Check_in)" , "room_in" , "Reserva" } } } FOR i := 1 TO LEN( ::aIdx ) DbUseArea( .F. ,, ::aIdx[ i, ...
by Silvio.Falconi
Thu May 06, 2021 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdCreate resolved !!
Replies: 1
Views: 402

Re: To Nages Problem with Tdatabase and new DAtepick

Please revise this code @  3, 140 DTPICKER oPrenotazione:check_in SIZE 80,12 PIXEL OF oFolder:aDialogs[1] ;   PICTURE "ddd dd mmm yyyy"WITH OBJECT oPrenotazione:check_in   :lNoToday         := .t.   :lNoTodayCircle   := .t.   :SetRange( dStagioneMin,dStagioneMax )END  as @...
by Silvio.Falconi
Thu May 06, 2021 7:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1747
Next

Return to advanced search