Quantcast
Channel: ASPRunner forums
Browsing all 2586 articles
Browse latest View live

Permissions 10.3

After upgrading to 10.3, when I build and then upload my project, it doesn't display the login screen or any for that matter. I found that when I turned the security off, all pages displayed...

View Article


Another issue with ViewControl.Format (custom formatting)

Should ViewControl.Format work when selecting "Custom" and inserting custom code in the View as tab? If so, I have uncovered another bug in this implementation. I have two time fields. The standard...

View Article


[SOLVED] Promisses

Just a simple question. Can Promisses be used in javascript within PHPRunner? Gr

View Article

Single logon for 2 projects on the same server

I am trying out version 10.3 and found this new feature in Security tab 'Session keys'. It said by sharing the session name and secret key, two projects hosted on the same server can share a single...

View Article

[SOLVED] Show/hide tab in edit page with Javascript

Hi Guys, Hope everyone is loving 10.3. Using the Javascript onload event code below, on my add page I can easily show or hide a tab based on a user selection from a radio button control (This works...

View Article


[SOLVED] Setting the Tab order for fields

Would like to adjust the tab stop order of fields on an add page that I have and have not been able to find the way to do it.

View Article

CTRL + N or CTRL + S Keyboard Shortcut

Hello i am using that code for add new record with "N" keyboard button. //load the add page (or popup) if you press the n button $(window).keydown(function(event) { if(event.keyCode == 78) {...

View Article

RuntimeBinderException

My .net application is very slow. Even a simple application with one table take 5+ seconds to load the initial page. When debugging in Visual Studio 2019 I noticed the 'RuntimeBinderException' was...

View Article


Clear Form Data on Add Record

When I click save on my add record page, I am redirected back to the add page again, but the form data is still held and if a user refreshes the screen they can submit duplicate record info if they do...

View Article


Upgrade from ASPRunner to ASPRunner.NET

Hello everyone, We have a CMS that we have built in ASPRunner and have been using for a number of years, essentially it's a front end for our SQLServer database. We have always had issues with its...

View Article

Export to Excel Format (Number Stored as Text)

Hi Guys, I appreciate if anyone could help me with this problem. When EXPORTING to EXCEL, a varchar TYPE field which contains 18 digit number is change to scientific notation. I want to get the number...

View Article

Add a button in a page to add a new field

Hey Guys, Just wondering if you already bumped a solution for this: I need to add some kind of button to add a new field in a page, specifically when you are adding a new data to a table please help,...

View Article

Theme Selector for ver10

There was an old post that had a theme selector. https://asprunner.com/forums/topic/24460-bootstrap-theme-selector/ This was in ver9 and it no longer works for ver10. Has anyone got it to work for...

View Article


Chart Modify Not Working

Currently using PHPRunner 9.8 Enterprise, I want to modify font size and other things in chart. Already try some javascripts based on phprunner manual and tricks in this forum, but there is no changes...

View Article

Add multiple child records based on multi-select Lookup Wizard

Working on an application that tracks training for our employees. Each time I add a training session, I want to be provided a list of employees to assign to that session. I assume using the Lookup...

View Article


Image upload failed on Iinline Edit but ok for Edit

Hi, I tried many times to upload a small logo file and always get a failed upload message. Data field: varchar(300), view as: file, edit as: file/image. No restriction on file type to keep it simple....

View Article

[SOLVED] After login Page redirect

After login in the event After successful login I have entered the following code $admin="Admin"; $subject = "Subject"; if($data["GroupStatus"]=$subject){ header("Location: subjectresponse_list.php");...

View Article


Filter error

When filtering a table, then clicking either edit or view an exception error displays... Fatal error: Uncaught Error: Class 'FilterValuesList' not found ... /classes/searchclause.php:590 ......

View Article

Show Error occurred when update in inline edit

I have a script of redirect to the list page "header("Location: model_list.php");exit();" after record update in Add page or Edit page.When i update the record in inline edit / add function, it show...

View Article

Export function in version 10.3

In a completely redesigned, quite complex application, I have the problem, that the export function does not work. Neither with formatted or raw values, multiple deactivation and reactivation of the...

View Article
Browsing all 2586 articles
Browse latest View live