Search found 7777 matches: create

Return to advanced search

Re: Compiler with MSVC y HARBOUR

... files additionally: c:\Apache24\bin\libssl-1_1-x64.dll c:\Apache24\bin\libcrypto-1_1-x64.dll c:\Apache24\bin\libcurl-x64.dll Perhaps we could then create a Fivewin test program that checks all files and settings. Possibly also implements necessary security settings for us mod harbour developers. ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 2
Views: 80

Re: Digitally signing a document

... signatures.length ) > 0 :   print( "signed" )else:   print( "not signed" ) Using pyinstaller we can create a standalone EXE: pyinstaller --onefile signed.py Here you have it: https://wormhole.app/QoPx3#Ze8o1phu14n66ZQUwCH6TA You can call it ...
by Antonio Linares
Mon Apr 15, 2024 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Digitally signing a document
Replies: 14
Views: 343

Re: New txbrowse

... I make somethig with Override but I can add or modify a method but I not Know how create new datas
by Silvio.Falconi
Fri Apr 12, 2024 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 3
Views: 211

New txbrowse

I need to use a particular xbrowse and have some particular buttons at my foot, this in all the dialogs and I was wondering if I could create an already defined xbrowse without having to copy the same lines every time for each procedure. Furthermore, in the xbrowse columns I need to set many ...
by Silvio.Falconi
Fri Apr 12, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 3
Views: 211

Re: FWHMYSQL Insert failing

When you face such problems, I suggest you compare the
oCn:InsertSQL( ... )
with
oCn:CreateTableSQL( <table> )

or
Please create a small sample that we can execute at our end on the above cloud server.
by nageswaragunupudi
Sat Apr 06, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL Insert failing
Replies: 6
Views: 394

Re: EXCEL CREATE HYPERLINK

When I click on cell from the worksheet named "MASTER" that has a hyperlink to another cell in "DETAILS" worksheet I found the cell in the bottom of the video. This almost always happens. Is it possible to scroll the worksheet so that when I go into a cell that it is positioned i...
by MarcoBoschi
Tue Apr 02, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 702

Re: EXCEL CREATE HYPERLINK

Thanks Marco! Here is: oAs2:Range("A1"):value := [=COLLEG.IPERTESTUALE("#UNO!A1";"MARCO")] Note: Some sites: (https://pt.excelfunctions.eu/) translate COLLEG.IPERTESTUALE (HYPERLINK) to HIPERLIGAÇÃO that gives ERROR. The correct is (here in Brazil): oAs2:Range("A1&...
by Euclides
Fri Mar 29, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 702

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: 3
Views: 702

EXCEL CREATE HYPERLINK

Hi, I have to create an hyperlink from cell A1 of sheet2 to cell A1 of sheet1 If I click on the cell "MARCO" I want to go to the cell "BOSCHI" When I click on it I have this alert (italy) "Indirizzo del sito ...
by MarcoBoschi
Thu Mar 28, 2024 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 702

Re: Crear librerias de Harbour BCC74 Me genera error

No, it is not updated with all the required LIBs and DLLs. I can create new updated builds if you want. Please confirm.
by Enrico Maria Giordano
Tue Mar 26, 2024 9:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear librerias de Harbour BCC74 Me genera error
Replies: 28
Views: 6835

Re: Another for Btnbmp

the btnbmp class takes the color of the text to create the internal box when it has focus Yes, for painting focusrect in case of FLAT style buttons. but it shouldn't be like this....the box must be dotted and not necessarily take the color from ...
by Silvio.Falconi
Mon Mar 25, 2024 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: Another for Btnbmp

the btnbmp class takes the color of the text to create the internal box when it has focus

Yes, for painting focusrect in case of FLAT style buttons.
by nageswaragunupudi
Mon Mar 25, 2024 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: Another for Btnbmp

Nages, I think there is an error the btnbmp class takes the color of the text to create the internal box when it has focus for a sample I set the nClrText :nClrText := { |lOver,o| If( o:HasFocus(), RGB( 219, 230, 244), If( lOver, RGB( 219, 230, 244), RGB( 207, 221, ...
by Silvio.Falconi
Mon Mar 25, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4927

Re: WebView resize

... and TSay, Memo to a WebView2 embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections of the UI, similar ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2095

Re: Compiling with new harbour_bcc770_32_20240309

on your build.bat there is echo %bcdir%\lib\uuid.lib + >> b32.bc but this lib is on \bcc7\lib\psdk Now I try to create env file with the same configi of build.bat %C_LIB_INSTALL%\C0W32.OBJ=1%HB_LIB_INSTALL%\win\bcc\hbrtl.lib=2%HB_LIB_INSTALL%\win\bcc\hbvm.lib=3%HB_LIB_INSTALL%\win\bcc\gtwin.lib=4%HB_LIB_INSTALL%\win\bcc\hblang.lib=5%HB_LIB_INSTALL%\win\bcc\hbmacro.lib=6%HB_LIB_INSTALL%\win\bcc\hbrdd.lib=7%HB_LIB_INSTALL%\win\bcc\rddntx.lib=8%HB_LIB_INSTALL%\win\bcc\rddcdx.lib=9%HB_LIB_INSTALL%\win\bcc\rddfpt.lib=10%HB_LIB_INSTALL%\win\bcc\hbsix.lib=11%HB_LIB_INSTALL%\win\bcc\hbdebug.lib=12%HB_LIB_INSTALL%\win\bcc\hbcommon.lib=13%HB_LIB_INSTALL%\win\bcc\hbpp.lib=14%HB_LIB_INSTALL%\win\bcc\hbcpage.lib=15%HB_LIB_INSTALL%\win\bcc\hbwin.lib=16%HB_LIB_INSTALL%\win\bcc\hbcplr.lib=17%HB_LIB_INSTALL%\win\bcc\hbpcre.lib=18%HB_LIB_INSTALL%\win\bcc\xhb.lib=19%HB_LIB_INSTALL%\win\bcc\hbziparc.lib=20%HB_LIB_INSTALL%\win\bcc\hbzlib.lib=21%HB_LIB_INSTALL%\win\bcc\hbgt.lib=22%HB_LIB_INSTALL%\win\bcc\minizip.lib=23%HB_LIB_INSTALL%\win\bcc\hbmzip.lib=24%HB_LIB_INSTALL%\win\bcc\gtgui.lib=25%HB_LIB_INSTALL%\win\bcc\hbct.lib=26%C_LIB_INSTALL%\CW32.LIB=27%C_LIB_INSTALL%\PSDK\uuid.lib=28%C_LIB_INSTALL%\IMPORT32.LIB=29%C_LIB_INSTALL%\PSDK\odbc32.lib=30%C_LIB_INSTALL%\PSDK\nddeapi.lib=31%C_LIB_INSTALL%\PSDK\iphlpapi.lib=32%C_LIB_INSTALL%\PSDK\msimg32.lib=33%C_LIB_INSTALL%\PSDK\psapi.lib=34%C_LIB_INSTALL%\PSDK\rasapi32.lib=35%C_LIB_INSTALL%\psdk\GdiPlus.lib=36%C_LIB_INSTALL%\PSDK\shell32.lib=37%C_LIB_INSTALL%\PSDK\ws2_32.lib=38%HB_LIB_INSTALL%\win\bcc\png.lib=39C:\Work\FWH\lib\Fiveh.lib=40C:\Work\FWH\lib\Fivehc.lib=41  ...
by Silvio.Falconi
Thu Mar 21, 2024 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiling with new harbour_bcc770_32_20240309
Replies: 15
Views: 3360
Next

Return to advanced search