Search found 64 matches: maintained

Return to advanced search

Re: ADO and Lock

... field hasn't changed, we can guarantee no one else has changed the field on a race condition. Just like auto-inc fields rowversion fields are maintained by the SQL engine and incremented anytime a record is updated. Here is the code which explains itself a lot better than words: //-------------------------------------------------//DECLARE ...
by reinaldocrespo
Mon Aug 24, 2015 7:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and Lock
Replies: 27
Views: 7074

Re: Grabar en tablas relacionadas en Mysql

... case. But going by "good practices", I suggest the first alternative of creating a primary key which is not relevant to the user and not maintained by programmer. This is the function to create indexes. FW_AdoCreateIndex( oCn, cTable, cIndexName, aIndexCols, lUnique ) Example: FW_AdoCreateIndex( ...
by nageswaragunupudi
Tue Mar 17, 2015 2:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Grabar en tablas relacionadas en Mysql
Replies: 10
Views: 2271

Re: New FTDN february/febrero 2015 (FWH 15.02)

... the rect without changing the aspect ratios. Value of 1 or .T. (Stretch): The image is resized to fill the rect. The original aspect ratio is not maintained. Value of 3: Image is enlarged or reduced to fit in the rect without changing the aspect ratio. * Bar.prg: New data aBmpRect is added as ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN february/febrero 2015 (FWH 15.02)
Replies: 1
Views: 1483

Re: Nuevo FWH 15.02

... the rect without changing the aspect ratios. Value of 1 or .T. (Stretch): The image is resized to fill the rect. The original aspect ratio is not maintained. Value of 3: Image is enlarged or reduced to fit in the rect without changing the aspect ratio. * Bar.prg: New data aBmpRect is added as ...
by Antonio Linares
Sun Mar 01, 2015 8:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 15.02
Replies: 7
Views: 1660

Re: New FWH 15.02

... the rect without changing the aspect ratios. Value of 1 or .T. (Stretch): The image is resized to fill the rect. The original aspect ratio is not maintained. Value of 3: Image is enlarged or reduced to fit in the rect without changing the aspect ratio. * Bar.prg: New data aBmpRect is added as ...
by Antonio Linares
Sun Mar 01, 2015 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 15.02
Replies: 4
Views: 1127

xbrowse, preserve existing filter.

Good day, By using the class xbrowse noticed that preexitentes filters were not being maintained during the call to xbrowse, I made a small change in class to solve the problem if you can add the xbrowse. I do not know if the code is well written, can adapt to better ...
by tiaofw
Wed Feb 18, 2015 11:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse, preserve existing filter.
Replies: 0
Views: 360

OCR for scanned documents

... scanned documents. I've been using the free DOSADI EzTw32.dll lib to scan documents. I now need to add OCR. There is a C++ open source OCR library maintained by google called Tesseract it seems popular among Visual Studio developers in the Windows world. http://code.google.com/p/tesseract-ocr/wiki/AddOns#Tesseract_3.0x ...
by reinaldocrespo
Mon Aug 04, 2014 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR for scanned documents
Replies: 13
Views: 4464

Re: Off Topic - Cloud Hosting

... What some of our customers have done is hire a IT company to setup a server for them running Windows Server 2008 or 2012. This hardware/server is maintained by the IT company at their location (or somewhere else). Our customer has desktop or laptop computers in their office with internet. They ...
by Randal
Thu Jun 19, 2014 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Off Topic - Cloud Hosting
Replies: 8
Views: 1828

Re: WNetGetUser() y nombres de usuario

... then ( as you mention ) the cloned 'user' will be the same for each machine. When I use WNetGetUser() .. I bounce the results against a User Table maintained in my application... if that result does not match I throw up a login screen for each user to put in their own userid that I have assigned ...
by Rick Lipkin
Mon Mar 10, 2014 6:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: WNetGetUser() y nombres de usuario
Replies: 7
Views: 1270

Re: Internet Date

... _zzz to .zzz ... [url] http://forums.fivetechsupport.com/search.php?st=0&sk=t&sd=d&keywords=ssbbs [/url] Just now I found a forum maintained by him: [url] http://www4.zzz.com.tw/phpbb2/viewtopic.php?t=29 [/url] - Ramesh Babu P
by RAMESHBABU
Thu Aug 15, 2013 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Internet Date
Replies: 35
Views: 9146

Re: FWH 13.04 / xHarbour Commercial

I maintained an xHarbour (.com) subscription from the beginning, but finally gave it up in late 2010. The last useable version I had was August of 2010, and of course it was still labeled Beta ... though it was the distributable ...
by TimStone
Sat May 25, 2013 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 13.04 / xHarbour Commercial
Replies: 28
Views: 7530

Re: Office 365

... I make to email, contacts, calendar, and tasks is updated instantly at every device. If I don't have an internet connection, everything is still maintained locally, and remains synced when I do have a connection. So if I'm "out of range" I can still respond to emails, add to my calendar ...
by TimStone
Fri Nov 02, 2012 4:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Office 365
Replies: 5
Views: 1994

xHB TipClientHTTP( ) substitute ?

... and a remote station on the World Wide Web (WWW). The address of the HTTP server must be provided as a URL string with method :new(). The URL is maintained by a TUrl() object, which is stored in the :oUrl instance variable. The internet connection to the HTTP server must be established with the ...
by TimStone
Wed Oct 10, 2012 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHB TipClientHTTP( ) substitute ?
Replies: 30
Views: 8318

get valid clause options

... can incrementally search each character of the code for the desired entry. The user can only select codes already within the .dbf file, that is maintained elsewhere. So far, I have tryed combobox gets, but I only want to select the 3 digit code while at the same time viewing the long company ...
by brewster
Tue Aug 21, 2012 4:52 am
 
Forum: FiveWin for CA-Clipper
Topic: get valid clause options
Replies: 2
Views: 1571

Re: Fast Reports -Sergey Rests

... wrapper (and class method) to make it available to frh. I'm not sure all Sergey did, but for sure frh depended on his support. Frh is not sold nor maintained by fastreports. Check the google group for frh: https://groups.google.com/forum/?fromgroups#!forum/fastreport_for_x_harbour Reinaldo.
by reinaldocrespo
Sun Jul 15, 2012 8:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Reports -Sergey Rests
Replies: 34
Views: 9695
PreviousNext

Return to advanced search