Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using Triggers
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00220554
Message ID:
00243557
Views:
26
>Thanks for helping me on this. Sorry it has taken so long to get back to you. On May 27 I crashed my motorcycle into the side of a mini van and I just now getting back up to speed. Here is the code.
>

WOW! Glad you are feeling better...

> lnArea = SELECT()
> lcPK = GetPrimaryKey( lnArea )
> ? "LcPK" + lcpk
> luKey = EVAL( lcPK )
> ? " Lukey" + lukey
> lcChanges = ""
> lcTable = JUSTSTEM(DBF())
> lcDBC = JUSTSTEM(DBC())
> lcKeyType = TYPE(luKey)

I think this is the problem... change that to VARTYPE. If you are not using 6.0 change it to TYPE( 'luKey' ).

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform