Search found 1069 matches: displayed

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... to which radio menus are visible. Dynamic Filter Interaction and Data Submission This feature enables users to interactively apply filters to the displayed data, adjusting the table's view based on selected criteria. Each filter change triggers a real-time update, sending the selected filter states ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 66

Re: Filter on Xbrowse

... filter from insite the xbrowse : https://www.maveco.be/fivewin/filter2.png In user mode, only the filter that you selected will be displayed for selection by the user. https://www.maveco.be/fivewin/filter3.png Selecting the filter will update the browse. We all know ...
by Marc Venken
Thu May 02, 2024 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 704

Re: New txbrowse

... but for space reasons sets some columns (defined columns) you end user wants to select the columns to display because you don't like the columns displayed, in the menu there is the possibility to return back i.e. to display xbrowse with the previous columns, obviously the state is saved. xbrowse's ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 451

Re: Servidor de mail propio y acuse de ENTREGA.

... The Return-Receipt-To header requests a delivery notification, while Disposition-Notification-To requests a notification when the email is displayed or deleted. Send the email to an account on a mail server that you have access to, such as a test account or a friend's account. Capture the ...
by Antonio Linares
Mon Apr 22, 2024 4:58 am
 
Forum: Off Topic / Otros temas
Topic: Servidor de mail propio y acuse de ENTREGA.
Replies: 2
Views: 380

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

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

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

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

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

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

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

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

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

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

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: 2272
Next

Return to advanced search