Hi,
In a server compiled with C7 yo go to the WebServer proc / module and see...
s_web._SitesQueue.Defaults.UploadButton.TextValue = s_web.Translate('Upload')
s_web._SitesQueue.Defaults.UploadButton.Class = 'MainButton'
s_web._SitesQueue.Defaults.UploadButton.ToolTip = s_web.Translate('Click here to Upload the file')
If you now enter the proc, goto extensions, double click on NetTalk or NetSimple object, navigate the tabs, press ok an when you recompile the app you get hundreds of errors, the begining of them is the following generated code:
s_web._SitesQueue.Defaults..TextValue = s_web.Translate('Upload')
s_web._SitesQueue.Defaults..Class = 'MainButton'
s_web._SitesQueue.Defaults..ToolTip = s_web.Translate('Click here to Upload the file')
s_web._SitesQueue.Defaults..TextValue = s_web.Translate('...')
s_web._SitesQueue.Defaults..Class = 'LookupButton'
s_web._SitesQueue.Defaults..ToolTip = s_web.Translate('Click here to Search for a value')
s_web._SitesQueue.Defaults..TextValue = s_web.Translate('Save')
s_web._SitesQueue.Defaults..Class = 'MainButton'
look at the ..
Regards
Alberto