Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook forms question
Message
From
26/03/2003 10:14:20
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00770113
Message ID:
00770217
Views:
14
>For lack of a better resource to ask this question, I'm hoping for some help here as there seems to be a lot of knowledge beyond VFP from many here.
>
>I have a client that has asked me to look at their custom Contact form in Outlook 2000 and determine if there is a way, VBScript or otherwise, for the form to generate a sequential contact number when a new contact is created.
>
>Is this possible? I have very limited exposure to VBScript, so any help (as detailed as possible :-) greatly appreciated.

Yes, that would be fairly easy if the sequential number is per client installation. In this case what you can do is create a regular mail item in a specific folder where its body property will contain the current sequence number. In the form's Open event you would read the next number and update this item with the next one.

If the number is supposed to be shared then another approach would be needed like an autonumber field in SQL Server, VFP or even Access table.

Check the following sites for a bundle of help on Outlook forms:
www.slipstick.com
www.cdolive.com

HTH,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform