Bootstrap Theme Selector for ASPrunner.net
I tried to modify an example I found on the forum that was written for PHPrunner but wasn't successful. Has anyone been able to set this up for ASPRunner.net ? I just started using version 10 after not...
View ArticlePHPExcel
I added bellow script on "server" button action and the file is saved in server without problem. Now, I need to downoload the file, but it does not work. So, I need a help. require('PHPExcel.php');...
View ArticleMenu in all pages
how to have the top menu visible in all pages (add/edit/view) using PHPR10?
View Articletab sheet in explorer
Hey, I make a test with the phprunner. At the moment in de explorer gives the name "Aanpassen Bundels " How can you change the specified name in the tab sheet of the internet explorer. Thanks fusha
View ArticleShow and Hide Filter Selector
I like the way the Search panel can be hidden or shown at run time. Can something similar be done with the Filter Panel? I like options like Interval Filtering for dates, but trying to make as much...
View ArticleError when calling stored procedure in custom view
I had a really complicated custom query constructed for a report that made use of subqueries, SQL variables, and a JOIN clause. After discovering that JOINS are not supported in ASPR.net (despite the...
View ArticleJavaScript OnLoad
Hi All It's been a while but I thought I would post up as I have a new project on my desk. I want to learn more about how to write in the Javascript onload section of PHPRunner. I wondered if there are...
View ArticleCompare dates
Hello, I am selecting a date from the database, then if it is earlier than today I want to run some code. I can't seem to get the syntax correct for this. Here is what I have: // Get info from DB...
View ArticleActive Directory Strange Issue
I have a application that uses Active Directory for user logon. It works good but I have an issue. I have some users that cannot logon but they can logon their computers that uses active directory. Our...
View ArticleDuplicate Destination Field error
I get this error whenever I try to add a new record. I try to generate a Max+1 from a table using Before Add event, Made the field read only. So on submit I get the above error. Its worked for me...
View ArticleHandling Constraints
Say you have a table Categories and a table things. Each record in Categories can have many child records in Things, 1:n relation between Categories and Things, the relation is from...
View ArticlePHP-Runner 9.8 Ent. multiple DB connections
Hello All, I hava a project where I have multiple database connections. (3x MSSQLServer(3 Dataases on same server) and locally a MariaDB)) On some forms, tables on other connections can be accessed...
View Articleprint a message in a list
hi, how could a message be printed with the javascript events without using an alert, in the image I show an example
View ArticleHow to create a static help page for users in a tab
Hello, I have various modules in my PHPRunner application, each with a tab. I would like to have a tab named "Help" that appears on the menu.php and on the list.php so that new users to my app can read...
View ArticleHow to add a profile picture
Dears.... Have a good day. By using asprunner.net I've been trying to put a picture (circular avatar) of the user who logged on (each image associated with a user_id) like this "Logged on as:name...
View Article[SOLVED] Filtering Browse
Hi Gurus, I have the following filter that works in version 9 but not in version 10. SELECT "Category", "Description", "EventID", "FromDate", "FromTime", "Image", "Location", "Map", "Note", "Price",...
View ArticleHow to switch to mobile editor
Hi All, Sorry for this silly question. I remember editing the display format of my pages for mobile version by clicking on a mobile button. After installing my PHPRunner 10, I copied my mobile2 source...
View ArticleEvents
I have a detail table that I need, when adding a record, to know how to use client number and get client name from another table as validation? PHPRunner Enterprise detail table has client number 5...
View ArticleGetting a just Entered field to a JavaScript Variable after pressing Save
Hi, I'm looking for a cleaner method to do this: I have a user table with firstname, lastname and email I'm on the user Add Screen and I enter the data. When I press "SAVE" I use the Custom Add Event...
View ArticleShow Records when select date in add page
I would like to do following: i Have a add page where a have a date field. When i choise a date i would like that open a windows and show all records with the same date. Is this possible?
View Article