Search found 159 matches: reservation

Return to advanced search

Multiple reservation

On system of beach when I make a reservation I can make one reservation for one umbrella I wish create a multiple reservation for x umbrellas For a sample : the final user select on planning of beach some umbrellas 12,13,14 and open the multiple ...
by Silvio.Falconi
Mon Dec 17, 2018 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple reservation
Replies: 2
Views: 931

Re: SQL insert DateTime

It is safer to use full "HH:MM:SS" in FW_AddTime() function. Your code above works, where we open the table "reservations" as rowset oRs and append record by record. Recommended alternative, without opening the table as rowset, is to insert one or more records directly ...
by nageswaragunupudi
Fri Dec 07, 2018 7:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL insert DateTime
Replies: 2
Views: 1172

Re: How to get (return) current Query MySql (FWMARIADB)?

... exactly the same in a procedure. In many scenario, I don't need to requery(). But in some case, I have to revised. Example. ========= 1. I query reservation (booking) with unique number (id) and I copy to new reservation and requery(). I cannot show all lists after copy. 2. I query reservation ...
by dutch
Fri Jul 13, 2018 2:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to get (return) current Query MySql (FWMARIADB)?
Replies: 4
Views: 631

Re: an image on btnbmp and other

... it on my application 3) I show the image over the btnbmp then when I make a control with my data (sample check_in and check_out to see if it is a reservation of one day or it is payed) 4) when I use toggle method I erase the other commands because each btnbmp must show a popupmenu with a menu ...
by Silvio.Falconi
Tue Jun 19, 2018 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: an image on btnbmp and other
Replies: 21
Views: 3908

Re: btnbmps list

the test is from that test of rao
How ?

I not Know How have the array of buttons pressed

then another I must put the small images then and not before
I explain
I drwar the images, the I control if there is a reservation and the I can put the images or change the big image with setBmp ?
by Silvio.Falconi
Tue Jun 19, 2018 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmps list
Replies: 2
Views: 431

Pressing many buttons and multiple reservation

I wish create a new feature on my application the possibility to make a multiple reservation because it can happen that the operator has to enter a booking of many umbrellas for a hotel or for an association (seaside colony for children) and doing one at a time ...
by Silvio.Falconi
Mon May 21, 2018 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pressing many buttons and multiple reservation
Replies: 0
Views: 515

Re: Reservation Nages Test with New Xbrowse

Rao I sent you a test
by Silvio.Falconi
Mon May 14, 2018 5:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: Reservation Nages Test with New Xbrowse

Hi,


Can you share entire source code of this sample ?

Regards,
by nnicanor
Thu May 10, 2018 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: Reservation Nages Test with New Xbrowse

...                     { 'DATAIN'  , 'D', 8, 0 }, ;                            { 'DATAFIN' , 'D', 8, 0 }  }   DbCreate( 'RESERVATION', aCols )   USE RESERVATION   INDEX ON NUMTABLE TAG NUMTABLE   dStart   := AddMonth( BOY( Date() ), 2 ) // 1st ...
by Silvio.Falconi
Mon May 07, 2018 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: Reservation Nages Test with New Xbrowse

  for n := 2 to 32      WITH OBJECT oBrw:aCols[ n ]         :cHeader    := LTrim( Str( n - 1 ) )         :SetCheck( { 'c:\fwh\bitmaps\level1.bmp', 'c:\fwh\bitmaps\level2.bmp' } )...
by nageswaragunupudi
Thu May 03, 2018 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: Reservation Nages Test with New Xbrowse

Sorry Nages, I change on habour with : for n := 1 to 7 for i := 1 to NUM_TABLES AAdd( aRes[ i ], Array( LastDayOM( dMonth ) + 1 ) ) AFill( aRes[ i ][ n ], .f. ) aRes[ i ][ n ][ 1 ] := cMonth( dMonth ) next i dMonth := AddMonth( dMonth, 1 ) next n and I have the same result https://s17.postim...
by Silvio.Falconi
Thu May 03, 2018 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: Reservation Nages Test with New Xbrowse

It works with xHarbour. You can try and see. In xHarbour, an array index can be -ve. This is not allowed in Harbour. Example: aData := { 1,2,3,4,5,6 } In xharbour: ? aData[ -1 ] // 6 ? aData[ -2 ] // 5 But this usage raises runtime error in Harbour. To work with Harbour, we need to change aData[ -1 ...
by nageswaragunupudi
Thu May 03, 2018 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Reservation Nages Test with New Xbrowse

Dear Nages, Do you remember your Reservation Test made with Xbrowse http://img69.imageshack.us/img69/806/silviow.jpg Now with the last xbrowse have errors (I have the December 2017 release) Application===========   Path and ...
by Silvio.Falconi
Wed May 02, 2018 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718
PreviousNext

Return to advanced search