OPen files ADT ADI ADM

Post Reply
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

OPen files ADT ADI ADM

Post by Silvio.Falconi »

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 November 2023 - January 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
User avatar
Antonio Linares
Site Admin
Posts: 42516
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Has thanked: 31 times
Been thanked: 75 times
Contact:

Re: OPen files ADT ADI ADM

Post by Antonio Linares »

regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Giovany Vecchi
Posts: 223
Joined: Mon Jun 05, 2006 9:39 pm
Location: Brasil

Re: OPen files ADT ADI ADM

Post by Giovany Vecchi »

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
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: OPen files ADT ADI ADM

Post by nageswaragunupudi »

See fwh\samples\testads.prg and xbradt.prg
Regards

G. N. Rao.
Hyderabad, India
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: OPen files ADT ADI ADM

Post by Silvio.Falconi »

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 November 2023 - January 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
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: OPen files ADT ADI ADM

Post by Silvio.Falconi »

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
Image

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 November 2023 - January 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
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: OPen files ADT ADI ADM

Post by Silvio.Falconi »

Someone can help me pls ?
Image

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 November 2023 - January 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
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: OPen files ADT ADI ADM

Post by nageswaragunupudi »

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.
Regards

G. N. Rao.
Hyderabad, India
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: OPen files ADT ADI ADM

Post by Silvio.Falconi »

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 November 2023 - January 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
User avatar
Silvio.Falconi
Posts: 7133
Joined: Thu Oct 18, 2012 7:17 pm
Been thanked: 1 time

Re: OPen files ADT ADI ADM

Post by Silvio.Falconi »

if I made
XBROWSER "Moduli.ADT" FASTEDIT
I see this

Image


xbradt.prg not run here
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 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
Post Reply