Search found 775 matches: contained

Return to advanced search

Re: SetMultiSelectCol() on line

Dear Silvio, Could you please provide a small and self contained PRG example ? thanks! this is a small sample #include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"// test arrayFunction test()local oDlg,oFont,oBoldlocal oBrw,aBtnBrow:=array(3)local ...
by Silvio.Falconi
Tue Apr 23, 2024 7:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 197

Re: SetMultiSelectCol() on line

Dear Silvio,

Could you please provide a small and self contained PRG example ?

thanks!
by Antonio Linares
Mon Apr 22, 2024 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetMultiSelectCol() on line
Replies: 5
Views: 197

Re: FWH 24.02 y Harbour con BCC7.7 y Select()

Carlos, we need a small and self-contained sample showing the problem.
by Enrico Maria Giordano
Tue Mar 05, 2024 9:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWH 24.02 y Harbour con BCC7.7 y Select()
Replies: 19
Views: 3626

Re: Transparent area becomes black when use BUTTON...ADJUST

This is working fine for me here with FWH1912 Thank you for taking your time to create the sample. I managed to create a reduced self-contained example that still shows the bug on my pc. Can you see whether that is the case or not on yours? https://drive.google.com/file/d/1704KUUwkl5Jqtejrr_OeiRI7flmatC02/view?usp=drive_link ...
by hua
Wed Dec 06, 2023 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent area becomes black when use BUTTON...ADJUST
Replies: 8
Views: 874

Re: xHarbour.org updated!

I need a reduced and self-contained sample that I can compile and execute here. In the meantime, you can try assigning these: oCli:nDefaultPort = nPortoCli:lSSL = .T. Thanks Enrico. The service integration manual does not say to define ...
by wartiaga
Tue Sep 19, 2023 12:16 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38484

Re: xHarbour.org updated!

I need a reduced and self-contained sample that I can compile and execute here. In the meantime, you can try assigning these:

Code: Select all  Expand view
oCli:nDefaultPort = nPort
oCli:lSSL = .T.
by Enrico Maria Giordano
Tue Sep 19, 2023 8:01 am
 
Forum: WhatsNew / Novedades
Topic: xHarbour.org updated!
Replies: 156
Views: 38484

Re: Disabled buttons at oBar not greyed out after using FWH1912

... But for my module which supply only 1 image for a button, it still behave the same, some buttons are greyed out some are not. I created a self-contained program so you can test it. The .rc was created using Borland Resource Workshop https://drive.google.com/file/d/1kNGMOVvKeEppVLCR2OEPHLhgjtJit_qF/view?usp=sharing ...
by hua
Thu Sep 14, 2023 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disabled buttons at oBar not greyed out after using FWH1912
Replies: 17
Views: 1670

Re: Announcing DrXlsx 1.0 by Charles Kwon

    * No Excel installation is required at all
    * No XLSX ADO installation is needed either
    * No special DLL installation is required to create XLSX files
    * XLSX creation is self-contained, no external files needed


Many Thanks, great job master Charles Kwon !
by Joaquim Ferrer
Fri Aug 25, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 3874

Re: xHarbour Commercial and latest FWH

... recent dll.ch however, when I linked in dll.c from the \fwh\source\winapi folder it now works. Perhaps there is another version of LoadLIbrary contained in one of the above libs. Thanks, Randal
by Randal
Mon Aug 07, 2023 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour Commercial and latest FWH
Replies: 3
Views: 362

Re: Error UnZipFile

Manuel Aranda wrote:Enrico, thank you very much for your interest. I'll try to create a self-contained example so you can evaluate it.


Thank you.
by Enrico Maria Giordano
Sun Jul 09, 2023 5:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1299

Re: Error UnZipFile

... with different versions of xharbour and not finding where the error is. Enrico, thank you very much for your interest. I'll try to create a self-contained example so you can evaluate it.
by Manuel Aranda
Sun Jul 09, 2023 4:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1299

Re: Lentitud al abrir una dbf en red

... apps I like Sql Server. ADO does NOT require any 3rd party connection libraries ( like odbc ) and all the ADO drivers ( connectivity ) are contained on every Microsoft windows 10 workstation .. ADO is very much like the syntax of TDatabase .. have a look at the FW samples and the example ...
by Rick Lipkin
Sat Jul 08, 2023 1:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lentitud al abrir una dbf en red
Replies: 31
Views: 1575

Re: Error UnZipFile

I need a reduced and self-contained sample. Otherwise I can't help you, sorry.
by Enrico Maria Giordano
Sat Jul 08, 2023 12:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1299

Re: Error UnZipFile

Can you post a reduced and self-contained sample showing the problem, please?
by Enrico Maria Giordano
Sat Jul 08, 2023 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error UnZipFile (Solucionado)
Replies: 16
Views: 1299

Resize a tpanel

if i have a tpanel in a window with controls is it possible to resize the tpanel when i resize the window and still the same controls contained in the tpanel ? I create the Panel with  #include "fivewin.ch"function Main()local oWnd,oPanelDEFINE WINDOW oWndoPanel:= CreatePanel(oWnd,10,10,CLR_WHITE,CLR_HGRAY,200,200,.t.)oPanel:bPainted ...
by Silvio.Falconi
Sat May 20, 2023 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize a tpanel
Replies: 5
Views: 339
Next

Return to advanced search