Le mardi 13 septembre 2005 à 09:34 +0300, Heikki Tuhkanen a écrit :

Hi Heiki,

> Sub d100
> Dim vField, vForm as object
> vForm = DataBaseForm.getByName("Character")
> 'Form is open and there is textfield named txtSex which is aiming to 
> tablecolumn 'Sex'
> vField = vForm.getByName("txtSex")
> Randomize
> iVar =  Int((100*Rnd)+1)
> ' number from 1 to 100
> vField.value  = iVar
> 'I'm trying to add value to field and to table without success:)
> 

You still have to insert the data into the field with an SQL statement
command.

Alex




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to