Re: alias changed
From: Rick Bean (rgbean_at_unrealmelange-inc.com)
Date: 11/23/04
- Next message: Ana María Bisbé York: "Add SQL Server views to Cursor Adapter"
- Previous message: Kovács András: "RE: Getnextmodified deadlock"
- In reply to: Wilson Thomas: "alias changed"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 23 Nov 2004 10:29:32 -0500
Wilson,
You've obviously modified you code to simply it for posting. Unfortunately you may have eliminated the problem, because other than the fact that ALIAS() like you've written it won't (can't) return anything, there isn't anything that would produce these results.
Can you post your actual code? Are you using service pack 5 with VFP 6.0? Is there any ON ERROR in effect? Is this code in a .PRG file, or is it in a form's method (or class)?
Rick
"Wilson Thomas" <wilson@sinaisoft.com> wrote in message news:41a273e3$0$17544$afc38c87@news.optusnet.com.au...
> Dear friends,
>
> I am using VFP 6. When I issue command "SET DATE TO ymd" selected alias
> changed.
>
> Eg:
> USE records
> USE employee
>
> SELECT employee
> ALIAS() && returns "Employee"
>
> SET DATE TO ymd
>
> ALIAS() && returns "records"
>
> Any way to solve this?
>
> Wilson
>
>
- Next message: Ana María Bisbé York: "Add SQL Server views to Cursor Adapter"
- Previous message: Kovács András: "RE: Getnextmodified deadlock"
- In reply to: Wilson Thomas: "alias changed"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|