Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need totals for each.....
Message
From
30/04/2008 19:01:23
 
 
To
30/04/2008 16:17:31
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01312769
Message ID:
01314371
Views:
8
>O.K. back to the experts, the customer keeps adding new things and I am good with that!
>
>I have 2 probably simple questions:
>
>1. Is there a way to create a transaction dbf or log (.txt) file which will track all transactions aka command buttons that I have designed and navigate buttons so that literally when records are added changed etc... this can be tracked???
>
>2. Any suggestions on a simple password screen or something that can do the following:
>
>From the menu I want to add a new Item (Management Console) I already have all the prg's designed for pack and index dbfs, etc what I want to happen is when the menu is clicked on that some sort of simple password screen comes up and then when validated allows access to Management Console???
>
>You all are awesome
>
>Thanks much for the patience and help
>
>Fred W.

1. You could create your own button class and add code to it that would do something like this:
=STRTOFILE(TTOC(DATETIME())+" Log Entry Text"+CHR(13)+CHR(10),"LogFile.log",1)
2. See the PasswordChar property of the textbox. The rest should be pretty easy to write.
Previous
Reply
Map
View

Click here to load this message in the networking platform