Search found 380 matches: apply

Return to advanced search

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... solo al colocar // XbrSetupBar( oBrw ) vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow <= ::oBrw:nHeaderHeight ...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2253

Re: Problema super raro

... https://imagizer.imageshack.com/img923/2668/sdGuZT.gif After you run this sample as it is, then apply this logic to your tables.
by nageswaragunupudi
Sun Mar 24, 2024 12:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 2118

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( ...
by richard-service
Thu Mar 07, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5253

Re: ButtonBmp problem with FWH2402

This problem appears only when both AppIsThemed() and FW_SetUnicode() is set to .T. In all other cases it is working fine. Now we request you to apply the following fix and let us know if everything is working fine. Please open \fwh\source\classes\buttonb.prg Please locate this method METHOD ReDefine( ...
by nageswaragunupudi
Thu Mar 07, 2024 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5253

Re: Problem with alignment in SAY command

... following setup: yes - no, and here it is working. Sometimes I use text from a DBF file, which is, for example, 160 characters long, and forget to apply ALLTRIM(). Then, you might have some spaces on the right. Best regards, Otto If I save my res as rc: right no: CONTROL "heute", 4001, ...
by Otto
Fri Mar 01, 2024 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with alignment in SAY command
Replies: 18
Views: 840

Re: future of Rich Text Editor maybe time to start with WEBVIEW

Thank you, Detlef. If you're already developing websites, WEBVIEW should be perfect for you. You can directly apply your knowledge of creating screens. It would be great if we could exchange our experiences here. There are so many little pitfalls, and it can be tedious to tackle ...
by Otto
Sat Jan 27, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1706

Re: Browse Json

We can view a structured Json using either FW_MemoEdit() or XBrowse this way. This apply to any complex Json and Json arrays. #include "fivewin.ch"function Main()   local cJson, hHash, oTree   local cTitle := "JSON VIEW"TEXT ...
by nageswaragunupudi
Thu Jan 11, 2024 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: Inserting a string with CRLF into a single-line TGet.

... text from the Clipboard and Pastes in the Get buffer. While doing so the Windows OS truncates the string from CRLF onwards. How and when do you apply to what text your logic of substituting CRLF or TAB ? So, no point giving program to replace CRLF. Give a program where if I copy whatever text ...
by nageswaragunupudi
Mon Dec 11, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Inserting a string with CRLF into a single-line TGet.
Replies: 10
Views: 897

Re: DBF . Commit

... cmxSys( 1002, .f. ) is sufficient. In a centralized server scenario, a cache that sits between the hard drive and the application would indeed apply to all users accessing the server. When a user makes a change, this change should be reflected in the central cache and therefore be visible to ...
by Otto
Sat Oct 21, 2023 8:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2339

Re: TGet() - UTF8 encoding fails [Unsolved]

ok, I see.

Nevertheless the encoding should not be changed, in MHO this is a bug!

Since the Upper() function doesn't work 'properly' for UTF8, I have to use my own U82Upper() function for that!

But what about the VARCHAR clause? Does the same apply there?
by frose
Fri Oct 13, 2023 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1731

Re: Filtrar consulta de tdolphin

... condition. We will take the above example. We want to show only those records where the "AMOUNT" is exactly divisible by 19. We will apply this filter on right mouse click. #include "fivewin.ch"function Main()   local oServer, oQry   FWNumFormat( ...
by nageswaragunupudi
Tue Sep 26, 2023 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Filtrar consulta de tdolphin
Replies: 15
Views: 816

Re: Actualizar xBrowse con un Clic del ratón?

First thing is to fix the runtime error in our library function. It is failing with non-existent URLs. Please apply this fix in the file \fwh\source\function\imgtxtio.prg: Please locate function WebPageContents( cUrl, lText ) At the end of this function, you will see: ...
by nageswaragunupudi
Sat Aug 19, 2023 2:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Actualizar xBrowse con un Clic del ratón?
Replies: 22
Views: 1357

Re: Small Question about Word and FWH

Dear Michel,

> would it be difficult to create a same function for other applications or files (Word- or Excel-documents)?

You simply apply the same logic:

if there is only one FWH app running then you can quit it, if not, you don't
by Antonio Linares
Mon Jul 17, 2023 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1150

Re: Demo c:\fwh\samples\access.prg crash

... If you want to use FWH2206 only please apply the fix. Better you use any later version, preferably FWH2304.
by nageswaragunupudi
Tue Jun 27, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 338

Re: New Password problem

Regret the bug in the method SayImage() introduced in ver. 2007. Fixed now in the version to be released. Users of FWH2007 and FWH2008 may please apply this fix: Line 910 in the method SayImage() in printer.prg:   AAdd( ::aCallLog, { "PRINTIMAGE", { nRow, nCol, oImage, ...
by cjcardoza
Tue Jun 13, 2023 10:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3230
Next

Return to advanced search