Hi,
The form.uploadFileFromBrowser works, but the upload page itself is not displayed correctly. The texts on page and text on the two buttons below the file are not displayed.
Is that related to validation message not showing?
Is that related to javascript?
Thanks,
Xiaoli
uploadFileFromBrowser page display not right
Moderators: Jon, Steve, Ian, Dave
-
- Ebase User
- Posts: 272
- Joined: Fri Dec 14, 2012 2:55 pm
- Location: Ottawa
-
- Moderator
- Posts: 1342
- Joined: Wed Sep 12, 2007 12:49 pm
Xiaoli,
It's probably the same problem as the validation messages as both are displaying system texts and these are language dependent. It sounds as if the forms are being run using a language for which there are no texts. Exactly how this works is described here http://dev-docs.verj.io/ufs/doc/Support ... guages.htm. You might check the language at the point where things go wrong e.g. something like:
You might also check the system texts look OK in the designer using the Tools menu item at the top of the screen.
Regards
Jon
It's probably the same problem as the validation messages as both are displaying system texts and these are language dependent. It sounds as if the forms are being run using a language for which there are no texts. Exactly how this works is described here http://dev-docs.verj.io/ufs/doc/Support ... guages.htm. You might check the language at the point where things go wrong e.g. something like:
Code: Select all
log("language is: " + form.language);
Regards
Jon
0 x
Who is online
Users browsing this forum: No registered users and 15 guests