home *** CD-ROM | disk | FTP | other *** search
INI File | 1996-09-11 | 687 b | 25 lines |
- [info]
- Name=Now Up-to-Date
- Vendor=Now Software,Inc.
- Version=Version 1.0
- MajorVersion=1
- MinorVersion=0
- ExeFile=Now.EXE
-
- [Send]
- Execute(UPTODATE, System, "NewContact");
- Poke(,System, FirstName, "%{first_name,50,1}");
- Poke(,System, LastName, "%{last_name,50,1}");
- Poke(,,Company, "%{company,50,1}", 1);
- Poke(,,Title, "%{title,30,1}", 1);
- Poke(,,WorkStreet, "%{address_line_1,50}", 1);
- Poke(,,WorkCity, "%{city,30}", 1);
- Poke(,,WorkState, "%{state,20}", 1);
- Poke(,,WorkZip, "%{zip,10}", 1);
- Poke(,,WorkPhone, "%{phone,25}", 1);
- Poke(,,FaxPhone, "%{fax,25}", 1);
- Poke(,,MobilePhone,"%{phone_1,25}", 1);
- Poke(,,EMailAddress,"%{phone_2,50}", 1);
- Execute(,System, OK);
-
-