Search found 188 matches: lookup

Return to advanced search

Re: Lookup method of Tdatabase

Code: Select all  Expand view
oPrenotazioni := TReserva():New()
oPrenotazioni:Edit(.t.) // for add new
oPrenotazioni:Edit() // for the edit
 
by nageswaragunupudi
Thu Aug 19, 2021 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

... and I open the dialog of edit from each buttons I had created that test.prg just to understand the problem and why the isfree function with lookup made a mistake https://i.postimg.cc/BQG1YndZ/hhhj.jpg from the planning beach I press a button with the mouse (btnbmp) and open ...
by Silvio.Falconi
Thu Aug 19, 2021 7:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

James,
thank you.
Best regards,
Otto
by Otto
Thu Aug 19, 2021 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Otto: Function genRESERVA()   local aStruc:={}   aadd( aStruc, { "DATE", "D",8, 0 } )   aadd( aStruc, { "ROOMS_ID", "C",4, 0 } )   aadd( aStruc, { "CHECK_IN", "D",8, 0 } &#...
by James Bott
Thu Aug 19, 2021 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

James Bott wrote:Nages,

Hmm, is there something different about the above two postings you made, or are they the same and you accidentally posted it twice?

Same posting got posted twice. I don't know why. I deleted one of them now.
by nageswaragunupudi
Thu Aug 19, 2021 5:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Dear Mr. Rao,
Thank you for this nice sample. Would you be so kind to post the dbf structure?
Best regards,
Otto
by Otto
Thu Aug 19, 2021 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Nages,

Hmm, is there something different about the above two postings you made, or are they the same and you accidentally posted it twice?
by James Bott
Thu Aug 19, 2021 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

...                      oRec:check_out, oRec:check_in } )      if oDbf:LookUp( cSearch, nil, { || nBooked := RECNO(), hBooked := FW_RecToHash(), .t. } ) == .t.        ...
by nageswaragunupudi
Thu Aug 19, 2021 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Thank you Enrico!
by Antonio Linares
Wed Aug 18, 2021 12:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Antonio Linares wrote:I am trying to get a better quality photo with 80x80 pixels from this one. Maybe someone could help ?


Look at your mailbox and let me know.

EMG
by Enrico Maria Giordano
Wed Aug 18, 2021 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

CNavarro, You don't think this line should be: { cCamera, ALLTRIM( cTypeRoom ), oPrenotazioni:RecNo(), dCheckIn, dCheckOut } Originally, I thought this also, but it gets evaluated like this: ... .and. ( oPrenotazioni:Check_IN > dCheck_OUT .or. oPrenotazioni:Check_OUT...
by James Bott
Wed Aug 18, 2021 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Sorry Silvio             { cCamera, ALLTRIM( cTypeRoom ), oPrenotazioni:RecNo(), dCheckOut, dCheckIn }   You don't think this line should be             { cCamera, ALLTRIM( cTypeRoom ), oPrenotazi...
by cnavarro
Tue Aug 17, 2021 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

...       { cCamera, ALLTRIM( cTypeRoom ), oPrenotazioni:RecNo(), dCheckOut, dCheckIn } )if oPrenotazioni:LookUp( cSearch, nil, { || .T. } ) == .T.   ? "room is available"   lreturn :=.t.else   ? ...
by Silvio.Falconi
Tue Aug 17, 2021 10:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

Image
Mejor calidad es difícil
by cnavarro
Tue Aug 17, 2021 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920

Re: Lookup method of Tdatabase

thank you :-D

I am trying to get a better quality photo with 80x80 pixels from this one. Maybe someone could help ?

Image
by Antonio Linares
Tue Aug 17, 2021 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lookup method of Tdatabase
Replies: 44
Views: 2920
PreviousNext

Return to advanced search