Search found 549 matches: mine

Return to advanced search

Re: Compiling with new harbour_bcc770_32_20240309

... Incremental Link 6.97 Copyright (c) 1997-2022 Embarcadero Technologies, Inc.Fatal: Unable to open file 'UUID.LIB' If I insert uuid.lib as mine project then it is compiled as you can see here https://i.postimg.cc/RCNsW7PZ/gg.png
by Silvio.Falconi
Wed Mar 20, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 376

Re: Problemita al compilar con FWH24.02

Your file prsht.h is identical to mine. Can you send me a sample to replicate the error here, please?
by Enrico Maria Giordano
Tue Mar 12, 2024 9:07 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemita al compilar con FWH24.02
Replies: 4
Views: 143

2FA - Two Factor Authentication

Hello,

Customers of mine ask me if I am able to build in 2FA into my application for security reasons.

Does anyone have any experience with 2FA en FWH?

Thanks.
by driessen
Wed Feb 14, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2FA - Two Factor Authentication
Replies: 3
Views: 199

Re: erase files

... file in a restricted directory. Thanks Professor Otto I knew this too but it so happens that I am the administrator of the computer because it is mine and there are no restrictions, delete all the files except two, if the restriction is there why delete the other files?
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1359

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

I get this error with your batch:

Code: Select all  Expand view
Error: Unresolved external '__streams' referenced from E:\FWHARBOUR\LIB\FIVEH.LIB|HARBOUR


But not with mine. I'm trying to understand the cause of the problem in your batch...
by Enrico Maria Giordano
Tue Dec 05, 2023 9:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error '__streams' referenced from K:\FWH\LIB\FIVEH.LIB|HARB
Replies: 15
Views: 2096

Re: load png from rpreview

oPreview:oZoom:hBitmap1 = FWBitmap( "Zoom2" )
oPreview:oZoom:hBitmap2 = FWBitmap( "OnePage2" )
oPreview:oZoom:bBmpNo = { || If( oPreview:lZoom, 2, 1 ) }


How I can converte it ? How I can change the images with mine pngs ?
by Silvio.Falconi
Thu Nov 16, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: load png from rpreview
Replies: 6
Views: 333

Re: xBrowse - Dates - FWH 2310

... I think it got more complicated than that. First, clients who have the problem were not using ARM computers. I was able to see the problem using mine ( C2 below ). Computer 1 ( C1) is my primary programming computer. I am running Windows 11, 23H2. Builds are done with Harbour ( 32 & 64 ), ...
by TimStone
Wed Nov 08, 2023 3:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1225

Re: De *.C Para *.Obj en BCC74 no funciona más.

Check the content of BCC32 include directory. Inside mine there are two subdirectories (dinkumware and windows, the latter with other subdirectories inside it). If it is the same for you, you have to specify all the required directories, specifically: ...
by Enrico Maria Giordano
Fri Sep 08, 2023 2:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De *.C Para *.Obj en BCC74 no funciona más.
Replies: 84
Views: 38100

Re: How To Change Globally GET Text color when it is focused

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, ...
by nageswaragunupudi
Sat Aug 12, 2023 10:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: Readonly and/or disable GETs background color

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, ...
by shrifw
Sat Aug 12, 2023 5:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Readonly and/or disable GETs background color
Replies: 15
Views: 830

Re: How To Change Globally GET Text color when it is focused

Hi Karinha , Thanks for this but mine requirement is bit different as given below : GETs are classified ================== 1. READ/WRITE GET Focus ==> { nRGB(111, 30, 81) , nRGB(245, 235, 147) } 2. READ/WRITE GET Un-Focus ==> { nRGB(43, ...
by shrifw
Sat Aug 12, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Change Globally GET Text color when it is focused
Replies: 13
Views: 1526

Re: EXE Author's name on Windows 11

... BLOCK "040904E4"  {   VALUE "CompanyName", "EMAG Software\0"  } }} Anyway, the problem is not mine, it is Windows 11 after a recent update (few months ago). Even OneDrive.exe and SecurityHealthSystray.exe don't show the Author's name (should ...
by Enrico Maria Giordano
Mon Jul 31, 2023 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE Author's name on Windows 11
Replies: 30
Views: 1198

how to open devtoolswindow from application.

Hi, I need to open devtoolswindows from application. The web page I am working on is not mine and it closed the access to devtoolswindow from the right button menu. I have found this link. https://stackoverflow.com/questions/64981617/how-to-open-devtools-from-code-in-webview2 ...
by Horizon
Wed Jul 05, 2023 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1085

Re: GDIP Application crash tBitmap

... FIRST. Other INIT PROCEDURES may be executed in any order. So TGDIPLUS.PRG having an INIT PROCEDURE should not cause any problems. The mistake is mine. In the first module I have an INIT PROCEDURE and from within it I call MAIN(). That's why they don't load the other INIT PROCEDURE. I've been ...
by Giovany Vecchi
Wed Apr 12, 2023 5:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GDIP Application crash tBitmap
Replies: 12
Views: 692

Re: Advise in Server hardware

... time. A RDP server in the own network, data backup directly with WINDOWS server backup on connected hard disks. And the most important: my data is mine and inhouse. Best regards, Otto
by Otto
Mon Apr 03, 2023 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advise in Server hardware
Replies: 12
Views: 1037
Next

Return to advanced search