Trying to use Listbox with a non current work area,prefacing field names with dbf name and -> alias operator
However it just repeats the first record but it works fine as soon as I make it the current work area.
Tried it on the sample program TestBrws and got same result when customer.dbf was no longer current work area
TIA
Peter
Listbox and unselected DBF
- Antonio Linares
- Site Admin
- Posts: 42398
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Has thanked: 10 times
- Been thanked: 47 times
- Contact:
Re: Listbox and unselected DBF
Peter,
Try it again using the ALIAS clause:
@ ..., ... LISTBOX ... FIELDS ... ALIAS ...
so it knows what alias to use
Try it again using the ALIAS clause:
@ ..., ... LISTBOX ... FIELDS ... ALIAS ...
so it knows what alias to use