Rimantas wrote:Daniel Garcia-Gil wrote:Hello
you have any problem with harbour path
Yes, you are rigth .. . Now I put in good that and can create samples . Some samples , which are connecting to [mysql] dolphin_man , can't work , but other connecting to localhost [mysql3] are working . OK , I'll try that with own queries and let you know how success ...
I allreday have some questions :
- SetWhere() method - can I set some columns at once ? Small sample ? Sorry , that xBrowse don't have the second line for inputs for filtering ... Or maybe have ?
- SetOrder() method - too , can I set some columns at once ? Small sample ? It will be very fine to relate with xBrowse headers and Ctrl or Shift key to direct some columns which customer wanna to order ...
With best regards !
nageswaragunupudi wrote:Rimantas wrote:Daniel Garcia-Gil wrote:Hello
you have any problem with harbour path
Yes, you are rigth .. . Now I put in good that and can create samples . Some samples , which are connecting to [mysql] dolphin_man , can't work , but other connecting to localhost [mysql3] are working . OK , I'll try that with own queries and let you know how success ...
I allreday have some questions :
- SetWhere() method - can I set some columns at once ? Small sample ? Sorry , that xBrowse don't have the second line for inputs for filtering ... Or maybe have ?
- SetOrder() method - too , can I set some columns at once ? Small sample ? It will be very fine to relate with xBrowse headers and Ctrl or Shift key to direct some columns which customer wanna to order ...
With best regards !
With oQry:SetWhere( <newWhereCond> ), you can reset the filter dynamically and view the re-filtered rows.
oQry:SetOrder( "<col1>,<col2>" ) works
For xbrowse you can let the user sort the browse order on any column without writing any special code.
Just add the clause "AUTOSORT" in the XBROWSE command. Rest is taken care by xbrowse and tdolphin.
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 51 guests