Translate Combobox values with source Dataverse in Canvas Apps - translation

I am trying to build a multilingual Canvas application and for static text I have created a separate table in Dataverse with the following columns: "Key", "Value", "Language". For static texts like the label of the datacard in the form this approach is working without an issue.
Unfortunately, I have 2-3 combobox fields, optionsets in Dataverse and this approach is not working or at least I cannot figure a way to translate those values, when the user selects a language.
I have tried using the Microsoft Translator connector, but I do not think that this is the correct approach, since I have a lot of issues with saving the data back.
I would appreciate any ideas!
Thank you!

Related

Custom Report Printing in Oracle Apex

What is the best way to create a Custom Report Template to print in Oracle Apex ? I saw some posts that've already been answered, but since they were Apex 5.1, I was wondering if these were still up to date, or if there are easier way no (I am using Apex v21.1). Also, the "Printing" attribute in the Reports does not give me the possiblities to do these specific things :
I would like the users to print an Interactive Report, which will display the logo of the company, the export date, and the data obviously. Is it possible to set custom margin so the list take more space on the page, and to set a custom size for the column, in case I have a column with a long text in it ?
Thanks in advance,
Thomas
Welcome to one of the weakest points of Oracle APEX, printing.
Honestly, the best option is Apex Office Print(AOP), but they are a paid plugin.
They enable lots of different printing, quite easy to grasp, and I am quite satisfied with them.
Other options I have seen are:
Make an excel sheet from within the database and you can generate that dynamically(you can also expand fields, colour them, probably can also put an image in there but I havent tried that).
I once decided to torture myself and I tried printing through HTML, as in I created an HTML document with the data I wanted(I made an invoice), but that has many problems, chief among them being page breaks.
Another option that was recommended to me, but that I have not yet tried was setting up an Apache FOP, having the Oracle database generate an XML, send it there and get back a nice looking pdf(http://www.apex-reports.com/videos.html).
I hope you get something working, and if you try this Apache FOP approach please let me know how it goes.

Looking to add a dynamically adding rows table with multiple fixed columns which can fill value's to Google form and bring response to Google Sheets

I'm trying to create a table with editable cells in a google form that lets people enter their response. It would have multiple fixed columns and dynamically adding rows for more response.
Sample image of the desired table in google form for response
I am naive about building google forms and running scripts/codes on forms. A detailed explanation of steps will be of good help.
Thanking in advance to wonderful people who do such fabulous work
At the moment it is not possible to insert tables in Google Forms, not even via Apps Script, but since you are interested in learning about Forms and Scripts I would recommend you start with this quickstart about managing Form responses.
If you explain perhaps with more detail what your goal by inserting the table is, maybe there is a way with the available options in forms to achieve it.

iOS: Create dynamic contracts with iOS

I want to create a native ios application where people have to sign different contracts. Each contract contains text and input fields such as drop down and textbox. Now each contract might have different number of input fields and these might be totally different.
Any input in the best way to solve this problem? It seems like a lot of work to dynamically generate UI in code and reformat the contracts in a way that can be rendered by ios? As I cant send the pdf or doc itself.
One solution may be you can have categories(sector-1,sector-2 etc) and related sample contract from. In those sample forms you can handle dynamic controls which definitely a few.

Suggestion required - Use 3rd party UI grid or build own grid from scratch?

The project will be built in MVC4 using Entity Framework.
First of all, The targeted grid should be looking like this(It's just a sketch I've made graphically, But it should like this in the end):
What will it contain, what I am questioning and what I have done so far:
*These are all the steps i've done until now created without any grid/ 3rd party grid/ helpers to avoid restrictions when receiving the project's actual HTML.
Data retrieved by dynamic grouping - (Done)
The data is sortable(ViewBag sorting) and have paging(IPagedList) (Done)
Filtering each row with distinct value like in the picture example, Running ranges/searches within - Not sure how to implant it without using UI grid - Not done yet.
Exporting grid , Adding rows dynamically from within the grid in a list and updating it on demand - Also something that a UI grid could suggest in much easier manner , Not done yet.
So from what you've understood so far, Should I work and could I work with a 3rd party grid that could handle all those options without restriction or should I build all those options manually like i've build the sorting/paging so far?
Many thanks in advance.
First you need to note down your requirements and if you cant achieve it the crucial part in Grid, then going for the 3rd party controls would be better choice.
For MVC Grid, please check the demo links of leading products such as Telerik, Syncfusion.
Syncfusion MVC Grid demo
Telerik MVC Grid
You can evaluate these controls for some period and if it satisfies your needs, you can go ahead with one product.
Mostly all product vendors would give an Export option for Grid to PDF/Excel/Word.
UPDATE:
I guess Syncfusion MVC Grid will satisfy your requirement. They have filtering with essential features.
It will load distinct values in the filter choice list.
You can filter string values with casesensitive and vice versa.
Can be able to filter values according to its datatype.
Can be able to filter values using customer filter.
Can be able to filter using filter tokens.
Better check the below links.
http://mvc.syncfusion.com/demos/ui/grid/Filtering/ServerFiltering
http://help.syncfusion.com/ug/asp.net%20mvc/grid/default.htm#!documents/howtofilterdatausingfiltertokensinthefilterbar.htm

How to Display Two Columns in one ListBox?

Dear Members and Masters
I'm trying to display two columns from MSSQL 2008 Database in one listbox...
Listbox's DisplayMember Property can access only one Member..
So..i want to display two columns in one listbox....
How can i do that?
Please answer me if you know:
Thanks
Considering that you are using Winforms you may have a look at Multi-Column ListBox ControlUse this control
Remember always Use Google and search for similar posts.Make google your friend

Resources