Search found 38 matches: raise

Return to advanced search

Re: FWMARIA TOEXCEL ERROR FREEZEPANES

In the next version to be released.

1. :lFreezePanes does not raise runtime error.
2. Dates and TimeStamps earlier than the year 1900 are exported as text to avoid loss of data and export errors.
by nageswaragunupudi
Tue Apr 09, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3253

Virus Warning compile c:\fwh\samples\goearth.prg

hi,

when compile / run Sample Windows Defender will raise Virus Warning :shock:
why :?:
by Jimmy
Sat Jul 16, 2022 11:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Virus Warning compile c:\fwh\samples\goearth.prg
Replies: 4
Views: 405

Re: Clase Nativa MySql

* New: FWMARIADB: New DATA lThrowError INIT .f. If set to .T., any failed DML (INSERT,UPDATE,REPLACE,DELETE) operation will raise a runtime error. This applies to execution of any DML statements with method Execute() or using methods Insert(...), Upsert(...) and Update(...) This us ...
by carlos vargas
Fri Jul 15, 2022 12:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1850

New FTDN March/Marzo 2022 (FWH 22.03)

... at runtime. * Enhancement to function MemoryBufferType( cText ) Can now detect if cText is DOC/DOCX also * XBrowse: - method SetRDD() may at times raise runtime errors when used with 3rd party RDDs like ADORDD. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=41589&p=249187&sid=566422f5763d74b9aed80dc7858b920f#p249187 ...
by Antonio Linares
Sun Apr 10, 2022 7:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2022 (FWH 22.03)
Replies: 1
Views: 623

Re: Clase Nativa MySql

... oCn:RollBack()END TRY  Esto está bien? TRY/CATCH construct not only does not work but can be misleading too because the FWH lib does not raise Runtime Error for any MySql error. oRs:Save() returns true/false for success/failure and the execution goes to the next line, i.e., commit transaction ...
by nageswaragunupudi
Wed Mar 16, 2022 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1850

New FTDN November/Noviembre (FWH 21.11)

... use these new methods. * New: FWMARIADB: New DATA lThrowError INIT .f. If set to .T., any failed DML (INSERT,UPDATE,REPLACE,DELETE) operation will raise a runtime error. This applies to execution of any DML statements with method Execute() or using methods Insert(...), Upsert(...) and Update(...) ...
by Antonio Linares
Tue Nov 30, 2021 7:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 21.11)
Replies: 2
Views: 1009

Re: WebView2 for Harbour/Fivewin and VSC 2019

Excuse me, but I didn't understand that you were asking me a question. The issue you raise is not a problem with the webview and its capabilities, but with your knowledge of javascript. You should use the browser's inspector and view the source code of the page. Once ...
by cnavarro
Tue Sep 28, 2021 8:31 am
 
Forum: Utilities / Utilidades
Topic: WebView2 for Harbour/Fivewin and VSC 2019
Replies: 27
Views: 4937

Re: MySql Nativa Transacciones. At. Mr. Rao

... change the name of the variables to lThrowError, etc. if you all suggest If programmer sets :lRaiseErrorDML := .t., then the Execute() method will raise a runtime error for failure of DML statements only ( DML: INSERT/UPDATE/DELETE ) and will be silent for errors with other SQL queries. If programmer ...
by nageswaragunupudi
Fri Sep 17, 2021 6:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2460

Re: matrices multiplication

... is needed to convert programs made on python to harbour that is, I do not see the need, if you have something else in mind that I do not know I raise my hands a colleague of mine ( school) builds programs with python but uses additional tools for graphics and more (TkInter which also includes ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1031

Re: 2nd Harbour Magazine programmers conference

... Genaro Tur * Debugging Harbour/FWH applications with hwgdebug by José Luis Sánchez We will also hold an open Habour workshop where attendees can raise questions and resolve them among all. If any other attendee wants to make a talk we are happy to hear your proposals. I remind you that the meeting ...
by José Luis Sánchez
Fri Feb 22, 2019 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 2nd Harbour Magazine programmers conference
Replies: 5
Views: 1360

xBase now unstable, slow, error Status_Lock_Not_Granted

... However, it looks like is related to high system load or reaching the maximum users working. Also monitoring the server the system Interrupt raise to 4 thousand by hours sometimes. We have tried several solutions, making sure cables and switches are in optimal conditions, optimize the code ...
by José
Fri Jan 18, 2019 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4052

Re: Errsysw Visual Update ?

Hi Antonio , I am not sure whether this is correct but I am expecting also the source file name and its extension should be hide when raise any error at run time exception. Because we says to our customer that the application is developed in C++, so that .PRG extension should be hide. Please ...
by shri_fwh
Fri Nov 23, 2018 10:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errsysw Visual Update ?
Replies: 43
Views: 13750

Re: MariaDB RS AppendBlank

... many integrity checks as possible. You are using MariaDB, which supports CHECK constraint which is not supported by MySql. (note: MySql does not raise error when CHECK constraint is specified but does not use it.)   ,age INT UNSIGNED CHECK ( age < 100 )  ,_ ENUM ( 'Male', 'Female', ...
by nageswaragunupudi
Wed Sep 12, 2018 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB RS AppendBlank (SOLVED)
Replies: 12
Views: 1664

Re: FWHMYSQL/MARIADB: Stored Procedures and Functions

... `StateCode` and `StateName` are in fact `id`, `code`, `name`. That is how the RowSet is able to offer editing, deleting and inserting. Now let us raise a question ourselves and answer it. When it is possible to create a rowset from the Sql statement directly, why should anybody take the trouble ...
by nageswaragunupudi
Sun Dec 04, 2016 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMYSQL/MARIADB: Stored Procedures and Functions
Replies: 5
Views: 2894

Re: Problem with TDataRow and number

... ENDIF I do not understand why this should give an error? In the worst case a field us updated with the same value and this should not raise an error. Can you please help me to understand better? I have this error http://i.imgur.com/CRYOfdn.png
by Maurizio
Tue Oct 04, 2016 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with TDataRow and number
Replies: 7
Views: 1435
Next

Return to advanced search