OPen files ADT ADI ADM
- Silvio.Falconi
- Posts: 7170
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 3 times
OPen files ADT ADI ADM
How I can open Advantage table Adt,Adi and adm from fivewin ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Antonio Linares
- Site Admin
- Posts: 42602
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 43 times
- Been thanked: 88 times
- Contact:
- Giovany Vecchi
- Posts: 223
- Joined: Mon Jun 05, 2006 9:39 pm
- Location: Brasil
Re: OPen files ADT ADI ADM
If you use data dictionary you can use my tAds class which has several features to work with ads+data dictionary.
https://github.com/giovanyvecchi/tAdsGit.git
https://github.com/giovanyvecchi/tAdsGit.git
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: OPen files ADT ADI ADM
See fwh\samples\testads.prg and xbradt.prg
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Silvio.Falconi
- Posts: 7170
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 3 times
Re: OPen files ADT ADI ADM
nageswaragunupudi wrote:See fwh\samples\testads.prg and xbradt.prg
where i can found ads.ch ?
exist a free ads ?
Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: Unresolved external '_HB_FUN_ADSSETSERVERTYPE' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSKEYCOUNT' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSGETRELKEYPOS' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSSETRELKEYPOS' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unresolved external '_HB_FUN_ADSKEYNO' referenced from C:\WORK\ERRORI\BO_FILE_ADT\OBJ\TEST.OBJ
Error: Unable to perform link
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Silvio.Falconi
- Posts: 7170
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 3 times
Re: OPen files ADT ADI ADM
the software of school have these adt files and use some dll
on this computer I not have advantage installed but the software run
I found the libs I need ads.ch

Time from start: 0 hours 0 mins 0 secs
Error occurred at: 11/12/21, 11:36:21
Error description: Error BASE/1003 Variable does not exist: ADS_LOCAL_SERVER
Stack Calls
===========
Called from: test.prg => MAIN( 9 )
on this computer I not have advantage installed but the software run
I found the libs I need ads.ch

Time from start: 0 hours 0 mins 0 secs
Error occurred at: 11/12/21, 11:36:21
Error description: Error BASE/1003 Variable does not exist: ADS_LOCAL_SERVER
Stack Calls
===========
Called from: test.prg => MAIN( 9 )
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Silvio.Falconi
- Posts: 7170
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 3 times
Re: OPen files ADT ADI ADM
Someone can help me pls ?

the link to have a evalutation code for 30 days not run
I found serial crack

the link to have a evalutation code for 30 days not run
I found serial crack

Last edited by Silvio.Falconi on Fri Nov 12, 2021 11:26 am, edited 1 time in total.
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- nageswaragunupudi
- Posts: 10729
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 10 times
- Contact:
Re: OPen files ADT ADI ADM
1. See buildh.bat for the paths for ads.ch and ads libraries
2. ads local is free. The required dlls ( ace32.dll and adsloc32.dll ) are already available in fwh\samples folder.
you do not need anything else.
2. ads local is free. The required dlls ( ace32.dll and adsloc32.dll ) are already available in fwh\samples folder.
you do not need anything else.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Silvio.Falconi
- Posts: 7170
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 3 times
Re: OPen files ADT ADI ADM
nageswaragunupudi wrote:1. See buildh.bat for the paths for ads.ch and ads libraries
2. ads local is free. The required dlls ( ace32.dll and adsloc32.dll ) are already available in fwh\samples folder.
you do not need anything else.
>1. See buildh.bat for the paths for ads.ch and ads libraries
I not seeing it
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
- Silvio.Falconi
- Posts: 7170
- Joined: Thu Oct 18, 2012 7:17 pm
- Been thanked: 3 times
Re: OPen files ADT ADI ADM
if I made
XBROWSER "Moduli.ADT" FASTEDIT
I see this

xbradt.prg not run here
XBROWSER "Moduli.ADT" FASTEDIT
I see this

xbradt.prg not run here
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com