Search found 786 matches: statement

Return to advanced search

Re: a math formula

... give you the correct nInitialBet for the values you specified. If you need to handle both nFixedProfit and nFixedUse, you can use a nested IF statement to check which variable is being used: =IF(nFixedProfit <= 28, 1.50 + FLOOR((nFixedProfit - 10) / 4, 1) * 0.50, IF(nFixedUse <= 50, ...
by Jimmy
Wed Oct 16, 2024 3:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a math formula - RESOLVED -
Replies: 8
Views: 408

Re: TASKPANEL DE Andrés Reyes + SPLITTER + xBrowse

... at 'TASKITEM'" aaaTpanel.prg(172) Error E0030 Syntax error: "syntax error at 'TASKITEM'" aaaTpanel.prg(174) Error E0020 Incomplete statement or unbalanced delimiters aaaTpanel.prg(176) Error E0030 Syntax error: "syntax error at 'TASKGROUP'" aaaTpanel.prg(178) Error E0030 ...
by FranciscoA
Fri Jul 19, 2024 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TASKPANEL DE Andrés Reyes + SPLITTER + xBrowse
Replies: 9
Views: 791

Re: How to Curl for text messaging

... it the crashing of the program I can't figure out. Thanks, in advance. Line number in the hb_out.log file leads me to the "Return nil" statement. Error 6005: Exception error: Function TwilioText( cTel_To,cBody ) Local cLogFile := "TraceLog.txt" Local hCurl Local nError Local ...
by byron.hopp
Tue Jul 16, 2024 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 4021

Re: How to Curl for text messaging

... cut all ties with EZTexting and utilizing the code you all provided I can send a text. Thank you. However my program shuts down upon the return statement. What do I need in the Mak file for cUrl. I have currently LibCurl.lib, and hbcurl.lib in the .mak, I include hbcurl.ch in my program, and ...
by byron.hopp
Tue Jul 16, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to Curl for text messaging
Replies: 23
Views: 4021

Re: Numeric Comparison

...  VAL( cNewValue )  AS    ELSEIF cNewType = "N"       uNewValue :=  ROUND( VAL( cNewValue ), nDec )  OR In this statement case cOldType = "N"  // Numeric                bFor:= compile( "_Field->"+ ...
by nageswaragunupudi
Tue Jul 16, 2024 3:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 714

Re: Propuesta para que hagan un curso virtual FW

... well with DBF, and I think the source code would be more understandable. I had the program explained to me by ChatGPT. Please note that I made my statement under the premise: 'Mod Harbour area or remote server and other multi-user applications are not secure and up-to-date anymore.' File server ...
by Otto
Fri Jul 12, 2024 2:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Propuesta para que hagan un curso virtual FW
Replies: 302
Views: 35500

Problem with aFields( ) in most recent version of FWH

In the past I have used the following code to obtain the field names and types for an "in use" database. This is used to build a Filter statement in a variant of FiveDBU. It has worked correctly for many years.   nFlds := ::oDbf:Fcount( )  aNames := Array( nFlds ...
by TimStone
Thu Jul 04, 2024 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with aFields( ) in most recent version of FWH
Replies: 8
Views: 744

Re: Image x xImage quality difference

PARAMETER cFile This is a very old statement that you should never use anymore. Replace it with a LOCAL statement. Anyway, I just tested your sample with XIMAGE and found no difference between the results using IMAGE and XIMAGE. How to reproduce ...
by karinha
Fri Jun 28, 2024 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 3010

Re: Image x xImage quality difference

concentra wrote:
Code: Select all  Expand view  RUN
PARAMETER cFile


This is a very old statement that you should never use anymore. Replace it with a LOCAL statement. Anyway, I just tested your sample with XIMAGE and found no difference between the results using IMAGE and XIMAGE. How to reproduce the problem?
by Enrico Maria Giordano
Fri Jun 28, 2024 2:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image x xImage quality difference
Replies: 42
Views: 3010

Re: Mod Harbour: ChatGPT Provides Detailed Answers

... I’ve read that you claim it’s not difficult, but that’s not accurate. In last few years, you’ve learned many things, but the crucial point in this statement isn’t the quantity of knowledge acquired; it’s the ‘last few years.’ Whether you like it or not, the issue isn’t just about servers and their ...
by Carles
Tue May 28, 2024 5:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 2985

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

...             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 match FOR test.prg(203) Error E0017 Unclosed control structure '{||...}*' test.prg(203) ...
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: 2083

Re: Switching my setup program to webview2

... The tabs at the top are: "General", "Invoice", "Invoice 2", "Text", "Versions", "Statement", "Sales", "PlanSetup", "Master Data", "Printer", "File", "Marketing". The ...
by Otto
Sat Feb 10, 2024 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Switching my setup program to webview2
Replies: 9
Views: 882

Re: I'm not asking for the moon... Resolved!!

Resolved! Otto, no strtran !!! Cesar, No bgotfocus and blostfocus Jimmy, No "@9" picture Resolved !!! Only in my initial test was the statement missing: FWNumFormat( "E", .t. ) and the picture to put is "@E ###.##" Now it seems run ok as U can see on video https://i.postimg.cc/PxrjfSgQ/good.gif ...
by Silvio.Falconi
Fri Jan 19, 2024 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: I'm not asking for the moon... Resolved!!
Replies: 24
Views: 4153

Re: How does mod harbour work

... does mod harbour work". On some occasions I get very useful error messages - like for example Error: LOCAL declaration follows executable statement operation: line:593 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Source: 0066: cPRGPATH := hb_GetEnv( ...
by Antonio Linares
Mon Jan 15, 2024 12:38 pm
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 2246

Re: How does mod harbour work

... does mod harbour work". On some occasions I get very useful error messages - like for example Error: LOCAL declaration follows executable statement operation: line:593 called from: HB_COMPILEFROMBUF, line: 0 called from: ..\source\exec.prg, EXECUTE, line: 68 Source: 0066: cPRGPATH := hb_GetEnv( ...
by Ruth
Mon Jan 15, 2024 9:35 am
 
Forum: mod_harbour
Topic: How does mod harbour work
Replies: 8
Views: 2246
Next

Return to advanced search