Search found 43 matches: exceptions

Return to advanced search

Re: ADO : doesn't work anymore

... or unusual about it. Again, it is not that ADO was made like that. It is because with all RDBMSs, all client side cursors are static cursors. Exceptions are (1) ADS and (2) one table at a time per one connection of MSSQL.
by nageswaragunupudi
Mon Nov 07, 2016 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO : doesn't work anymore
Replies: 2
Views: 684

Re: Prestashop Mapping solution

... have to write a routine for each file type. So, I still think you can write a generic routine to process all the files. Even if there are a few exceptions, then you only need to write separate routines for those exceptions and everything else goes through the same routine. I think that if you ...
by James Bott
Sun Oct 23, 2016 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Prestashop Mapping solution
Replies: 17
Views: 9023

Re: OCR from JPG

... after "EN" so my regular expression provides that that too. At the end my regular expression is a litter hard to follow because of these exceptions, but if not for the exceptions the regex would be like this: "EN16-[0-9]{8}"   Here is the code that finds the encounter number ...
by reinaldocrespo
Sat Oct 01, 2016 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR from JPG
Replies: 10
Views: 2382

Re: C++Compiler - FREE TOOL

... -O2%CRLF% -ferror-limit 50 -fmessage-length 126 -fno-use-cxa-atexit%CRLF% -fborland-extensions -std=c++11 -fcxx-exceptions -fexceptions -fseh %CRLF% -fdiagnostics-show-option%CRLF% -fcolor-diagnostics %CRLF% -backend-option -vectorize-loops %CRLF% -cxx-abi borland ...
by mastintin
Tue Jul 26, 2016 6:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8588

Re: C++Compiler - FREE TOOL

... -I%C_INC_INSTALL%\windows\sdk -O2 -ferror-limit 50 -fmessage-length 126 -fno-use-cxa-atexit -fborland-extensions -std=c++11 -fcxx-exceptions -fexceptions -fseh -fdiagnostics-show-option -fcolor-diagnostics -backend-option -vectorize-loops -cxx-abi borland -o%OBJ% -x c++ %C% Saludos.
by mastintin
Mon Jul 25, 2016 4:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: C++Compiler - FREE TOOL
Replies: 18
Views: 8588

Re: ButtonBar display problems

... example, your dialog is 400 wide and your bar is 480 wide. The bar now has this behavior in every single dialog where one is used. There are NO exceptions. The gradient only applies to ( most ) buttons but not all, and the bar only extends to the end of the last button.
by TimStone
Tue Jul 19, 2016 11:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar display problems
Replies: 9
Views: 2947

Re: xBrowse improvement

... libraries are capable of building cursors with thousands of rows, applications designed to fetch such large rowsets may perform poorly. There are exceptions, of course. For some applications, a large client-side cursor might be perfectly appropriate and performance might not be an issue. One obvious ...
by Rick Lipkin
Wed Apr 13, 2016 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse improvement
Replies: 2
Views: 596

Re: Transform .DB file to .DBF

Normally .DB extension is used for SQLite database, though there can be exceptions. If you know the .db file is sqlite database and if you have sqlite3 ODBC installed on your computer, you can use this function to open all tables in the db and save them as dbf ...
by nageswaragunupudi
Thu Feb 05, 2015 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transform .DB file to .DBF
Replies: 12
Views: 2131

Re: Compresores/Packers

... and mac-darwin-ub applications Very fast decompression: ~210 MB/sec on an AMD 2500+ Strip sensitive information (relocation, debug information, exceptions, etc.) Compression of program code, data, and resources Completely transparent, self-contained operation with UNICODE support Command line ...
by Baxajaun
Thu Jul 17, 2014 10:14 am
 
Forum: Utilities / Utilidades
Topic: Compresores/Packers
Replies: 3
Views: 979

Re: Problem Clicking on Fields in Dialog

... ; ID 6000 ; HEADERS "Item No", "SKU", "Lot", "Description", "Quantity", "Pkg", "Exceptions", "Putaway Id", "", "ReceiptID" ; FIELDSIZES 45 , 175 , 100 , 175 , 100 , 55 , 150 , 100 , 99, 100 ; SELECT ...
by cdmmaui
Thu Nov 07, 2013 1:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Clicking on Fields in Dialog
Replies: 11
Views: 3879

Re: Converting DBFCDX to SQL (ADO)

... it and close the connection. After handling the modifications at the client's end, re-connect to the server and update in batchmode and handle exceptions. This is good because the connections for each recordset do not remain open on the server. Reconnecting also does not take time, because ...
by nageswaragunupudi
Mon May 20, 2013 1:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting DBFCDX to SQL (ADO)
Replies: 21
Views: 6022

Re: ADS Remoto

... solo con eso no basta. Ya que sigo sin poder conectarme Patricio: Lei mas detenidamente, pero no puedo llegar a este paso: To get to the firewall exceptions tab you need to view the network connection properties and then the properties of the connection you wish to configure. From there open the ...
by MarioG
Tue Jul 24, 2012 11:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ADS Remoto
Replies: 10
Views: 2014

Re: Que necesito para migrar mi aplicacion FWH a Internet?

... RemoteApp. With higher internet bandwidth, working from home or from an offsite location is more feasible today than ever before. With few exceptions, most applications work within a Terminal Server environment, provided you have the appropriate client access licenses (CALS) to make them ...
by Otto
Tue May 15, 2012 6:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Que necesito para migrar mi aplicacion FWH a Internet?
Replies: 21
Views: 5252

Re: EXCEPTION DEAL

My advise is that you migrate to Harbour. That will surely fix it. Besides that we can use C try... except exceptions in Harbour/xHarbour, but thats not the right way to solve it. Here you an example to trap an exception when calling SysRefresh(): #pragma BEGINDUMP#include <windows.h>#include ...
by Antonio Linares
Mon Mar 19, 2012 7:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEPTION DEAL
Replies: 5
Views: 962

EXCEPTION DEAL

... zero bytes. among others, I tried to use the try catch and does not always work. the executable stops working. in C + + there is a throw to handle exceptions, because in my application to each sale item to read a certain amount of text file to add the item sold and rewrite the updated value in ...
by gss200610
Fri Mar 16, 2012 11:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEPTION DEAL
Replies: 5
Views: 962
PreviousNext

Return to advanced search