Hi,
I was trying to setup a databrowser but, has not been successful. I have setup UniqueID=txtTNo, Alias=TNo, TableName=@TBL and DataBound=True in screen painter. My code as follow:
Set oForm = SBO_Application.Forms(FormUID)
oForm.AutoManaged = True
oForm.SupportedModes = -1
oForm.Mode = fm_FIND_MODE
oForm.DataBrowser.BrowseBy = "txtTNo"
My concerns:
1. the browseby will generate an error "General Failure"
2. the navigation buttons are not enabled
3. how to link the navigation with UDO tables
I have searched the forum and try different solutions but, no luck.
I am using VB and would appreciate if someone could guide me through this. Thanks.