Search found 89 matches: compact

Searched query: compact

by leandro
Mon Feb 10, 2025 9:17 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 5465

Re: Ajustar tamaño caja toast

... pString = WinRTString( "Windows.Data.Xml.Dom.XmlDocument" )
RoActivateInstance( pString, @pXml )
WindowsDeleteString( pString )

// Define compact XML (no image or inline image)
cXml := ;
'<toast>'+;
'<visual>'+;
'<binding template="ToastGeneric">'+;
iif( Empty( cImageFileName ...
by Antonio Linares
Sat Feb 08, 2025 10:45 am
Forum: FiveWin para Harbour/xHarbour
Topic: Ajustar tamaño caja toast
Replies: 7
Views: 5465

Re: Ajustar tamaño caja toast

... pString = WinRTString( "Windows.Data.Xml.Dom.XmlDocument" )
RoActivateInstance( pString, @pXml )
WindowsDeleteString( pString )

// Define compact XML (no image or inline image)
cXml := ;
'<toast>'+;
'<visual>'+;
'<binding template="ToastGeneric">'+;
iif( Empty( cImageFileName ...
by Ruth
Sat Nov 30, 2024 7:56 am
Forum: FiveWin for Harbour/xHarbour
Topic: change special chars in memo for use with Json
Replies: 7
Views: 2053

Re: change special chars in memo for use with Json

Dear Mr. Rao,
thank you so much for providing the example. Seeing it in this compact and clear way is really beautiful.

Dear Marc, I admit that for me as a newbie pre-made functions are simply great and convenient.
But your approach, building from scratch is very educational for me and I understand ...
by Otto
Fri May 24, 2024 6:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Clipper alone sold around 250,000 copies worldwide by 1991
Replies: 0
Views: 952

Clipper alone sold around 250,000 copies worldwide by 1991

... such as dBase, FoxPro, and Visual FoxPro, the combined user base during this period was likely in the millions.

The idea of reviving a simple, compact database language like Clipper is fascinating, especially considering the growing need for efficient data management solutions.

Clipper's ...
by Otto
Thu May 23, 2024 10:41 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 6650

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... such as dBase, FoxPro, and Visual FoxPro, the combined user base during this period was likely in the millions.

The idea of reviving a simple, compact database language like Clipper is fascinating, especially considering the growing need for efficient data management solutions.

Clipper's ...
by Enrico Maria Giordano
Tue Nov 22, 2022 3:22 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 2791

Re: ¿Qué tan seguro es un .EXE Harbour?

Master Enrico, how did you compact your .EXE using PECOMPACT, like this?

Maestro Enrico, ¿cómo compactaste tu .EXE usando PECOMPACT, así?


C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe


I don't remember but I wish to repeat the test. As the first thing, please give me the url of the ...
by karinha
Tue Nov 22, 2022 1:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: ¿Qué tan seguro es un .EXE Harbour?
Replies: 14
Views: 2791

Re: ¿Qué tan seguro es un .EXE Harbour?

Master Enrico, how did you compact your .EXE using PECOMPACT, like this?

Maestro Enrico, ¿cómo compactaste tu .EXE usando PECOMPACT, así?

Code: Select all | Expand

C:\PECOMPACT\PEC2 /NB /EMP:Y /TM:Y /CR:Y /MC MYPROGRAM.Exe
 
Regards, saludos.
by hmpaquito
Fri Jun 24, 2022 4:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour warnings
Replies: 34
Views: 4608

Re: Harbour warnings

... public function list (.xbx)
/g<type> output type generated is <type> (see below)
/gc[<type>] output type: C source (.c) (default)
<type>: 0=compact 1=normal 2=verbose (default)
3=generate real C code
/go output type: Platform dependant object module
/gh output type: Harbour Portable Object ...
by Admpss
Wed Feb 16, 2022 11:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 15004

Re: Using WebView with Borland !!!

hi, i need an visual studio 2019 or 2022 compact, i use in external ssd drive, i dont install all vs in computer, someone has it? only bin, lib and include?

thanks
by cnavarro
Thu Jun 04, 2020 8:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 663

Re: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

Dear Rick
Try with this
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;oCn := FW_OpenAdoConnection&#40; ;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;AllTrim&#40; cFolderDatab &#41; + AllTrim&#40; cFileTarget &#41; &#41;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp ...
by Rick Lipkin
Thu Jun 04, 2020 12:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 663

Re: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

... Set reference to "Microsoft Office 12.0 Access database Engine".Now you can use the following code to compress your ACCDB File.Public Sub TestCompact&#40;&#41; Dim acc As New DAO.DBEngine acc.CompactDatabase "C:\Source.accdb", "C:\Destination.accdb", , , "pwd=..." End SubThe access database 2007 ...
by Rick Lipkin
Tue Jun 02, 2020 7:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0
Replies: 2
Views: 663

Compact MS Access .accdb with Microsoft.ACE.OLEDB.12.0

... Provider='+cPROVIDER+';Data Source='+cSOURCE2+';Jet OLEDB:Database Password='+xPASSWORDmsginfo&#40; cCn1&#41;msginfo&#40; cCn2 &#41;Try oJro:CompactDatabase&#40;cCn1,cCn2 &#41;Catch cLine := "Compacting Database to "+chr&#40;10&#41; cLine += cSource2+" Failed .. "+chr&#40;10&#41; oLine:ReFresh ...
by karinha
Wed Jun 19, 2019 6:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error Access Denied to execute App.exe
Replies: 6
Views: 950

Re: OS Error Access Denied to execute App.exe

Are you using UPX.EXE to compact?
by Enrico Maria Giordano
Wed May 01, 2019 6:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Declareing locals
Replies: 10
Views: 1186

Re: Declareing locals

local aTemp := {}

is equivalent to

local aTemp
aTemp = {}

The advantage is that the first form is more compact, I presume.

EMG
by ellano
Sat Feb 02, 2019 7:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: AADD not working with GETS
Replies: 14
Views: 2588

AADD not working with GETS

... 91;nInd&#93;aCalif&#91;2,3&#93;:=tmaCalif&#91;2,4&#93;:=Others&#91;INT&#40;tm+.5&#41;+1&#93;...

This is really a shame since the code changes from a compact, few-liner program, to a huge horrible monster.
Is there something that can be done in the version or code?

FWH 18.07
Emiliano Llano Díaz