Search found 553 matches: workaround

Return to advanced search

Re: TUrlLink on Xbrowse

... but consume a lot of GDI Resource for each DTPICK Object :( --- Resume : when ask for "URLlink" it is a new COLUMN CLASS for XBROWSE as Workaround i would use Solution from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 231

Re: TUrlLink on Xbrowse

... but consume a lot of GDI Resource for each DTPICK Object :( --- Resume : when ask for "URLlink" it is a new COLUMN CLASS for XBROWSE as Workaround i would use Solution from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 231

Re: Switching my setup program to webview2

... as I then found out, the file:// protocol does not support URL parameters by default in many environments, including WebView2. I've made a workaround with a timer. It works well. Best regards, Otto https://mybergland.com/fwforum/fw2htmltimer.jpg
by Otto
Sat Feb 10, 2024 7:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 393

Re: "Save As" dialog box

you can test if it is a File or Folder which are select Yes, this is only a workaround. Mr. Natter expects that the user should not be able to select a file. In other words, the OK button to be grayed out so that the user can not select if the cursor is on a ...
by nageswaragunupudi
Sun Jan 28, 2024 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1829

Re: Determine lib name of a function

As a workaround, I now use hb_RegExAtX() instead of hb_AtX()
by hua
Tue Jan 02, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine lib name of a function
Replies: 3
Views: 426

Re: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB

The problem seems to be in the FWH libs. Probably they have been compiled with on older BCC version. You can workaround the problem that way. In buildh.bat replace this: echo %bcdir%\lib\c0w32.obj + > b32.bc with this: echo -L%bcdir%\lib;%bcdir%\lib\psdk + > b32.bcecho ...
by Enrico Maria Giordano
Tue Dec 05, 2023 9:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2260

hash for storing variables

... use h["cTmp"] := "" FOR EACH h["cTmp"]IN h['mycParts'] ? h["cTmp"] NEXT I get a syntax error. Is there a workaround? Best regards, Otto
by Otto
Tue Nov 28, 2023 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 522

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... not ANSI text when the table's charset is utf8 or utf8mb4. 8) :D Now, we need to check the method Insert and get back to you. Don't hurry, I've a workaround BTW: I missed [<lFindLast>] in ::Seek() :( have to torture myself with DESCEND and LIMIT :roll:
by frose
Fri Nov 10, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 296

Re: xBrowse - Dates - FWH 2310

... on ADS LOCAL or REMOTE, using the ADS drivers ( all versions ), the problem described in the original post will occur. I think I'll have to use a workaround to avoid this. I have many clients who use ADS Client Server, and paid a lot for the licenses. The product has not been updated since 2015, ...
by TimStone
Wed Nov 08, 2023 6:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1441

Re: Problema con windows defender

hi, to exclude Folder of App is a Workaround ... but how tell it Customer :?: the right way is to include a "Signature" (not only a "Fileinfo" in *.RC) ... but it seem makecert.exe / certmgr.exe from .NET SDK are only ...
by JoseAlvarez
Mon Oct 16, 2023 2:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con windows defender
Replies: 11
Views: 551

Re: Problema con windows defender

hi, to exclude Folder of App is a Workaround ... but how tell it Customer :?: the right way is to include a "Signature" (not only a "Fileinfo" in *.RC) ... but it seem makecert.exe / certmgr.exe from .NET SDK are only 64 ...
by Jimmy
Mon Oct 16, 2023 7:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con windows defender
Replies: 11
Views: 551

App Termination and Relaunch.

Is there an easy way to terminate my app then immediately relaunch it. Obviously this is a workaround for a problem the app has but I need an immediate solution while trying to figure out what the main problem is. Thanks,
by byron.hopp
Fri Oct 06, 2023 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 391

Re: who use PostgreSQL with Fivewin ?

... Concept of PgDBE Alaska seems to use PRIMARY KEY in "other" Way so it does not work correct with "SavePQQ()" --- i got a Workaround*** from Rao, but if "nobody" is using PostgreSQL yet we can prepare it for all Xbase++ User https://forums.fivetechsupport.com/viewtopic.php?t=43733 ...
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 1036

FW 23.07 Xbrowse, oCol:Cargo is NIL

I use oCol:Cargo to save some parameters.
Since FW 23.07 it does not work anymore, maybe due to:
LinkList: Method Sort( [lAsc], [lRecurse], [nCol] ) enhanced with
three new parameters.
Param.3 nCol: Default 0: Sorts on nCol of Cargo Array

How can I find a workaround?
Suggestions are welcome.
by frose
Sun Sep 10, 2023 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW 23.07 Xbrowse, oCol:Cargo is NIL
Replies: 4
Views: 243

Re: How to print character sigma in Haru?

nageswaragunupudi wrote:For now, the immediate solution is to use HB_UTF8CHR(0x03A3) and setting FW_SetUnicode() to .T., atleast temporarily.


Thanks Rao, for the time being I adopted this workaround
by hua
Thu Aug 17, 2023 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to print character sigma in Haru?
Replies: 8
Views: 322
Next

Return to advanced search