Search found 2278 matches: syntax

Return to advanced search

send an email using the Outlook object

... Error E2209 C:\FWH\samples\msendok.c 20: Unable to open include file 'OATTACHMENT.xns' Error E2141 C:\FWH\samples\msendok.c 21: Declaration syntax error Error E2451 C:\FWH\samples\msendok.c 53: Undefined symbol 'OATTACHMENT' Error E2141 C:\FWH\samples\msendok.c 53: Declaration syntax error ...
by Otto
Mon May 13, 2024 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 1
Views: 20

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

karinha wrote:Enrico, is this correct? And the version, is it 4.2.4 of UPX.exe?

Code: Select all  Expand view

C:\UPX4\UPX.EXE -9 --lzma FOTOSPRO.EXE
 


Regards, saludos.


Yes, latest version is 4.2.4:

https://github.com/upx/upx/releases/tag/v4.2.4

The correct syntax (I'm using) is:

Code: Select all  Expand view
C:\UPX4\UPX.EXE --lzma FOTOSPRO.EXE
by Enrico Maria Giordano
Sat May 11, 2024 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 208

Re: passing a value through a for..next loop

...    ncol+=160               if n=3                  exit                  endif              Next Compiling 'test.prg'... test.prg(183) Error E0030 Syntax error "syntax error at '@'" test.prg(188) Error E0018 EXIT statement with no loop in sight test.prg(190) Error E0013 NEXT does not ...
by Silvio.Falconi
Fri May 10, 2024 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 13
Views: 231

New FTDN April 2024 (FWH 24.04)

... control: New DATA lReadOnly: lReadOnly can be toggled during runtime also. * function RoundBox() new 11th parameter nPenStyle, default PS_SOLID Syntax: RoundBox( hDC, nLeft, nTop, nRight, nBottom, ; nRound1, nRound2, nPenColor, nPenSize, ; nFillColor, nPenStyle ) * BtnBmp: Alpha Color support ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 504

Re: xbrowse problem with :bLClicked

... I have this errors Compiling 'source\comuni\Pcomuni.prg'... source\comuni\Pcomuni.prg(166) Error E0030 Syntax error "syntax error at '}'" source\comuni\Pcomuni.prg(196) Error E0030 Syntax error "syntax error at '*'" source\comuni\Pcomuni.prg(197) ...
by Silvio.Falconi
Mon Apr 22, 2024 7:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 125

Re: Problem with valid email refresh btnbmp

... Harbour 3.2.0dev (r2403071241) Copyright (c) 1999-2021, https://harbour.github.io/ Compiling 'karinha.prg'... karinha.prg(130) Error E0030 Syntax error "syntax error at 'LIKE'" karinha.prg(134) Error E0014 ELSE does not match IF karinha.prg(143) Error E0010 ENDIF does not match ...
by Silvio.Falconi
Fri Apr 05, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 2572

ButtonBmp problem with FWH2402

Hi I use FWH2212 working fine. When use FWH2402 appear Chinese word does not display syntax command REDEFINE https://i.postimg.cc/pVzCJZYG/2024-03-07-020656.jpg              REDEFINE BUTTONBMP oBtn[1] ID 301 OF ::oDlg  ;                    ...
by richard-service
Wed Mar 06, 2024 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5394

New FTDN February 2024 (FWH 24.02)

... hWebView as the first parameter { | hWebView | ... } * New: samples\webview\sidebar.prg shows how to use Class TWebView in a simpler and more FWH syntax alike way. * Enhancement: Added missing METHOD Redefine() in CLASS TSwitch: https://forums.fivetechsupport.com/viewtopic.php?p=267661#p267661 ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 227

Re: XAMPP through PortableApps.com or Server2Go

... Your code is working fine. https://mybergland.com/rx_1.jpg But if I use mod harbour code I get: Error COMPILER/(1001) 30 Description Syntax error "syntax error at 'PARAMS'" Operation Line: 8 Best regards, Otto     function main()        ...
by Otto
Thu Feb 29, 2024 7:27 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 10650

Re: XAMPP through PortableApps.com or Server2Go

... But I haven't dealt with it yet. How exactly does it work when I pass a mod harbour program to runner rx. I use mod harbour original. Is this syntax supported by runner rx. What exactly does runner rc do with the prg code I pass. From the video, it seems to me that Runner RX switches mod harbour ...
by Otto
Thu Feb 29, 2024 10:04 am
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 10650

Re: COMBOBOX

... because the alignment on a complex dialog is much easier. I use the following resource to see the latest implementation of RC commands ( syntax ): https://learn.microsoft.com/en-us/windows/win32/menurc/introduction-to-resources Rather than go to the site, I downloaded the pages into OneNote ...
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 317

COMBOBOX

Dear friends, is it possible to have a COMBOBOX with custom FONT? I am creating COMBOBOX from resources and get a syntax error when compiling with "FONT oFontBig". maybe I have to create with source code? Kind regards to all of you and thank you Ruth REDEFINE COMBOBOX ...
by Ruth
Tue Feb 27, 2024 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 317

Re: FW_DbfSqlQuery GROUP BY no funciona

Thanks for your reply.
Indeed, I have seen that the problem is the SQL syntax. I am very used to using MySql for web purposes. Now it's time to learn MSSQL to be able to advance in FiveWin Harbour.
by VictorCasajuana
Tue Feb 27, 2024 2:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 213

Re: FW_DbfSqlQuery GROUP BY no funciona

Syntax of SQL Query has nothing to do with FWH function. It is for the programmer to know the correct syntax of SQL supported by Jet OLE/ACE ole Normally GROUP BY clause is used for Aggregate functions. Example: SELECT STATE,SALARY ...
by nageswaragunupudi
Mon Feb 26, 2024 12:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery GROUP BY no funciona
Replies: 4
Views: 213

Re: Switching my setup program to webview2

... far. But now, as I understand everything a bit better, I don't want to include any components (except for jQuery/Bootstrap). You have to learn the syntax of the components, and then you reach a point where you can't cover something with the components, and you then run into problems. But for example, ...
by Otto
Mon Feb 12, 2024 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 419
Next

Return to advanced search