hidefield won't update when save
I'm trying to set some fields and save them to a database using this code on the add page Javascript onload event: var ctrl = Runner.getControl(pageid, 'ETL_NaturalKeyText');...
View Articleinput value from keyboard to signaturePad
hi all is it possible input value from keyboard to signaturePad ? best regards,
View ArticleHide and Show Button on List Page
Hello I want to show and hide a custom Button (closeBewertung) on List Page Header (not for every record) depending on successfull ajax save. $.ajax({ type: "POST", url:...
View ArticleOptimization of several installations via symlinks and cdn
Hi all, still looking for ways to optimize the deployment of several installations on one server for different customers (software as a service). Currently I have for example 60 customers using one...
View Article[SOLVED] Custom function in the event of a button
I am trying to create a function on a button (server side) but it is returning error. Here is a simple example: Button SUM SERVER SIDE $num01 = 10; $num02 = 30; $result["sum"] = calcSum($num01,$num02);...
View ArticleAppearance of disabled radio button
Hello, how can i modify the appearance of disabled radio button. By default it looks like this: I've tried it via Custom CSS but i don't no how to address the button. The radio button is defined as...
View Article[SOLVED] Data from Stored Procedure not shown on List page
How can I show data from SQL Server's stored procedure on List page? I found instructions to do that with PHPRunner, but i didn't manage to do it in ASPRunner.NET.
View ArticleDate edit control
Hi, how can I set this as the default setting in PhpRunner 9.8 Visual Editor >> Date edit control: appearance: Simple edit box Calender controle: None
View ArticleSMTP settings in database mysql
You greet to everybody, i am new of phprunner and i need a help from the experts. I have the version 9.8 builds 29929 x64s, are building an application with users on database MySQL. My question is...
View ArticlePHPR 9.8 and Invoice template
Hello, I must modify invoice template and add tax value calculations not only for whole invoice but separately to every position(product) on invoice. Products have different tax values. I've added...
View ArticleUsing transaction control
I'm inserting a button that will perform a series of queries on the database (MySQL). I would like to know if I can use transaction control as the example or if there is another way to use it: try {...
View ArticleNew Bootstrap Styles
At Bootswatch has new Bootstrap Styles ver. 4 like https://bootswatch.com/cerulean/ How can inculd new Style like https://bootswatch.com/minty/ at D:\Program Files\ASPRunnerNET9.8\styles\bootstrap? I...
View ArticlePrint in Dashboard
Hi, I have a Dashboard with 2 tables, is there a way to print the Master or detail table? Thx
View ArticleSticky Footer
Hi, I want to make a footer at the bottom of the page by taking an example from the code on this page: https://css-tricks.com/couple-takes-sticky-footer/ is it possible to insert the parts of html/css...
View Articleformatting calculated values
Hi Experts, i am having a problem with values calculated on the fly! In Javascript On load (add page) i calculate some values ex. ctrlfscrap.setValue(((Number(ctrlfnetto.getValue()) * 0.40) / 36) *...
View Article[SOLVED] How to change width of column in list view
I have a standard list view. I am trying to change the width of a column. I can do so v isually and it looks fine but it is not saved. When I leave the page it reverts back to its former size. Surely...
View Article[SOLVED] Lookup Field - JavaScript Onload Event
I have a lookup field called "Activities" that is dependent on a different lookup field called "Department." When a department and an activity are selected, the fields "Regular Fee," "Discount," and...
View Article[SOLVED] Problem with redirect
I hope same-one can help me out in a after-update event I redirect to another page like header("Location: adres_list.php"); It always worked, I did't touch it and now I get an error When I do a...
View ArticleSend simple email if a field checked off.
Hi, I have a form that has two check boxes, when either is checked off for the first time, I want to send a simple email stating a task is completed. I know to use events, after record updated...but...
View Article