Search found 811 matches

by fraxzi
Fri Aug 10, 2018 1:39 am
Forum: FiveWin for Harbour/xHarbour
Topic: PHP with dbase
Replies: 10
Views: 2708

Re: PHP with dbase

Hello Carlos/Everyone; Advantage has focused more on oData and Json with Advantage web api service they introduced with version 11. So you can use any web development platform and still be able to access .dbf data all the same via Json or oData. Having said that, Advantage does have a PHP extension...
by fraxzi
Wed Aug 08, 2018 5:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse (MariaDB RS) :bEdit (SOLVED)
Replies: 1
Views: 897

Re: xBrowse (MariaDB RS) :bEdit (SOLVED)

fraxzi wrote:Hi All,

Using xBrowse RowSet.. oRs:bEdit := { |oRec| MyDialog( oRec ) } not triggering when xBrowse on Tree ... any hint?

:?:

I got it... need to partner it with:

Code: Select all


:bEdit := { |oRec| MyDialog( oRec ) } 
:bLDblClick := {|| oBrw:EditSource() }

 
:wink:
by fraxzi
Wed Aug 08, 2018 4:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse (MariaDB RS) :bEdit (SOLVED)
Replies: 1
Views: 897

xBrowse (MariaDB RS) :bEdit (SOLVED)

Hi All,

Using xBrowse RowSet.. oRs:bEdit := { |oRec| MyDialog( oRec ) } not triggering when xBrowse on Tree ... any hint?

:?:
by fraxzi
Wed Aug 08, 2018 1:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 33
Views: 7536

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

Hi All,

I successfully run sample 'mysqlmbd.prg', it created data on a folder I specify..
but on the line...

Code: Select all

   REQUEST DBFCDX
   ...
   oCn:importfromdbf( "customer.dbf" )   // <<= it quits here
   ...
 
It quits with no logs or nothing to trace...

:?:
by fraxzi
Sat Aug 04, 2018 7:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 33
Views: 7536

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

nageswaragunupudi wrote:You need to find and download the dll yourself. Please read the instructions in my first post of this thread.

Mr. Rao,

This maybe the reason I couldn't find any download ...
https://mysqlserverteam.com/mysql-8-0-r ... libmysqld/

:cry:
by fraxzi
Sat Aug 04, 2018 7:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 33
Views: 7536

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

nageswaragunupudi wrote:fwh\samples\mysqlmbd.prg

Note: First read the program and also my first post in this thread.

Thanks Mr. Rao,

When I run the sample, I have missing file "libmysqld.dll" ... not found in FWH directory.

:wink:
by fraxzi
Sat Aug 04, 2018 5:13 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 4420

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

You are right. At present the logic works only with DBF. Even then, if the value of the second field in the first record is empty, the results may not be as expected. We are in the process of fixing these issues and also extend this to Mariadb rowset also. For now, you can test it with rowsets by a...
by fraxzi
Sat Aug 04, 2018 4:05 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 17.03 : Using FWMARIADB for Embedded Server
Replies: 33
Views: 7536

Re: FWH 17.03 : Using FWMARIADB for Embedded Server

Hi All,

I would like to try and test MySQL/MariaDB embedded Server ... where can I start (with Sample)?

:?:
by fraxzi
Sat Aug 04, 2018 1:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB on Crystal Reports (SOLVED)
Replies: 7
Views: 1653

Re: MariaDB on Crystal Reports

Hi All, I would like to update this thread. Please allow me to share :wink: First, using MariaDB ODBC Connector v3.x which you can download from MariaDB website 2nd, using Crystal Reports ActiveX ... cConnStr := 'Driver={MariaDB ODBC 3.0 Driver};Server=192.168.1.1;Port=3306;DB=YourDatabase;UID=YourU...
by fraxzi
Thu Aug 02, 2018 2:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Insert images on xbrowse
Replies: 11
Views: 3154

Re: To Nages Insert images on xbrowse

Mr. Navarro,

How to add the 'AGE' along side with the 'NAME?

:?:
by fraxzi
Thu Aug 02, 2018 1:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Switching to Microsoft Compiler.
Replies: 12
Views: 2443

Re: Switching to Microsoft Compiler.

Francis There are the four .rh files I needed to make MSVC 2017 work: commctrl.rh dde.rh winnt.rh winuser.rh Also, make sure you are using the latest xHarbour for MSVC 2017 Give me your e-mail address and I will send them to you .. Rick Lipkin Mr. Rick, Sorry for the late reply, I kinda hooked with...
by fraxzi
Wed Aug 01, 2018 7:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 4420

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

Mr. Rao,

If you noticed, the display are consistently changing ... aren't they not supposed to?

:?:
by fraxzi
Wed Aug 01, 2018 12:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 4420

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

Original: oBrw:SetTree( oTree,  [aBitmaps], [bOnSkip], [aCols] ) Fraxzi, you are using: oBrw:SetTree( 3, { 0x30082, 0x30084, 0x20097 } ) Hi Mr. Gunther, it is based on Mr. Rao's sample "xbrtree.prg" from FWH1805/Release 01 .. I wonder why the MariaDB Rowset I used differs ...\ :?: