Search found 2275 matches: syntax

Return to advanced search

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: 0
Views: 29

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

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

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

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

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

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

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

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

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

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

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

Re: SAPI : change Voice

... , StreamPosition + Length})   oGetText:SetFocus() to get this Effect ( not perfect ) using HMG Syntax and RTF https://i.postimg.cc/nV1YTX0J/Sp-Voice-WORD.gif a Get / MGet will highlight hole Control when get Focus but i do not ...
by Jimmy
Sun Feb 11, 2024 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3561

webview: toggle-switch replaceing TSwitch

... observe how WebView2 updates the XBrowse. I use XBrowse to display the events coming from JavaScript to Fivewin. I am trying to follow the 'fetch syntax' of JavaScript in Fivewin. The goal is to familiarize oneself with mod Harbour and to be able to use the frontend for mod Harbour or Fivewin ...
by Otto
Fri Feb 09, 2024 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: webview: toggle-switch replaceing TSwitch
Replies: 1
Views: 144

Re: SAPI : change Voice

Dear Enrico,

xHarbour does not support "..." syntax, so such line should be:

oVoice:__hSink := __axRegisterHandler( oVoice:__hObj, { | x, y | QOut( x, y ) } )

but function __axRegisterHandler() is available in Harbour and not in xHarbour, if I am correct
by Antonio Linares
Thu Feb 08, 2024 1:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3561
Next

Return to advanced search