David Higgs
Programmer
Hi,
I have two Free Tables that I'm trying to "Link" using SET RELATION TO and can't seem to get it to work.
Both TABLES have a FIELD called NUMBER and have exactly the same INDEX, same FIELD Type & Length.
When I run the following code it finds the NUMBER in "steam_data" TABLE but reaches the EOF in "steam_alloc" TABLE
ANy help would be most appreciated.
Regards,
David
I have two Free Tables that I'm trying to "Link" using SET RELATION TO and can't seem to get it to work.
Both TABLES have a FIELD called NUMBER and have exactly the same INDEX, same FIELD Type & Length.
When I run the following code it finds the NUMBER in "steam_data" TABLE but reaches the EOF in "steam_alloc" TABLE
Code:
use \BR-STEAM\data\br_steam_alloc IN H order NUMBER ALIAS steam_alloc
use \BR-STEAM\data\br_steam_data IN J order NUMBER ALIAS steam_data
SELECT steam_data && BR Steam Locomotives Data
SET RELATION TO NUMBER INTO steam_alloc
SEEK "47500"
BROWSE
SELECT H && BR Steam Locomotive Allocations
BROWSE
ANy help would be most appreciated.
Regards,
David