Hi All,
Using xBrowse RowSet.. oRs:bEdit := { |oRec| MyDialog( oRec ) } not triggering when xBrowse on Tree ... any hint?
xBrowse (MariaDB RS) :bEdit (SOLVED)
xBrowse (MariaDB RS) :bEdit (SOLVED)
Last edited by fraxzi on Wed Aug 08, 2018 5:36 am, edited 1 time in total.
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
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() }
Kind Regards,
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15
Frances
Fivewin for xHarbour v18.07
xHarbour v1.2.3.x
BCC 7.3 + PellesC8 ( Resource Compiler only)
ADS 10.1 / MariaDB
Crystal Reports 8.5/9.23 DE
xMate v1.15