OpenNTF.org - Items Choice
My Links (Not logged in)
Code Bin Search
 
Hosted by Prominic.NET
Rate This Code
5 - brilliant stuff
4 - very nice
3 - average
2 - needs work
1 - bad
   OpenNTF Code Bin
About This Code
Brief Description:
Items Choice  
Rating:
Not Rated Yet 
Contributor:
Enio Basso 
Category:
Lotusscript 
Type:
Miscellaneous 
Notes Version:
R5.x, R6.x 
Last Modified:
29 Nov 2005 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
This code help to create show a list of itens and make operations to them. Like add, modify, delete items.


To Try, only you need to do is create a t form, and try.

Usage / Example
Usage
1) Copy the subforms ItensTab, ItensEntryAdd, ItensEntry to your aplication.

2) Edit ItensTab Subform and change the label Fields

3) Edit the Global Declarations Constants to your language (optional)



Add the Subform ItensTab to your form.
Code Attachments
ItemsChoice.nsf (576 Kbytes)
 Comments
Posted by Stan L Uptagrafft on 03/13/2006 01:54:13 PMThere is an error in your example, here is the fix
Starting at Line 77 in Sub sEditItem
cItem10(index) = doc.tmp_item10(0)
cItem20(index) = doc.tmp_item20(0)
cItem30(index) = doc.tmp_item30(0)
cItem40(index) = doc.tmp_item40(0)
cItem50(index) = doc.tmp_item50(0)
cItem60(index) = doc.tmp_item60(0)
cItem70(index) = doc.tmp_item70(0)
 Add your comment!