Open filtered edit form in new window
I need to open an edit form in a new window filtered on a user selected record. Ideally from a row in a grid, if necessary from another form. How would one do this?
View ArticleDelete signature inserted using signature pad
Currently have a field formatted with 'Signature Pad' option for Add/Edit pages. Is there some way to delete a signature inserted on edit page without deleting the entire record? It seems as if once a...
View ArticleDraw polygon on google maps
hi, How to Draw polygon on google maps with latitude and longitude points stored in the database on phpr?
View ArticleFeature Request
It would be quite useful if it were possible save/ load/ re-use lookup lists. Lists that don't require a separate lookup table such as YES,NO,N/A or 4 or 5 words only that don't really justify a new...
View Article[SOLVED] Totals & Apply to all pages in 10.x
In ASPR.NET 9.x, there was the 'Totals' page, as you all know. One handy little button was 'Apply to all pages', which could be found on the right side of the screen for any page total order, including...
View ArticleMissing method in database API
For the most part, I've stopped using the deprecated methods of the old DAL. However, a very common use case is much simpler using the DAL and there doesn't seem to be a parallel method in the API....
View ArticleLeft Bar - "Overlay" visual mode
Hello everyone, I would like to configure "Left bar" to work in "overlay" visual mode instead of it´s default "push" mode (please, see the examples here...
View Article[SOLVED] Page_Add Event Name possibly wrong....
Hi, Just noticed that the Event handler in Add_Page is named function Copyonload($values, $where, $pageObject) { } In the Event Tree -View it is also named Copy Page: Could this be a source of various...
View Article[SOLVED] Report field in all cell
How generate report with field in all cell of table? By Default: I need: Can someone help me?
View ArticlePass formatted HTML to PDF from text area field uses the Rich text editor
Hi Guys, Just wondering if there is an easy way to pass formatted HTML from a text area field on a view page to a PDF via the View PDF button on the view page? The text area field uses the CKEditor on...
View ArticlesetSearchOption bugged
Hello, I'm trying to set a default date range for recors on a list page. I use the following code in "After table initialized" of the "news" table to get records of the last 5 days: FIRST BUG: $srchObj...
View Article[HELP] Refresh Content Without Reload Page
I Use very latest PHPRunner in Windows 10 x64. Same as topic, i need to refresh content without reloading page. I Found tutorial in Runner Manual; Runner.runnerAJAX(Runner.pages.getUrl(pageObj.tName,...
View ArticleWorkshop / Service center app design
PHPrunner 10.7 Build 34427 Guys, Im after some advise on how to achive a system that works in this way Tables : WorkshopJob - Contains Job ID, Company name, date due in, date due out, date complete,...
View ArticleUsing new Where Tab methods
A recent maintenance release added two new methods to the Additional WHERE tabs API: setTabShowCount and setTabHideEmpty. But the documentation has not yet been updated. I had to do some experimenting,...
View ArticleImage resize BEFORE upload
I created a site for upload of photos from iPad and mobile phones - with the high quality cameras now built into the mobile devices, file sizes are large and on cellular connections uploading photos...
View Articlemessage confirm/cancel on date_diff
Hi I'm looking for a way to alerte user by message beforesave if the field content (date)= today if click confirm the record go to saving if click cancel the record is aborted. thanks
View Article[SOLVED] Remove message box from list
hello, I want to load list page without showing records. I tried setting the following code in "Before SQL Query" and it works perfectly, but I get a "data not found" message on the page....
View ArticleDatabase API
Hello Guys! I have a question. How do i return the columns header in query executed?
View ArticleAdditional Add Page
Hi Everyone, Ok, I created an additional Add Page (lets call it AddX). I'm able to call it and the page is working correctly but I want after the user clicks on "save" to reset the form and stay on it....
View Article[SOLVED] Update Field after previous field is completed
On my add page, I have two dates, BeginDate and EndDate. They are often identical but sometimes several months into the future from the current date. I'm looking for a way to basically default the...
View Article