Search found 2963 matches: insert

Return to advanced search

Re: Problem with tget numeric

... ( oDlg:End() ) // , MsgInfo( nTest ) )   ACTIVATE DIALOG oDlg CENTERED   oFont:End()RETURN NIL  // FIN / END The measure i insert on my message are only a test On get the user must see nothing , the get must be empty The user can insert also1,23
by Silvio.Falconi
Tue Jan 16, 2024 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1435

Problem with tget numeric

I have 4 get numeric where I must insert the measure on cm but each time I have problem because the user wrong the digit and must i use the mouse to return on get and erase the data probably picture variable is not set to the best on the dbf ...
by Silvio.Falconi
Tue Jan 16, 2024 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1435

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/harbour.html#hb_ains ...
by Silvio.Falconi
Mon Jan 15, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Re: nYoffset and nXoffset

Otto wrote:Link in printer.prg and insert some msgInfo().
Try to find the differences.



I update the message see the last picture
by Silvio.Falconi
Mon Jan 15, 2024 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 832

Re: nYoffset and nXoffset

Link in printer.prg and insert some msgInfo().
Try to find the differences.
by Otto
Mon Jan 15, 2024 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 832

Re: nYoffset and nXoffset

...           nTopMargin     := ( nPageH - nPrintHeight ) / 2                    nLeftMargin    := ( nPageW - nPrintWidth  ) / 2  If I insert oPrn:nYoffset := 150 oPrn:nXoffset := 120 I have this result https://i.postimg.cc/MTSRFs2t/know.png
by Silvio.Falconi
Mon Jan 15, 2024 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 832

Re: Insert an record on array

Dear Silvio, Arguments aArray The array name into which the value xValue will be inserted. nPos Subscript position in aArray. Default: 1st position xValue Value to be inserted lAutoSize Boolean flag to increase or not the size of aArray. Default value: .F. https://harbour.github.io/doc/h...
by Antonio Linares
Sun Jan 14, 2024 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Re: Insert an record on array

nageswaragunupudi wrote:
Code: Select all  Expand view
HB_AINS( oBrw:aArrayData, nPos, aRow, .T. )


nPos could be the number of record selected ?
by Silvio.Falconi
Fri Jan 12, 2024 4:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Re: Insert an record on array

Code: Select all  Expand view
HB_AINS( oBrw:aArrayData, nPos, aRow, .T. )
by nageswaragunupudi
Fri Jan 12, 2024 3:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Insert an record on array

I have an array of 32 fields that I process with xbrowse. I need to insert a record between two rows the first field must be "codsep" field how can I do ? TO paste an record of oBrw:aArrayData I use an array aCopy where I save the row Copied (oBrw:aselected) ...
by Silvio.Falconi
Fri Jan 12, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert an record on array
Replies: 4
Views: 827

Re: Create a Panel width a text

Dear Silvio, Have you considered to rebuild the ExplorerBar after the message is changed ? and how ? Antonio, consider that I insert two explorerbars (one on the right and one on the left) in a main window and do them as if it were a dashboard, in the past I used two TscrollPanels but ...
by Silvio.Falconi
Tue Jan 09, 2024 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3195

Re: accordion and webview2

Hello friends, I made this URLEncode() function. Now this is working. I think for the finished program, one should insert URL-encoded code as much as possible. Certainly, there is a more effective ready-made function. Now, there's the problem with the start size. Best regards, Otto ...
by Otto
Mon Jan 08, 2024 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 437

accordion and webview2

... do we encode the URI from Fivewin into HTML? Calling the html works. oWebView:Navigate( "C:\fwh2023\samples\Untitled-1.html" ) Also if I insert an URI encoded cHTML source. oWebView:Navigate( Html() ) I need the FIVEWIN function to encodeURI. Also, the line: oWebView:SetSize( 1960, 800 ...
by Otto
Mon Jan 08, 2024 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: accordion and webview2
Replies: 2
Views: 437

Add a taskpanel on line

How can I insert a taskpanel into Texplorerbar online, i.e. controlled by the end user? I did this test but it doesn't work because the oExbar doesn't refresh at init the taskpanel n. 2 is not showed explbar.prg modified #include ...
by Silvio.Falconi
Fri Jan 05, 2024 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a taskpanel on line
Replies: 0
Views: 526

Re: Booking xbrowse example

... some existing web code to start with Yes but before It Need to have a usefull prg in Windows with the features i list above and the possibilty to insert a reservation clickinking with the mouse One or more cells , or moving the reservation to another room or period. in this way the example of ...
by Silvio.Falconi
Sat Dec 30, 2023 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 3320
PreviousNext

Return to advanced search