Guidance on learning ASPRunner.NET
Some contractors that I work with are embarking on learning ASPRunner.NET. They come from a Cake PHP background. Obviously, they need to learn C#. But then, I offered them some guidance on learning...
View Article"Read me first" bad link on choose pages screen
I finally started using 10.4 for a new project. Curious about this link on the choose pages screen under PDF view. When I click it, I'm taken to the product registration dialog. I enter my registration...
View ArticleExport to Excel Master and Details Tables
I have an app the utilizes two tables: Family and Individual. These 2 tables are linked using the "FamilyID" field. Master table - Family FamilyIDFamilyLastNameAddressDetails Table - Individual...
View Article[SOLVED] custom barcode plugin
I`m trying to write a barcode plugin follow instructions from https://xlinesoft.com/phprunner/docs/how_to_create_a_custom_edit_control.htm But when i run application i receive the message Fatal error:...
View ArticleProblem with 'Remember me'
Hello! I have a problem with the Login-Option 'Remember me': I need the UserName in AfterTableInit but if i start a page the UserName is still Blank or Guest. My debugg with 'remember me' brought the...
View ArticleSpecial observattion about docmanager and mfhandler.php
This is a somewhat esoteric post but maybe useful to know, I saw this while working with the docmanager template, but it might apply in other cases where file downloads and therefore mfhandler.php...
View Article[SOLVED] Activation Email
A lot of providers are blocking the "activation" link sent via email due to the http I need to switch the email templates %url% , %activateurl% , and %reseturl% to https where do I do this?
View ArticleComplex page designs - list of tables
I have been trying to think through how we could rebuild some of the legacy functions of my company's external website - using ASPRunner.NET. I think the biggest challenge is the need for - a list of...
View Article[SOLVED] Database API - Insert - Update
Is it possible to implement in the Insert and Update the capability to include Geocoding feature to add or update the latitude and longitude? Will be nice to have that feature. Or is possible to...
View Article[SOLVED] Required Field if different field value =
I have two fields: country and state by design - state is hidden unless country = "236" var ctrl = Runner.getControl(pageid, "country"); if(ctrl.getValue() != "236") pageObj.hideField("state");...
View ArticleImage upload orientation
I found some old articles on here which don't work today it seems. When an image is uploaded, PHPRunner ignores the EXIF data and outs the image to it's true rotation. So for a picture that was taken...
View ArticleHow to override a system message for duplicates in register page
Hello everybody I want to override the prevent duplicate values in the field username, recently I changed the authentication from username to email, now everybody will authenticate with their email,...
View ArticleSomebody use SweetAlert for Bootstrap
HiI am having problems with the Confirm popup, some users tick on "Prevent this page from creating additional dialogs" and there is where my problem start. Then I would like to try Sweetalert for...
View Article[SOLVED] Show member who inserted record
How to show the member who entered the record in the watch list thanks for the help
View ArticleddSlick
Hi All Has anyone been able to successfully implement the ddSlick jQuery plugin in a PHPRunner project? If so, I'd very much appreciate a working example. Many thanks in advance. Ayman
View ArticleCopy Record Button On View Page
Good Morning, I am trying to figure out how to use the "copy" function from the list page on the view page: I would the option to copy the current record from the view page to add a new record ( Add...
View ArticleMaster Detail Export
Is there a way I can export a list of records together with their details rows into excel. In other words I want to export master/details records into excel. Any assists will be appreciated more.
View Articlesend or not send email
Several nurses attend the same patient. Therefore when something is changed in a dossier an email is send to those nurses. But sometimes a dossier just need some 'cleaning up' and is an email not...
View Articlemenu for mobile and menu for desktop
Hi how are you? this time in a system I want to implement a view for mobiles and one for desktop. I wanted to know if they know how to use MenuItem event to show a menu for desktop and another for mobile
View ArticleHow to display the data in the next record as part of current record
Hi All, I'm relatively new here so I apologize if my question is a silly one! On a List page, how can you get a field in the next record and display it as a field in the current record? I will...
View Article