Search found 103 matches: alternatives

Return to advanced search

Re: Rowset X cSeek

... This way you will not be able to avail the full power and xbrowse. We recommend creating by command syntax using COLUMNS clause. I give you two alternatives: Alternative-1 @ 80,260 XBROWSE oBrowse SIZE -20,-50 PIXEL OF oDialog:oDlg ;   DATASOURCE oOcorrencia ;   COLUMNS "situacao","dia_ocorrencia","matricula","nome_aluno","descricao" ...
by nageswaragunupudi
Fri Jan 05, 2018 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Rowset X cSeek
Replies: 7
Views: 2064

Re: De dbf a ??? .

... you propose to migrate to MySql/MariaDB then FWH natively provides the required support. You do not require any other libraries, though 3rd party alternatives are available. FWH MariaDB/MySql libraries are meant for novices as much as advanced users and designed to make migration easier. In this ...
by nageswaragunupudi
Thu Dec 14, 2017 2:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: De dbf a ??? .
Replies: 6
Views: 1193

Re: Pro's and Contra's fom Resources or Coded screens

... to take pictures from a device camera inside our applications ). They are supported by the new Microsoft compiler and linker. These are not alternatives to FWH. We still use FWH for all of our work. You can still do the reports and editor in FWH ... and use these tools to assemble it into ...
by TimStone
Fri Aug 04, 2017 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11480

Re: xBrowse + EDIT_GET

I suggest two alternatives. In both the cases please remember to read primary key of the joined table also. 1) Update states table at xbrowse level. #include "fivewin.ch"function Main()   local oCn, oRs, ...
by nageswaragunupudi
Fri Jun 09, 2017 1:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + EDIT_GET
Replies: 14
Views: 1686

Conferencia internacional de Harbour+FWH - Sesiones

... and running project with different compilers -More" Richedit - TRichEdit - TRichEdit5 Menu System Google API, REST API Google Maps - and alternatives to Google Maps Google Cloud API Reinaldo ADS Advantage Database * ISAM vs. SQL and how you can still do both with ADS * ADT, VFP, Extended ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1104

Re: 1st FWH + [x]Harbour 2017 international conference

... and running project with different compilers -More" Richedit - TRichEdit - TRichEdit5 Menu System Google API, REST API Google Maps - and alternatives to Google Maps Google Cloud API Reinaldo ADS Advantage Database * ISAM vs. SQL and how you can still do both with ADS * ADT, VFP, Extended ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265995

Re: Proposal .. 'just not xBase any more'

... More than HTML .. to me, web browsers are great for Content and not for Database Web development ... BUT no one knows there are viable NON DOT net alternatives. Perhaps a FiveWin re-branding might include something like this, especially to reach our younger programmers and to let the Marketplace ...
by Rick Lipkin
Thu Mar 16, 2017 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5715

Re: 1st FWH + [x]Harbour 2017 international conference

... improved on the basis of feedback and suggestions. XBROWSE Creation and configuration: - Recommended ways to create and cofigure. Comparision of alternatives. Merits of using command syntax. - Parametrized creation of xbrowse. - Recommended ways to create columns, alternative methods and when ...
by nageswaragunupudi
Fri Feb 10, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265995

Re: save backup solution how?

... 1:1. With windows serverbackup you are back within an hour. But who knows if SERVERBACKUP will be effects some days too. Therefore we search for alternatives. Thank you for sharing your experiences. Best regards, Otto http://www.atzwanger-software.com/fw/verschluesselt.jpg
by Otto
Thu Feb 09, 2017 8:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save backup solution how?
Replies: 13
Views: 2897

Re: OCR from JPG

... across. I'm looking for ways to convert text on a .jpg file into plain text accurately. I'm currently doing it with Tesseract and I'm looking for alternatives. Reinaldo.
by reinaldocrespo
Sat Oct 01, 2016 10:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OCR from JPG
Replies: 10
Views: 2382

Re: Tempory Recordset question

Still by experience, let me advise my second option to save the recordset and open independently is the best option.
Please do not consider other alternatives.
by nageswaragunupudi
Sat Sep 24, 2016 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tempory Recordset question
Replies: 15
Views: 2734

Re: Tempory Recordset question

... in doing it with (x)Harbour so far. I am eager to learn if a working sample is posted to do this. To achieve the same objective I adopt 2 alternatives: 1) Open with locktype adLockBatchOptimistic and never use oRs:UpdateBatch function Test()   local oCn, oRs   oCn   := FW_OpenAdoConnection( ...
by nageswaragunupudi
Sat Sep 24, 2016 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tempory Recordset question
Replies: 15
Views: 2734

FWH: Parent Child RowSets (MySql/MariaDB)

... oFontreturn nil//----------------------------------------------------------------------------//  For the sake of record let us have here all alternatives       oStates  := oCn:RowSet( "states" )      // MEHOD-1      oStates:AddChild( ...
by nageswaragunupudi
Thu Jul 21, 2016 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Parent Child RowSets (MySql/MariaDB)
Replies: 12
Views: 4253

Re: UTF8 & MySql are 100% compatible with FWH?

... compatible and with what limitations. We demonstrated here that the option of ADO+Harbour is the best choice. We also discussed how to make other alternatives work perfectly as long as the encoding is ANSI or UTF8. Now it is for the programmer to choose the right interface depending on his requirements ...
by nageswaragunupudi
Mon Jun 13, 2016 3:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UTF8 & MySql are 100% compatible with FWH?
Replies: 35
Views: 9656
PreviousNext

Return to advanced search