Dumping all Messages / form texts for translation

Post any questions you have about using the Verj.io Studio, including client and server-side programming with Javascript or FPL, and integration with databases, web services etc.

Moderators: Jon, Steve, Ian, Dave

tarlachmoorhouse
Ebase User
Posts: 3
Joined: Fri Aug 22, 2008 10:38 am

Dumping all Messages / form texts for translation

#1

Postby tarlachmoorhouse » Wed Aug 27, 2008 11:20 am

If there a simple way of exporting all the Forms texts from a form etc, preferably in a CSV type format so that I can submit them to our translation Unit as they don't currently edit messages / form text in the eBase designer ?

Thanks

John
0 x

AJDulk
Ebase User
Posts: 94
Joined: Fri Sep 14, 2007 12:18 pm
Location: The Netherlands
Contact:

RE: Dumping all Messages / form texts for translation

#2

Postby AJDulk » Wed Aug 27, 2008 2:04 pm

The easiest way would be to do an export from the Ebase Repository Database.

Code: Select all

SELECT * FROM MESSAGES
for example gives you everything from the Messages section of the forms. If you use this in a GUI, you can then normally select the returned data and copy and paste it into a spreadsheet. If you need it in CSV then save it in that format.

Other Tables you can look at are:
  • RELATIVE_TEXT_ITEMS
    STATIC_LISTS
    TEXT_ITEMS
Regards,
Antony
0 x

tarlachmoorhouse
Ebase User
Posts: 3
Joined: Fri Aug 22, 2008 10:38 am

Re: RE: Dumping all Messages / form texts for translation

#3

Postby tarlachmoorhouse » Fri Aug 29, 2008 2:23 pm

AJDulk wrote:The easiest way would be to do an export from the Ebase Repository Database.

Code: Select all

SELECT * FROM MESSAGES
for example gives you everything from the Messages section of the forms. If you use this in a GUI, you can then normally select the returned data and copy and paste it into a spreadsheet. If you need it in CSV then save it in that format.

Other Tables you can look at are:
  • RELATIVE_TEXT_ITEMS
    STATIC_LISTS
    TEXT_ITEMS
Regards,
Antony

Thanks Antony look like a rather nice small eBase project to do a 'translation front end....

Ta

John
0 x


Who is online

Users browsing this forum: No registered users and 114 guests