Hi!
Anybody with working sample using Tree for xBrowse for DBFCDX table....
Best Regards,
Frances
Search found 811 matches
- Sat Oct 11, 2008 8:59 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: oTree for xBrowse sample...
- Replies: 22
- Views: 5487
- Thu Aug 07, 2008 1:02 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS Re-connection
- Replies: 2
- Views: 695
- Tue Aug 05, 2008 5:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS Re-connection
- Replies: 2
- Views: 695
ADS Re-connection
Hello All, I have this situation Using xHarbour 1.0b and ADS 8.1: I successfully connected using AdsConnect60(....), something happend with my ADSL internet connection and my communication has been cutoff... ADS generated '[6313] General communication failure' with that matter. Now, connection resum...
- Tue Jul 29, 2008 12:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image on inserted column
- Replies: 8
- Views: 1616
- Tue Jul 29, 2008 11:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image on inserted column
- Replies: 8
- Views: 1616
Mr. NageswaraRao, I think this is what i'm missing... 'variable (array equal the the lenght of table) that will replace the field in xBrowse column... ... aNums := Array( LastRec() ) AFill( aNums, 1 ) ... Clever idea. I never thought of that :roll: Will let you know after dinner (i'm on the other si...
- Tue Jul 29, 2008 9:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image on inserted column
- Replies: 8
- Views: 1616
- Tue Jul 29, 2008 5:27 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image on inserted column
- Replies: 8
- Views: 1616
- Tue Jul 29, 2008 1:48 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Pickdate
- Replies: 94
- Views: 17976
- Tue Jul 29, 2008 1:33 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: xBrowse Image on inserted column
- Replies: 8
- Views: 1616
xBrowse Image on inserted column
Hello all! I have this xbrowse which load the table and all fields are displayed accordingly... I inserted below code and wanted to display the image depending on the value of :bEditValue... ... oBrwPIC:InsCol( 2 ) oBrwPIC:aCols[2]:bEditValue := {|e| IF(e == Nil, 1, e) } oBrwPIC:aCols[2]:addResource...
- Tue Jul 15, 2008 12:24 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Progress during copy table
- Replies: 8
- Views: 1976
- Mon Jul 14, 2008 6:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Progress during copy table
- Replies: 8
- Views: 1976
- Mon Jul 14, 2008 12:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Progress during copy table
- Replies: 8
- Views: 1976
- Sat Jul 12, 2008 6:01 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Progress during copy table
- Replies: 8
- Views: 1976
ADS Operations Supporting Callback Functionality: Advantage Client Engine AP AdsCreateIndex AdsReindex AdsPackTable AdsExecuteSQL AdsExecuteSQLDirect AdsGotoBookmark AdsGotoBookmark60 AdsGotoBottom AdsGetRecordCount AdsSkip AdsCopyTable** AdsCopyTableContents AdsConvertTable ANYBODY with sample code...
- Fri Jul 11, 2008 2:36 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Progress during copy table
- Replies: 8
- Views: 1976
Progress during copy table
Hello All!
Can I use ADSRegCallBack() with ADSCopyTable()?
I need progressbar during copy table operation.
Regards,
Can I use ADSRegCallBack() with ADSCopyTable()?
I need progressbar during copy table operation.
Regards,
- Sat Jul 05, 2008 1:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS server side alias
- Replies: 4
- Views: 2294
I've been testing the table iteration (speed) like: for i := 1 to alias->( lastrec() ) ... alias->( dbSkip() ) //here can be be adsskip() since I used ADS all-out if alias->(eof()) //here can be ADSIsEOF()... (an example function) exit end next ..OR... I can use dbEval() function which is faster tha...