FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour xBrowse NOT support dynamic alias
Posts: 392
Joined: Tue Jul 29, 2008 01:55 PM
xBrowse NOT support dynamic alias
Posted: Mon Oct 07, 2013 04:05 PM

Hello Nages.

xBrowse has support for dynamic alias management?

The definition of the parameter ALIAS "XA01" works fine, but:

The definition of the parameter ALIAS oDtbl NO works well

oDtbl generated a different number each time you open a table.

Currently use FWH 13.07

Solution will have to operate with dynamic alias?

regards

Visite Chiapas, el paraiso de México.
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: xBrowse NOT support dynamic alias
Posted: Mon Oct 07, 2013 06:51 PM

From the syntax, oDtbl, I assume this is a database object. If so, it contains an object not the name of the alias. Try using oDtbl:cAlias.

James

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: xBrowse NOT support dynamic alias
Posted: Mon Oct 07, 2013 09:21 PM

What is oDtbl ?
If it is a TDatabase object, it works too.

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion