Search found 32 matches: allway

Return to advanced search

Re: To Nageswrao Del Objs on TscrollPanel

... the btnbmps there are also on Panel scroll as you can see on Video I tried with oPanel:CheckResize() and oPanel:Setrange() I see allway the box https://i.postimg.cc/Nj78D599/f.jpg
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 668

Problem with Numeric get

... 28, 12 PIXEL FONT oFont PICTURE "999.99" UPDATE  RIGHTTOLEFT make a test insert first 12.3 second 5.5 third 1.5 four 0.5 not run ok and allway the user must return back with the mouse to insert the right numbers
by Silvio.Falconi
Sat Dec 02, 2023 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with Numeric get
Replies: 0
Views: 337

genblock

I have 9 button when I press a button return allway 9 nRow:=30 For n= 1 to 9 @ nRow,2 BTNBMP aBtnCalc[n] PROMPT ltrim(str(n+1)) FLAT SIZE 20,30 PIXEL of oDlg ; ACTION AddItems(oInvoice,aItems, GenBlock_(n) ,@nRowItems,fromdate,Todate) nRow+=32 ...
by Silvio.Falconi
Mon Jun 12, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: genblock
Replies: 5
Views: 253

Problem on BTNBMP with border ( color and size)

I can't change the color of the border and its thickness, what should I do? it is allway black ...why ? the small test #include "fivewin.ch"FUNCTION Test()   local oDlg,oBtn   local nHt      := Int( ScreenHeight() * 0.2 )   local ...
by Silvio.Falconi
Sun Feb 26, 2023 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem on BTNBMP with border ( color and size)
Replies: 0
Views: 144

XBROWSE select

... make to select one rows with only click with mouse ? at the beginning the xbrowse selects the first row in fact in oLbxRuote: aselected there is allway 1 as you can see https://i.postimg.cc/tg3ZzZ6V/kkkk.png how I can resolve ?
by Silvio.Falconi
Mon Mar 28, 2022 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE select
Replies: 0
Views: 233

edit a record with tdatabase - I am in trouble

... // it is sure I stay on the same record of the invoice ? else Msginfo("invoice not found") return nil Endif I tried and allway return error not found
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

destroy a xbrowse

... it doesn't have the services I must not show the xbrowse I tried with IF oBrw != NIL oBrw:Destroy() //end() Endif but nothing happens the oBrw is allway there any solution pls ?
by Silvio.Falconi
Wed Jun 09, 2021 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: destroy a xbrowse
Replies: 5
Views: 895

Re: To Nages: Problem with Datepick control

the problem is allway :SetRange()

So if I rem all calls to * :SetRange( ) all run ok
by Silvio.Falconi
Fri May 28, 2021 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Problem with Datepick control
Replies: 2
Views: 263

To Nages: Problem with Datepick control

... date() and dLast := dMax Reserva( date()+1,) //tomorrow the procedure must set the dfirst:= date()+1 and dLast := dMax the problem is dLast is allway the date() the problem is the dfirst and dlast not changed I have allway from 17.05 to 28.05 why ? this is the test #include "fivewin.ch"#include ...
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

Re: To Nages Problem with Tdatabase and new DAtepick

... CLASS TReserva from Trecord METHOD New() ENDCLASS oReservas := TReservations():New(.....) oOne_Reserva:=TReserva():New(...) and Mr James sad me allway to not to use type variables @ 3, 140 DTPICKER oDtp var oPrenotazione:check_in SIZE ... but directly @ 3, 140 DTPICKER oPrenotazione:check_in ...
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: 1761

set a dialog on a position

... ACTIVATE DIALOG oDlgConteggio CENTERED; ON CLICK oDlgConteggio:End() ; ON PAINT oDlgConteggio:Move(aPoint[1]-100, aPoint[2],,,.t.); give me allway under the main window
by Silvio.Falconi
Tue Apr 27, 2021 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: set a dialog on a position
Replies: 3
Views: 518

Re: Converting sample test of Tplan

Note: Before running this program, please delete the existing ROOMS.DBF, ROOMS.CDX, RESERVA.DBF and RESERVA.CDX.


But if I use this sample on my application I must erase allway this dbfs ?
by Silvio.Falconi
Fri Jun 21, 2019 7:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sample test of Tplan
Replies: 26
Views: 2639

position a child in a Mdi window

... I wish insert a child window but the window must not go down the outlook menu https://i.postimg.cc/cLJCscRk/2w.png but it must be allway on the part gray of window the child window must not go beyond the splitter if I move the splitter on the left, it must shrink the customer window ...
by Silvio.Falconi
Mon Dec 10, 2018 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: position a child in a Mdi window
Replies: 1
Views: 780

Re: Problem with xbrowse

... and rename with number from 1 to 3 sample 1.bmp if you insert a value on second get it call the function CalcoloTotali(oBrowse) but it past allway 0 (zero) if you del the last caracter of this get for a sample the last zero then it make right the calc How I can resolve ?
by Silvio.Falconi
Thu Jul 05, 2018 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1309

Problem with xbrowse

... Total the final user can insert the Descuent and the total must be refresh I made a function to calculate the subtotal and the total but it past allway nsconto=0 and if the final user insert a value it past allway zero Function CalcoloTotali(oBrowse) Local n nTotale:= 0 nSubtotale:= 0 For n=1 ...
by Silvio.Falconi
Thu Jul 05, 2018 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xbrowse
Replies: 6
Views: 1309
Next

Return to advanced search