Search found 92 matches: preferred

Return to advanced search

Re: Mr Rao, Do you have a sample using xBrowse with ADO?

... connect to server and open recordset. While we advise using these functions for very good reasons, it is not necessary and you can adopt your own preferred code to open connection and record-set object. For the illustration, I used AUTOCOLS. You can specify the columns just like DBF columns, eg. ...
by nageswaragunupudi
Sun Mar 01, 2015 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr Rao, Do you have a sample using xBrowse with ADO?
Replies: 7
Views: 1431

Re: FiveWeb

Hi Randal, We install on our servers and on customer's servers. We are currently switching to Microsoft Server 2008 and 2012. We preferred IIS and do not have experience with Apache. We have been using this application with DBFCDX since 1998. However, we purchased xBase++ 2.0 (expensive ...
by Randal
Fri Feb 06, 2015 2:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16845

Re: a function return 2 values

1) As Uwe said, return an array 2) And my preferred method, use a class with two data objects. class TWhatever   Data value1   Data value2endclassMethod new(...)   ::value1:=1   ::value2:=2return selfoObj:=TWhatver():new()msgInfo( ...
by James Bott
Sat Jan 31, 2015 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a function return 2 values
Replies: 11
Views: 2325

Re: FiveWeb

Hi Randal, We install on our servers and on customer's servers. We are currently switching to Microsoft Server 2008 and 2012. We preferred IIS and do not have experience with Apache. We have been using this application with DBFCDX since 1998. However, we purchased xBase++ 2.0 (expensive ...
by cdmmaui
Fri Jan 30, 2015 12:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 71
Views: 16845

Re: Migrating to Harbour

... and a quite complex setup. I've always worked in multiplatform environments where main server environment is Linux ( RHEL flavor ), OSX is the preferred development environment but I need also to work with contractors that often use Windows and that are trained in JS, PHP, .NET or Java and ...
by hmpaquito
Tue Dec 16, 2014 8:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrating to Harbour
Replies: 238
Views: 46445

Re: Clases UI

... comment: - I'm trying to create # define as closely as possible to the philosophy Fivewin, but I'm finding many difficulties - I've always preferred schedule as you see in the examples (type template and modifying data, and have the application list, although I've always defined as "gun" ...
by cnavarro
Sun Aug 03, 2014 10:40 am
 
Forum: Utilities / Utilidades
Topic: Clases UI
Replies: 40
Views: 11269

Re: EasyReport - xBrowse

... disvantages (if this exists) between one and other. After having some opinions about it I can be convinced to contribute to have EasyReport as my preferred report generator, instead of FastReport.
by Kleyber
Sat Jul 12, 2014 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport - xBrowse
Replies: 8
Views: 1961

Access the structure HB_ITEM Harbour

... I can access like this: char *MyPointer = myItem->item.asString.value; or function: char *MyPointer = hb_itemGetCPtr(myItem) // This is the preferred But myItem->item.asString.length, how? There functions that do the same as hb_itemGetCPtr(myIyem) but myItem->item.asString.length? ...
by xmanuel
Mon Nov 25, 2013 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Access the structure HB_ITEM Harbour
Replies: 5
Views: 963

Re: JPG > PDF and viceversa

... very compact size. It is the programmer's decision to use them and that might be a better decision where the project requires it. Even I use my preferred libraries in the projects I personally develop for commercial purposes. When a programmer decides to use his preferred method, it is recommended ...
by nageswaragunupudi
Fri Oct 11, 2013 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JPG > PDF and viceversa
Replies: 24
Views: 7748

Re: Request for Advice

... error-free approach. If we do not want to learn T-SQL, triggers,etc and want to deal with ADO alone: Here is the way. 1. For executing statements preferred way is to use oCn:Execute() but not opening Recordsets 2. We need to nest the insert and update opeartions inside BEGIN and COMMIT Transactions. ...
by nageswaragunupudi
Tue Aug 27, 2013 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5017

Request for Advice

... a very mature product (25 years old) using DBFCDX to MS SQL. I decided on MS SQL over MySQL as a survey of customers and integration requests preferred MS SQL. I have 433 programs and 177 DBFs. I want to convert LISTBOXES to XBROWSE then handle the data conversion and the data management (Insert, ...
by cdmmaui
Fri Aug 23, 2013 1:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Advice
Replies: 16
Views: 5017

Re: new bug FW 13.05:can´t append records to ACCESS and TDatarow

... Then there should be some difference. This program uses FW_OpenAdoConnection("ACCESS.MDB") On my computer this function uses the first preferred provder OLE.12.0 and in your case it may be falling back to JET OLEDB. Let me force JET and try again. Also can you please translate the error ...
by nageswaragunupudi
Thu Jun 20, 2013 12:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: new bug FW 13.05:can´t append records to ACCESS and TDatarow
Replies: 22
Views: 4554

Re: VCard import

... keep this in mind while making further revisions from now onwards. And, I haven't tested this yet, but it looks like your class cannot detect the preferred email address. Is this correct? You are right. This needs modification. You will be helping to improve the class by such suggestions and reporting ...
by nageswaragunupudi
Thu May 02, 2013 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 6094

Re: VCard import

... Also, why the regular function instead of a protected method? And, I haven't tested this yet, but it looks like your class cannot detect the preferred email address. Is this correct? Again nice class. James
by James Bott
Thu May 02, 2013 2:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 6094

Re: VCard import

... around to other routines. In doing the conversion I did discover one big problem. There can be multiple email addresses all with the same tag. The preferred email address has this tag: EMAIL;PREF;INTERNET: However this can be followed by multiple email addresses all with this tag: "EMAIL:INTERNET:" ...
by James Bott
Tue Apr 30, 2013 10:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VCard import
Replies: 21
Views: 6094
PreviousNext

Return to advanced search