Search found 3355 matches: number

Return to advanced search

Re: passing a value through a for..next loop

Yes
But the valute Is the Number of object
On your test there was allways oget[1]
I have oget[n]
by Silvio.Falconi
Fri May 10, 2024 6:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 4
Views: 112

Re: Problemas con resolucion y xBrowse

Enrico Maria Giordano wrote:Then, I don't understand why did you expect any datas on them.


It can be image, letter, or number.
by JoseAlvarez
Sun May 05, 2024 6:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con resolucion y xBrowse
Replies: 9
Views: 165

Re: how to change the size of an xbrowse in runtime

... picture https://i.postimg.cc/NFwR77x7/io.png if I select "age" I go to activate the age filters but I go to activate box number 3, the topmost one, how can I make it so that if the first box is not activated, the age box takes the coordinates of the first box? that is, ...
by Silvio.Falconi
Sun May 05, 2024 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to change the size of an xbrowse in runtime
Replies: 17
Views: 285

Re: WhatsApp tests

... work for me, I tried to send it to a friend and nothing arrived opens the whatsapp application but then doesn't send anything if it finds the number on whatsapp it goes into the chat of the called number but then does not send anything, while if you enter an incorrect number the number not ...
by Silvio.Falconi
Thu Apr 18, 2024 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WhatsApp tests
Replies: 9
Views: 411

Re: xbrowse SelectRow method

Or, if we want to deselect a specific row number, which is not the current row, we can do like this. if ( nAt := AScan( oBrw:aSelected, nRecNo ) ) > 0HB_ADel( oBrw:aSelected, nAt, .t. )endifoBrw:Refresh() We ...
by Silvio.Falconi
Mon Apr 01, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 711

Re: xbrowse SelectRow method

Or, if we want to deselect a specific row number, which is not the current row, we can do like this.
Code: Select all  Expand view
if ( nAt := AScan( oBrw:aSelected, nRecNo ) ) > 0
HB_ADel( oBrw:aSelected, nAt, .t. )
endif
oBrw:Refresh()

We do not recommend this, but this is possible.
by nageswaragunupudi
Sun Mar 31, 2024 5:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse SelectRow method
Replies: 3
Views: 711

Re: records on xbrowse

... https://i.postimg.cc/FHdXGgsv/gggggg.png I want to have the exact number of pages displayed with the dimensions of the xbrowse and I need this to activate my buttons which you can see in the right corner under the ...
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1734

records on xbrowse

I can Know how many records are on xbrowse ?
I explain

I would like to activate the arrows for moving the records (up and down) only when the records are greater than the normal number displayed in the xbrowse table
by Silvio.Falconi
Mon Mar 25, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1734

Re: How to include hbCurl?

... ' > clogrooms.txt'  Your request doesn't appear to be valid JSON: Parse error on line 1: tags: { name: tag1, ^ Expected one of: 'STRING', 'NUMBER', 'NULL', 'TRUE', 'FALSE', '{', '['
by Marc Venken
Wed Mar 20, 2024 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3009

Re: Fivewin Wiki

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1850

change size dialog selecting noption folder

... I have a folder on this dialog I have a buttonbar at the bottom of odlg I would like to make the dialog smaller when the end user selects tab number 3 and tab number 6 I made a small test Problem is when press folder tab the dialog is resized but sometimes the oBar is hided or became smaller ...
by Silvio.Falconi
Thu Mar 14, 2024 11:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change size dialog selecting noption folder
Replies: 3
Views: 633

Re: XBROWSE with "fullwidth" autocols

Number of columns
Code: Select all  Expand view
? Len( oBrw:aCols )


To fill the width of browse window
Code: Select all  Expand view
oBrw:nStretchCol := STRETCHCOL_WIDEST
by nageswaragunupudi
Thu Feb 29, 2024 12:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE with "fullwidth" autocols
Replies: 2
Views: 153

Re: To Nageswrao Del Objs on TscrollPanel

... objects the btnbmp should reposition themselves https://i.postimg.cc/W41gmkM7/frds.jpg if I delete products 3 and 4, product number 5 must be positioned after product 2 How I can resolve it ?
by Silvio.Falconi
Thu Feb 29, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 730

Bitmap in xbrowse column

Hi, Is it possible to display a bitmap at the end of an xbrowse column where it contains the number of a document but which will only be displayed if another file contains the number of that document? How can I do this? The Column: oCol:= Lista0:AddCol() oCol:bStrData ...
by wartiaga
Tue Feb 27, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xbrowse column
Replies: 0
Views: 83

TUrlLink on Xbrowse

... example : Imagine a table with payment notices (I'm referring to a program I made for my school) in a field there is the information "order number xxxx" this text, if clicked ( as urllink made), can open the order management and view the schedule of that order without the final user ...
by Silvio.Falconi
Tue Feb 27, 2024 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 246
Next

Return to advanced search