Hello
I need to prime a field on a NetwebForm, when I insert a record I want to display on the form a text field setup in the database but no matter what I do i cannot get it to work. The following code is embedded in the Preinsert embed point if the form:
Access:WebTextSettings.Open()
Access:WebTextSettings.UseFile()
WEBTS:WebTextSettingNo = 1
Access:WebTextSettings.Fetch(WEBTS:WebTextSetting_PK)
PRE:PreRegistrationText = WEBTS:PreRegistrationText
Access:WebTextSettings.Close()
If I use field priming with dummy text it works but above code no luck
Any suggestions?
Regards