Search found 2281 matches: syntax

Return to advanced search

Re: DbCopyStruct

Both dbCopyStruct() and __dbCopyStruct() (with the same functionality) are supported only by xHarbour.
Harbour provides __dbCopyStruct() only.

My humbles submission:
It is always a good practice to use COMMAND syntax where available
We will not get into these problems
eg:
Code: Select all  Expand view
COPY STRUCTURE TO cnewdbf
by nageswaragunupudi
Mon May 20, 2024 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DbCopyStruct
Replies: 4
Views: 188

Mod Harbour: ChatGPT Provides Detailed Answers

... while new applications are built on modern technologies from the start, might be sensible. Do you think it makes sense to keep the FiveWin/Harbour syntax for screen programming for the web, or should pure HTML be used here? ChatGPT The decision on whether to keep the FiveWin/Harbour syntax for ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 984

CONDITIONAL COMPILATION FOR INLINE COMMENTS

Hello friends, CONDITIONAL COMPILATION FOR INLINE COMMENTS In HARBOURINO, we use a unique syntax [-> for inline comments that can be displayed on the screen during development. To manage these comments efficiently, we have implemented a conditional compilation feature. ...
by Otto
Fri May 17, 2024 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONDITIONAL COMPILATION FOR INLINE COMMENTS
Replies: 0
Views: 87

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: 5
Views: 242

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: 713

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: 14
Views: 711

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: 1073

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: 181

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: 2993

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: 5637

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: 278

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: 13
Views: 11625

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: 13
Views: 11625

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: 375

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: 375
Next

Return to advanced search