Re: Win Programming question


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Greg Estes on June 20, 2005 at 15:59:23:

In Reply to: Re: Win Programming question posted by Brian Levantine on June 08, 2005 at 15:56:40:

To Initialize the control:

cosCtlText$ = ''
cosCtlId = IDC.GIP.AMOUNT
cositemsize =13
gosub cos.editlimittext
Gosub COS.SetDlgItemText

To populate the control:
cosCtlText$ = strip(glno$)
cosCtlId = IDC.GIP.AMOUNT
Gosub COS.SetDlgItemText

To collect the data:
cosCtlId = IDC.GIP.AMOUNT
Gosub COS.getDlgItemText
glno$ = strip(cosctltext$)
or
tramt = num(cosctltext$,err)




Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]