Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I need totals for each.....
Message
 
 
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:
01314433
Views:
10
>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???
>

You're probably talking about some Audit functionality. This can be done from the Database level itself using triggers or you may try to implement it from the application level. There is an article by Hilmar Zonneveld that may get you started.

http://www.utmag.com/ViewPageArticle.aspx?Session=546264793455547A4E69303D2052716E5138743067654A4264446F62486431375139413D3D

>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

Well, you would have to design this little form for Login (Modal) (using PasswordChar property of the textbox) and then return status and based on it proceed accordingly.

I was originally going to suggest to use an InputBox, but I don't think it has ability to hide information you type. There are some InputBox replacements in the Downloads section here, which you may take as a starting point, though. I used one by Rick Borup in the past.
rbInputBox Download #9714
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform