Search found 775 matches: statement

Return to advanced search

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

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

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

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

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Meanwhile, can you please let me know 1. What result you get for this statement? ? STRTOHEX( AnsiToWide( Chr(208) ) ) 2. Do you always set HB_CDPSELECT( "TRWIN" ) or some similar codepage in your application? If so, what is ...
by Horizon
Sun Nov 19, 2023 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54125

Re: Fwh 23.10 TGet another problem (UNSOLVED)

Meanwhile, can you please let me know 1. What result you get for this statement? ? STRTOHEX( AnsiToWide( Chr(208) ) ) 2. Do you always set HB_CDPSELECT( "TRWIN" ) or some similar codepage in your application? If so, what is ...
by nageswaragunupudi
Sun Nov 19, 2023 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54125

Re: Learn SQL with ChatGPT or when can ChatGPT really help

... to specific MariaDB functions like HEX() and UNHEX(), performing character matching using UTF-8 hexadecimal representations directly within a LIKE statement becomes challenging ... ... Unfortunately, in plain SQL without access to database-specific functions, performing character matching using ...
by frose
Fri Nov 17, 2023 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 669

Re: Learn SQL with ChatGPT or when can ChatGPT really help

I can't believe that one would want to use such a totally non-standard SQL statement. What if you want to switch SQL engine in the future (most likely)? I recommend to ever use plain standard SQL.
by Enrico Maria Giordano
Fri Nov 17, 2023 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 669

Re: Help splitting up a character address string

... to your desired SQL database. 4. Create the SQL table: Define the structure of the table to hold the address information. You can generate an SQL statement to create a table with columns for Street, City, State, and Zip. Here's an example SQL statement for creating a table: ```sql CREATE TABLE ...
by frose
Wed Nov 15, 2023 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 588

Re: Interesting discussion with ChtGPT

... new. It pre-dates Clipper ( an old, DOS, compiler ) in many languages. Harbour frees us from that restriction Syntax: Swift ( Apple ) uses ? print statements. Harbour, and FWH, are far more sophisticated Libraries: What functionality is NOT covered in Harbour/FWH Integration: Again with the Clipper ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Re: The Future of Developer Forums

In the spirit of the forum, I discuss one of your statement. :-) However, in an era where Artificial Intelligence (AI) can provide quick and precise answers to technical questions, I'm started to use AI lately (specifically Bing Chat) and found anything ...
by Enrico Maria Giordano
Thu Nov 02, 2023 7:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 310

Re: DBF . Commit

Hello all, Is this statement really true? Whenever you make changes that can impact the program's logic, you should always make a commit, regardless of performance, which can be influenced by various factors. That's all there is to ...
by Otto
Fri Oct 20, 2023 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2321

Re: Lost connection to MySQL server during query

oCn:max_statement_time

Is generating the error bellow:
Called from: FWMARIA.PRG => FWMARIACONNECTION:MAX_STATEMENT_TIME( 10176 )

? oCn:max_execution_time = 0
by vilian
Wed Sep 06, 2023 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12353

Re: Lost connection to MySQL server during query

do any of these statement work for you?
Code: Select all  Expand view
? oCn:max_statement_time
//or
? oCn:max_execution_time
by nageswaragunupudi
Wed Sep 06, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12353

@ SAY WITH GET COLOR clause for SAY Only

Dear Rao Sir , I am using below SAY Statement with GET Control , need COLOR clause to SAY only not GET. as something like given below ...! How we can achieve this ?    @ 10,10 SAY ":"  GET oRec:Item_name COLOR nRGB(,,,) , ...
by shrifw
Tue Aug 08, 2023 5:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: @ SAY WITH GET COLOR clause for SAY Only
Replies: 2
Views: 177
Next

Return to advanced search