API PHP Code Generation
Hi Guys, How can I refer or link a specific field from another table into my PHP code for my Rest API URL parameter so that everytime I change the data from that table, it will fetch the changes to the...
View ArticleLOST file name between 10.3 and 10.4
Hello I have migrate my projetcts 10.3 to 10.4 I have an error for the field type file . In 10.4 i lost the file name on the list/edit page http://oliviercoulon.free.fr/Capture.PNG
View ArticleHide Field based on Page Used
Hi Everyone, I have custom Order Add pages so that when a user creates a new order from a Client Page, it doesn't display the client name on the order form because you are already on that client....
View Articlelarge and/or multiple project design
Hi all, I want to outline a couple of challenges I have with project design and I would love to find out if others have similar struggles and how you approach the design. Here are two scenarios: I have...
View ArticleChanging the column heading hint when hovering
Has anyone modified the CSS for the hint on the column headings? I've searched the forum and the manual. I'd like to change the color and font size within the box.
View ArticleDisplay Calculated Field Result
I have read about Modifying the Table to include a calculated filed. I do not have access to modify the table. I have a very simple query Select SUM(Table.value/100) as 'DECLARED_VALUE' From Database...
View ArticleFunction get_magic_quotes_gpc() is deprecated
Function get_magic_quotes_gpc() is deprecated This happens when I run my app in my own Wapm/apache server. From reading, it appears I may need to install a different version of PHP. I know where to...
View ArticlePerform Query Then Insert Output Into SQL "IN" Statement
Hello All, This is driving me nuts. I have a simple query: "SELECT District From WorkLocations WHERE A = 1". I need to take the output of that query, which consists of about 12 work locations, and then...
View ArticleWhy can't you specify both resizable table columns and scroll table data
Why can't you specify both resizable table columns and scroll table data in a List table specification? The resizable table columns is very helpful when resizing to fit a phone. Scroll table data is...
View Article[SOLVED] Lookup filtered
Hi PHPR community, I want to know how can you filter a lookup on a detail table based on a column value on a Master table? Example: MAINFORM - Master table id system_id FORMDETAIL - Detail table id...
View ArticleHidding field and graphic
part of form I have a form with a checkbox then a second field to select type I would like to Hide the type field and the graphic if the checkbox is left unticked In my before display field I have:...
View ArticleBootstrap Multiselect e Radio Dropdown
Hi,I purchased this plugin from the marketplace, after I installed I get this error: Fatal error: Class 'ViewBSCheckboxDropdown' not found in C: \ Users \ ***** \ Documents \ PHPRunnerProjects \...
View Article[SOLVED] Inserting Audit records
Hello all, I have several tables with email addresses. In table 1, I have records with unique email addresses. In tables 2 and 3, there can be multiple records with the same email address. If I remove...
View ArticleHow to move to beginning of list after setting edit on all records
In an earlier post I found Javascript code to add to the onload event that forces all rows into inline edit status. pageObj.inlineEdit.editAllRecs(); Can someone suggest code that will move the...
View ArticlePopulate details table
Hi PHPR community, How to populate a details table when the Add new button is clicked on the parent table. FORMDETAIL table will have data from the CATEGORY and SUBCATEGORY table. Much better if...
View ArticleBefore record updated $inline = true
Hallo, I'm using the following code at: - before record added - before record updated This for calculate the "linetotal" field $data = $pageObject->getMasterRecord();...
View ArticleHide a master data field on a standalone master detail page
Hi, I have a master detail page type NONE. I want to hide a datafield of the master record. In the manual it says for getMasterPage() : Returns the RunnerPage object representing the master page....
View ArticleUsing a copy of a masterpage
Hi, I made in the designer a copy of a masterlist. The name of the copy is now masterlist1 . How can I use this new masterlist1 on a details list page. On the detailspage in the designer I found...
View Article[SOLVED] I cannot see the top line or left column of editing options
oops. I was looking at the visual editor video and apparently 10.4 uses a new approach.
View ArticleAdd "User info" option.
I would like to know how to add one more option in the username-button dropdown to show user information, such as: group he belongs to, time of login, last time to login, etc. using alert() or showing...
View Article