[Forge] Common Lookup Data
Common data sets that get used during B2C and B2B data capture in apps. Data can also be found locally in relevant Davies March Forge components.
View Article[Forums] How to open pdf in new tab
Jardel Araújo wrote:Try the tag target="_blank".<a target="_blank" href="yourfile.pdf">pdf</a>Thank you for responding where should I put the <a target="_blank"...
View Article[Forums] How to open pdf in new tab
Pranav Pandey wrote:Hi Nicholas Belo,Can you please explain how have you implemented the current logic. If you are using link to open the PDF then may be this will help. Please see the attached screen...
View Article[Forums] How to open pdf in new tab
Hi Nicholas Belo,Can you please explain how have you implemented the current logic. If you are using link to open the PDF then may be this will help. Please see the attached screen shot for help.Add...
View Article[Forums] How to open pdf in new tab
Try the tag target="_blank".<a target="_blank" href="yourfile.pdf">pdf</a>
View Article[Forums] SSL Pinning Plugin - Documentation
Executing the following openssl command: openssl x509 -in my-certificate.crt -pubkey -noout | openssl rsa -pubin -outform der | openssl dgst -sha256 -binary | openssl enc -base64you may get the...
View Article[Forge] Email Validation - Realtime
Ensure you are capturing a valid email address in your applications. Davies March wrapper for Loqate's (formerly PCA Predicts) Email Validation API.
View Article[Forums] How to open pdf in new tab
Paulo Zacarias wrote:Hello Nicholas, What you are looking for can be done with the iFrame widget that you can find in the Utilities (WebPatterns).So, in this screen you open via the target=_blank, you...
View Article[Forums] Fetch result from JS continuosly | Outsystem Mobile
Hi,I have created an action & written a JS in it, where I am generating some results continuously after some seconds.I want the JS result generated regulalry to be reflected on my outsystem...
View Article[Forums] How to open pdf in new tab
Igor Khodak wrote:Hello JardelIn the link you need to put target = "_blank" and after you need to change properties in download. Best RegardsThanks for the reply it's actually a url what could I do in...
View Article[Forums] How to open pdf in new tab
Hello Nicholas, What you are looking for can be done with the iFrame widget that you can find in the Utilities (WebPatterns).So, in this screen you open via the target=_blank, you put the iFrame widget...
View Article[Forums] How to open pdf in new tab
Hello JardelIn the link you need to put target = "_blank" and after you need to change properties in download. Best Regards
View Article[Ideas] [Service Studio] Allow the developer to rearrange widgets on the...
Hello there,I would like to suggest that the developer is able to rearrange the widget pane (left pane) to their liking. If the developer uses a lot of Comboboxes but none Editable Tables, maybe it...
View Article[Forums] Getting total affected rows in advanced "UPDATE" quey
Hi,You can do a RowCount after the update query. Look at this example:Any question let me know.Regards,Marcelo
View Article[Forge] UK Business Name and Details Lookup - Realtime
During data entry capture the official name of a UK company and its official Address and Company Details. Allows for company names and company numbers to be mastered and reduce users time entering...
View Article[Forums] Transform pie chart into donut chart
I need exactly same. If possible, Please share oml file.Also, I have other requirement of above Donut graph.IF possible, please share a sample OML file for this also.
View Article[Forums] How to open pdf in new tab
Nicholas, In the preparation of the screen that is accessed via the link, please use the download (as Igor said) at the end. Like this: Let us know if you have any further questions.
View Article[Ideas] Web or Mobile platform context for new post.
Add new combobox filter to add context to "New Post" page. For example in the forum for questions, the solutions can be different for Web or Mobile platform. That would be a good way to narrow the...
View Article[Forums] How to open pdf in new tab
Nicholas Belo wrote:Pranav Pandey wrote:Hi Nicholas Belo,Can you please explain how have you implemented the current logic. If you are using link to open the PDF then may be this will help. Please see...
View Article[Forums] Getting total affected rows in advanced "UPDATE" quey
Hi,In T-SQL ti will work. For MySql you can use ROW_COUNT(). for Oracle sql%rowcount. BUt I only test this on T-SQL.Regards,Marcelo
View Article