Quote:
> How can I view the alias path in an aplication
> , something like "DBDEMOS.GetAliasPath" or similar :-)
> Thanks
You can use this approach where the example's variables are:
aSession: Tsession
aliasName: String
aListBox: TlistBox (or you can use TstringList)
aSession.getAliasParams(aliasName,aListBox);
For Paradox-tables, the path associated with the BDE goes in
aListBox.items[0]. This string-value starts with PATH= and you may strip
off this token to access a clean filepath.
Regards
Atle Markeng