why not have a field, get a reference to it using something like this:

---
FieldPtr myControl = (FieldPtr)FrmGetObjectPtr(form, index);

FldSetTextPtr(myControl, text);
---

  then set the value? (using the FldSetTextPtr).. is this what
  you were after?

az.
--
Aaron Ardiri 
Lecturer                       http://www.hig.se/~ardiri/
University-College i G�vle     mailto:[EMAIL PROTECTED]
SE 801 76 G�vle SWEDEN       
Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
Mob: +46 70 352 8192           A/H: +46 26 10 16 11

On Mon, 19 Jul 1999, Dan Zucker wrote:

> 
> I know this sounds like a simple question, but I've spent a lot of time
> pouring through the documentation and I still can't figure it out.  Is there
> some simple way to put a string that is generated at run-time into a form?
> I found the custom alert function, but this forces you to use an alert
> resource.
> 
> What is the easiest way to do this?
> 
> Thanks,
> Dan
> 
> 
> 

Reply via email to