Search found 1065 matches: displayed

Return to advanced search

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 xbrowse to activate ...
by Silvio.Falconi
Tue Mar 26, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: records on xbrowse
Replies: 8
Views: 1638

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: 1638

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 := { || ARQBOL->BOLETO} ...
by wartiaga
Tue Feb 27, 2024 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bitmap in xbrowse column
Replies: 0
Views: 77

Re: Create a Panel width a text

... but using WORDWRAP :!: i do not know if you want, using CalcTextHeight(), a "fixed" PANEL Layout :?: --- in my modify CODE all Lines are displayed and Position of Panel3 will change    aDim = GetLabelDim( oPanel2:hWnd, alltrim(cMessage), oFonttext:hFont ) GetLabelDim() ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3156

Re: Create a Panel width a text

... but using WORDWRAP :!: i do not know if you want, using CalcTextHeight(), a "fixed" PANEL Layout :?: --- in my modify CODE all Lines are displayed and Position of Panel3 will change    aDim = GetLabelDim( oPanel2:hWnd, alltrim(cMessage), oFonttext:hFont ) GetLabelDim() ...
by Jimmy
Sat Feb 24, 2024 3:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3156

Re: Count xbrowse records

... WHEN lArrows OF oDlg ;      ACTION oBrw:KeyDown(VK_DOWN, 0)  For example, if I have an Xbrowse in which 20 records are displayed at a time but there are more records in the archive (for example 50) the lArrows must be true
by Silvio.Falconi
Fri Feb 23, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 244

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other characters are displayed as "?". We request both of you to try this sample and point out the problem you are experiencing. Hi Mr. Rao, I have dowloaded fwh ...
by Horizon
Sun Feb 04, 2024 5:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... When FW_SetUnicode( .F. ), no keychar is higher than 255 and none of the special or other characters are displayed as "?". We request both of you to try this sample and point out the problem you are experiencing.
by nageswaragunupudi
Sun Feb 04, 2024 8:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54063

Re: FW_MemoEdit error

... with fw_memoedit , displays in one way, if opened with Office Word or with OpenOffice , displays in another way, for example the fourth page is displayed differently in the [b]fw_memoedit function there is no display of pages[/b] https://i.postimg.cc/T36SbJ6t/4page-fw.png OpenOffice ...
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 498

Re: Problem with tget numeric

... know how to solve it and you want to find other alternative solutions? I only need a series of numeric gets: at the beginning only a zero must be displayed on the right, if the user types 12345 the procedure must convert to 123.45, if the user types a further numerical figure for example 7 this ...
by Silvio.Falconi
Wed Jan 17, 2024 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1413

I'm not asking for the moon... Resolved!!

I'm going crazy and no one is helping me... I have a series of numeric get controls for a little program, I would like only a zero to be displayed at the beginning but the user can type 12345 and the procedure must automatically convert to 123.45 and if the user presses another digit for example ...
by Silvio.Falconi
Wed Jan 17, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 2109

Insert a TUrlLink into xbrowse

... that is, I will give you a practical example in the management of my school's warehouse items, I need to view the item codes and see (already displayed) only those for example which have handling (warehouse loading/warehouse unloading)
by Silvio.Falconi
Fri Dec 15, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Insert a TUrlLink into xbrowse
Replies: 0
Views: 499

Re: copy a row of xbrowse

... I go to the first xbrowse I show the popup menu there are two options "Copy" and "Paste" but the second option should not be displayed because the record has not yet been saved in the acopy variable I copy a record from the first xbrowse with the "copy" option I ...
by Silvio.Falconi
Tue Dec 05, 2023 7:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5748

Re: copy a row of xbrowse

... oFontreturn nil  Thanks Rao but on my proocedure I have an array with multiselect I have an array that has a "CodCep" field that is not displayed in xbrowse https://i.postimg.cc/nL5KYG7k/uu.png #include "fivewin.ch"Function Main()   Test("00001")  ...
by Silvio.Falconi
Mon Dec 04, 2023 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5748

Re: random sentences generator

... River is the longest river in Africa.") Tokenizer("Penguins live in the Southern Hemisphere.") Tokenizer("The Mona Lisa is displayed in the Louvre Museum.") Tokenizer("Astronauts wear spacesuits for protection in space.") Tokenizer("The Leaning Tower ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 701
Next

Return to advanced search