Search found 34 matches: raises

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... how on the server a program gets the data and appends to a DBF file. We delete the local storage if we get back success from the server. If there raises a problem, the data remains stored in the local storage of the web browser. Best regard, Otto https://mybergland.com/localstorage_clip0.jpg ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 798

New FTDN October/Octure (FWH 22.10)

... and column objects. column object is nil when browse evaluates the blocks.However, if a column using a block using the parameters inline edit raises runtime error. Fixed. For previous versions from FWH2008, please assign a value to bClrEdit to avoid this runtime error. - While browsing ordered ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

save data with AJAX

... how on the server a program gets the data and appends to a DBF file. We delete the local storage if we get back success from the server. If there raises a problem, the data remains stored in the local storage of the web browser. Best regard, Otto https://mybergland.com/localstorage_clip0.jpg ...
by Otto
Tue Aug 30, 2022 3:32 pm
 
Forum: mod_harbour
Topic: save data with AJAX
Replies: 0
Views: 215

Re: Clase Nativa MySql

...  oCn:RollBack()END  Sample - 3 : FWH 21.11 onwards only: If the flag oCn:lThrowError (default .F.) is set to .T., method Execute() raises Run-time error, in case of any server error. We request to use this flag only locally when using transactions. oCn:lShowErrors := .t. // global ...
by nageswaragunupudi
Thu Mar 17, 2022 4:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1851

Re: Windows 11 Fluent Design

... Home User. I am hoping enough people who want to try Windows 11 or upgrade to Windows 11 realize just how ignorant this new pre-requisite is and raises enough grief that will force Microsoft to reverse their course and remove the TPM requirement. Just my 2 cents Rick Lipkin ps .. there is a TPM ...
by Rick Lipkin
Sat Jul 10, 2021 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 11 Fluent Design
Replies: 43
Views: 9402

New FTDN December/Diciembre 2020 (FWH 20.12)

... parameter can be either a table name or sql query. * Fix: method SayImage() in printer.prg: Due to a bug in versions 2007 and 2008, this method raises a runtime error when executed. Fixed now. For details and recommended fix for earlier versions please see: http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39420&p=236845#p236845 ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2552

Re: XBrowse and nomodal dialogs

Dear Enrico
I do not think I fully understand the problem that it raises. Can you better explain to me what you need
Here are two non-modal dialogs with xbrowse
Image
by cnavarro
Fri Oct 09, 2020 8:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and nomodal dialogs
Replies: 23
Views: 1693

New FTDN December 2019 (FWH 19.12)

... font internally created in the method ShowTable() is not being released. Fixed. * Fix: TGraph: When :lViewVal is true and if ::aSeries[x,5] is nil raises runtime error. This happens when values of :aSeries are assigned manually by the programmer, instead of using the prescribed method AddSerie() ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3030

Re: Editar RowSet con dos tablas - At. Mr. Rao

... reconnects to the server and continues the operation. You need FWH version 2017 or later. There is no use for TRY/CATCH. The library never raises runtime error when any MySql operation fails. The programmer needs to check oCn:nError and take action. Programmer can also set these flags: ...
by nageswaragunupudi
Thu Jul 11, 2019 10:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Editar RowSet con dos tablas - At. Mr. Rao
Replies: 15
Views: 3005

Re: Reservation Nages Test with New Xbrowse

... can be -ve. This is not allowed in Harbour. Example: aData := { 1,2,3,4,5,6 } In xharbour: ? aData[ -1 ] // 6 ? aData[ -2 ] // 5 But this usage raises runtime error in Harbour. To work with Harbour, we need to change aData[ -1 ] as ATail( aData ) or aData[ Len( aData ) ] Please make these changes ...
by nageswaragunupudi
Thu May 03, 2018 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Reservation Nages Test with New Xbrowse
Replies: 8
Views: 1718

Re: TPrinter problem

... is used, producing a file larger than what Word would have produced. This explains the reason for the different sizes and versions. This also raises a question why can not exporting to PDF directly from Printer/Report can also adopt the same approach. Answer is yes. But this takes some time ...
by nageswaragunupudi
Wed Apr 26, 2017 3:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter problem
Replies: 8
Views: 1414

FWeb -> Road to the Web...

... to see english manual you can download from here https://www.dropbox.com/s/0zsluyqt8do4t7o/FWeb_EN.pdf?dl=0 I want to see if it raises enough interest this project may start and continue :D . Finally i also thanks Mr. Antonio Linares, ( the boss ;) ), for his opinion and help ...
by Carles
Thu Jun 11, 2015 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWeb -> Road to the Web...
Replies: 9
Views: 3631

Re: ADO RDD xHarbour

... as it should. Exclusive use in progress not validated Using Browse() you must pass delete block because it does not lock the record and adorddd raises a lock required error. Also when you change the index key value the browse() does not re-position immediately the grid. Click right or left arrows. ...
by AHF
Wed May 06, 2015 7:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446405

Re: Nuevo FWH 15.03

Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar raises a runtime error because of unnecessary code handling K_PGUP and K_PGDN in method KeyChar(). This code is removed. Antonio... tengo ese error en mi versión 15.01... como puedo corregir ...
by nageswaragunupudi
Mon Mar 23, 2015 4:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.03
Replies: 7
Views: 963

Re: New FTDN March/Marzo 2015 (FWH 15.03)

Fix: Pressing Ctrl-C or Ctrl-R when there is no vertical scroll bar raises a runtime error because of unnecessary code handling K_PGUP and K_PGDN in method KeyChar(). This code is removed. Antonio... tengo ese error en mi versión 15.01... como puedo corregir ...
by AntoninoP
Mon Mar 23, 2015 4:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2015 (FWH 15.03)
Replies: 16
Views: 7348
Next

Return to advanced search