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:
00243561
Views:
20
ALSO:

>FUNCTION logit(tckey, tctranstype)

Change this to:

FUNCTION logit()

>set library to home() + "FoxTools.FLL"

What do you need foxtools for?

> IF ! INLIST(UPPER(tctranstype),"I","D","U")
> MESSAGEBOX("Invalid Transaction Type Specified")
> RETURN(.F.)
> ENDIF

Take this out... you no longer need to pass anything to this function.


BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform