CHECKBOXES View As/Add As
I have an integer field in my database that represents an order status. 0 = Order Cancelled 1 = Order Confirmed 2 = Order in Production ... and so forth. In EDIT/View AS, I can choose to show this...
View ArticleEditor does not change theme
Editor does not seem consistent. I can select a theme and it changes on some pages, but not others. Also, a number of the themes seem very similar, with no color changes at all: but this may be related...
View ArticleCalculate order totals on the fly issues
I have followed the calculate order totals on the fly sample by admin. However, I have 2 issues in my work. 1. When I open an existing order and append new details to the end, the total only includes...
View Articleremoved option from 10 version
I had an web application buit with 9.8 version where for date fields I had "inline" option for the calendar control: In 10.3 version this option I see that it was removed - it was very useful for me....
View Articleenable second button in row via first button
Hi, I am looking to have 2 buttons on a row that is to toggle a field on the row. These are for a yes/no questions. I would like to have a "Yes" and "No" buttons, but at any time only one is enabled....
View ArticleUsing DOMPDF in PHPRunner 10.3
Hi at all, I found a way to incorporate the latest DOMPDF version from https://github.com/dompdf/dompdf/releases/download/v0.8.4/dompdf_0-8-4.zip in PHPRunner 10.3. Just unzip the folder and copy it to...
View ArticleNavigation control
I will want to move from an Add form to a View form, for instance. How do I add a menu or a button to do that?
View ArticleAutofill not working properly in v10.3
Hello everyone, I hoping you can assist. I have setup a couple of dependent cascading lookup wizard fields: WorkOrder -> autofill-part number work_order_seq -> (dependent on work_order) autofill...
View Article[SOLVED] MariaSQL
Amazing how different people thing they should do things differently. I blew an hour trying a simple create table. Turns out MariaSQL requires a length on a varchar statement. Question is, a result...
View ArticleTopaz Signature pad
Good Day, I am trying to install topaz signature pad but as a -0 level programmer I am not able to do that, while searching on forum I have come across same question by another user for same but no one...
View ArticleError message
Cannot attach .pdfs? How else to send screenshots? Do not know how to provide URL for an image. Error: Error: Uncaught (in promise): Type error: Unable to get property 'table' of undefined or null...
View ArticleConfirm password field
Hi Guys, What is the easiest way to add a confirm password field to the user registration form similar to image/link below? https://xlinesoft.com/livedemo/todolist/register.php I have been searching...
View ArticleFixing a slow query with a HINT
Hello, I have an SQL view as a data source. My query is like so: SELECT Field1, Field2, Field3, FROM vMyView ORDER BY Field2 DESC When I run this query in management studio it runs fine, but the web...
View Article[SOLVED] Multiple attachments from one field
Hi Sergey, I have a table in my project called pdf that has a varchar(2000) field so I can upload files, I want to send an e - mail from my application that has those files included as an attachment or...
View Article[SOLVED] Additional Print Page
I have two print pages . print - default prints fine horizontal. print1 - I added a standard print button and this page is for printing vertically. Issue: On the List Page I can't find a way - to add...
View ArticleHow to control form behaviour with field event
Hello everyone, I am struggling to find a way to control behaviour on an add form. I have a timesheet - if an employee has an open entry, I would like to display a message and prevent them from...
View Article[SOLVED] Custom PDF with PDFmake.js not based on any page in Designer
Hi at all, I would like to have button creating PDFs not based on any page in Designer. As far as I can see, the PDF API doesn´t give me this option. I tried calling the PDFMake-version from PHPrunner...
View Article[SOLVED] Mysql Calculation and View as Currency PHPrunner
I have two fields in a table and an alias. I have a MySQL statement setup for example (`case_cost`/`packed_qty`) As `bottle_cost`, Actual Calculation: 138.92 / 12 = 11.57 // Which is correct Case Cost...
View ArticleUPDATE/REFRESH FULL PAGE (MASTER) WHEN DELETING A REGISTER OF DETAILS
Hello; I have got a master table called Pedido and a details table called Lineas, at the same time I have created a querry of lines called Otros, both of them related to Id (Pedido) and...
View ArticleControlling PDF Page Break Behavior in Charts
I believe PHPRunner 10.3 is using pdfmake to generate the PDF output of some pages. When I print a table with text of varying length descriptions I find that a table cell can break across multiple...
View Article