home *** CD-ROM | disk | FTP | other *** search
/ The Net Power 1997 August / NETDisc0897.iso / pc / organize / now / nudwin16.exe / Data.z / UPTODATE.S < prev    next >
Encoding:
INI File  |  1996-09-11  |  687 b   |  25 lines

  1. [info]
  2. Name=Now Up-to-Date
  3. Vendor=Now Software,Inc.
  4. Version=Version 1.0
  5. MajorVersion=1
  6. MinorVersion=0
  7. ExeFile=Now.EXE
  8.  
  9. [Send]
  10. Execute(UPTODATE, System, "NewContact");
  11. Poke(,System, FirstName, "%{first_name,50,1}");
  12. Poke(,System, LastName, "%{last_name,50,1}");
  13. Poke(,,Company, "%{company,50,1}", 1);
  14. Poke(,,Title, "%{title,30,1}", 1);
  15. Poke(,,WorkStreet, "%{address_line_1,50}", 1);
  16. Poke(,,WorkCity, "%{city,30}", 1);
  17. Poke(,,WorkState, "%{state,20}", 1);
  18. Poke(,,WorkZip, "%{zip,10}", 1);
  19. Poke(,,WorkPhone, "%{phone,25}", 1);
  20. Poke(,,FaxPhone, "%{fax,25}", 1);
  21. Poke(,,MobilePhone,"%{phone_1,25}", 1);
  22. Poke(,,EMailAddress,"%{phone_2,50}", 1); 
  23. Execute(,System, OK);
  24.  
  25.