... https://i.postimg.cc/CLGj5MRv/second-step.png third step the end user also clicks the age checkbox and the procedure further raises the xbrowse and shows the options https://i.postimg.cc/RhcnWGZ3/third-step.png obviously if the user clicks the age checkbox ...
... 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 ...
... 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 ...
... 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 ...
... 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 ...
... 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 ...
... 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 ...
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
... 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() ...
... 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: ...
... 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 ...
... 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 ...
... 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 ...
... 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. ...
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 ...