Search found 2272 matches: solved

Return to advanced search

Re: EXCEL CREATE HYPERLINK solved

In this way
oAs2:Range("A1"):value := [=COLLEG.IPERTESTUALE("#UNO!A1";"MARCO")]

:idea:
by MarcoBoschi
Thu Mar 28, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 1
Views: 47

Re: Problema super raro (SOLUCIONADO)

Mr. Rao and friends I apologize, after several nightmare nights, I have finally solved the problem, the problem was in the last line of this code. [code] oRsWrk := FW_OpenRecordSet(oApp:oCon,"SELECT " +; "*," +; "RUB_DES," +; "CON_DES ...
by Armando
Thu Mar 28, 2024 1:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 232

Re: Hide/show search system on a dialog - Resolved

solved https://i.postimg.cc/x1P2G9QM/gg.gif Function Hide_Ctrls(oBrw,oGet,oSay,lSearchBar,aBtn,oBar) local oBtn,n If lSearchBar oSay[1]:show() oSay[2]:show() oGet:show() oBrw:oSortCbx:show() oBrw:nTop:=32 oBrw:nHeight:= ...
by Silvio.Falconi
Mon Mar 25, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 239

Re: Problema super raro

Mr. Rao & Friends: Thanks to your advice, the first problem is solved, but now the problem is when retaking the recorded records and displaying them in an xBrowse, it only shows 2 of 5 records This is my code       IF lCrealo         DO WHILE ! oRsDet:EOF()  ...
by Armando
Sat Mar 23, 2024 10:23 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema super raro (SOLUCIONADO)
Replies: 10
Views: 232

Re: Compiling with new harbour_bcc770_32_20240309

... libraries and I was able to have the exe, https://i.postimg.cc/rwxLJGJw/mm.png but this thing is very strange, can't it really be solved? but I have to put it in the root where the sources are then I can get the exe basically wants it before the call to the lib C0W32.OBJ in fact ...
by Silvio.Falconi
Tue Mar 19, 2024 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 383

Re: Still a problem with FWH 24.02 and xHarbour Builder

Dear Antonio,

You are fantastic. I was using an old xfw.lib.

I remember that I once had to add it, but I didn't replace it by newer versions since I stored it in another folder.

Problem solved. Thank you so much.

Have a nice Sunday.
by driessen
Sun Mar 17, 2024 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 120

Still a problem with FWH 24.02 and xHarbour Builder - SOLVED

Hello,

I still get an error while building my application with xHarbour Builder.

This is the error

- Unresolved external symbol '_GetDCBrushColor referenced from CTRL2CHR.obj

With FWH 22.03 everything is ok.

How can this be solved?

Thanks a lot in advance.
by driessen
Sat Mar 16, 2024 2:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 120

Re: How to include hbCurl?

Hello friends, Thank you for your help. I have now solved it with the command prompt Exe. On this occasion, I started creating the setup program with webview2 and fivewin. Fortunately, I had already made a patcher and preprocessor before ChatGPT. ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 503

Re: FWH 24.02 new Class TWebView2

Dear Antonio, I was preparing an example for a PDF with preview, which Anton had already solved more simply in the forum in the meantime. I had the problem here that I wanted to display the PDF in an iframe. I then realized that the webview2 denies access. Then I wanted ...
by Otto
Fri Mar 01, 2024 3:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 24.02 new Class TWebView2
Replies: 11
Views: 545

Re: Count xbrowse records

... TAG DELS FOR DELETED() // kee this index tag also? OrdKeyCount(0) - OrdKeyCount( "DELS" ) Mr Nages thank you! I solved it by adding the !deleted() in index
by wartiaga
Fri Feb 23, 2024 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Count xbrowse records
Replies: 5
Views: 215

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Dear Hakan,

We are working to fix it, we are sorry for the delay

it should be solved asap
by Antonio Linares
Sat Feb 03, 2024 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 52350

Re: WebView2 sample

Dear Antonio, Enrico, I made a clean install of FWH and xHarbour and now my problem is solved. One error was my modified buildx.bat. Because I thought never using zip functions I put the entry echo %hdirl%\hbzip.lib + >> b32.bc as comment. :x I'm very sorry having ...
by Detlef
Tue Jan 30, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1066

Re: FWH or harbour function support CRC? ( Solved )

nageswaragunupudi wrote:
so I make these code and solved my problem below:

Congratulations and thanks for sharing your solution.


You're welcome...
by richard-service
Wed Jan 24, 2024 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1662

Re: FWH or harbour function support CRC? ( Solved )

// C:\FWH\SAMPLES\CRC.PRG#include "fivewin.ch"// #include "HbCompat.ch"MEMVAR aCrc, poly, initvalue, finavalueFUNCTION Main()   LOCAL crcResu, CCRCRESU, cResult   PRIVATE aCrc := { 0x00, 0x01, 0x07 }   PRIVATE poly := 0x8005   PRIVATE initvalue := 0xFFFF   PRIV...
by richard-service
Wed Jan 24, 2024 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1662

Re: FWH or harbour function support CRC? ( Solved )

so I make these code and solved my problem below:

Congratulations and thanks for sharing your solution.
by nageswaragunupudi
Tue Jan 23, 2024 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH or harbour function support CRC? ( Solved )
Replies: 16
Views: 1662
Next

Return to advanced search