G
Glenn
I want to insert data into a tasks custom field using SetField. Is this the
correct method to use or should I be using something else?
Using the Object Browser, I find SetField and press F1 for help.
Unfortunately there are no example code snipets so I am not sure of the
correct syntax.
Here's my educated guess...
Dim t as Task
t.Setfield (pjTaskNumber1, 1)
.... oh well, it bombs out...
correct method to use or should I be using something else?
Using the Object Browser, I find SetField and press F1 for help.
Unfortunately there are no example code snipets so I am not sure of the
correct syntax.
Here's my educated guess...
Dim t as Task
t.Setfield (pjTaskNumber1, 1)
.... oh well, it bombs out...