Jul 15, 2003 #1 zaca23 Programmer Jul 14, 2003 1 US Hi, I'm a new programmer in GoldMine and have to create a number inside the document word. Would like to know how i make that. Melvin
Hi, I'm a new programmer in GoldMine and have to create a number inside the document word. Would like to know how i make that. Melvin
Jul 15, 2003 #2 richardy IS-IT--Management Oct 24, 2002 397 GB Melvin, You need to use the GoldMine COUNTER command. Insert a GoldMine field into your template then highlight it and right click select toggle field codes. You should now be able to see the fields eg something like &CONTACT1->KEY1 Replace this with &COUNTER("NUMBER",1) Then save as a normal GoldMine Template. You now have a numbering mechanism. Regards, Richard. PRIOR Analytics UK http://www.prior-analytics.com Upvote 0 Downvote
Melvin, You need to use the GoldMine COUNTER command. Insert a GoldMine field into your template then highlight it and right click select toggle field codes. You should now be able to see the fields eg something like &CONTACT1->KEY1 Replace this with &COUNTER("NUMBER",1) Then save as a normal GoldMine Template. You now have a numbering mechanism. Regards, Richard. PRIOR Analytics UK http://www.prior-analytics.com