Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disappearing Grid Method
Message
From
15/03/2006 11:06:27
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01103672
Message ID:
01104532
Views:
16
>>I NEVER created myself table field, having name longer then 10 characters.
>>
>>alter table alias() works like charm for me in VFP6 :)
>
>What alias() returns? AFAIK this code should work just fine, but we're not using it in our code.

alias() itself returns currently selected alias.

In this case I was using this construction to alter cursor created by
create cursor command as copy of actual table and then adding fields to it.

something like
select clients
local arrStru(1)
=afields(arrStru)
create cursor rClients from array arrStru
alter table alias() add column CustTot n(12,2)
alter table alias() add column lastPur D(8)
.
But unfortunately this construct does not work anymore in VFP9
*****************
Srdjan Djordjevic
Limassol, Cyprus

Free Reporting Framework for VFP9 ;
www.Report-Sculptor.Com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform