Update remote Database
Hello, I'm not a programmer :-) I like phprunner and want to create a small app with it and need some help. If I have a phprunner app in operation on a webserver with mysql database and then make...
View ArticleAdd
I am using one table, having the field likes designid, deptid, locid etc and it is showing its description through Lookup while using edit - It is working fine.. However while trying to add option,...
View Article[SOLVED] reCaptcha Problem
I thought I'd post this in case anyone else has this issue. I could not get reCaptcha to fully work in my PHPR program. I WOULD get a response from g-recaptcha-response (green check mark on reCaptcha),...
View Article[SOLVED] Database connection properties in config.ini
Is there a way I can place the database connection properties (host, username, password, port) into a config file so that I can change them according my server needs?
View ArticleText area Alignment
Not sure why this is doing this.... I have "text" in several areas of the forms I have them set to align left but when you view the form - all "text" is not aligned "left" I attached a couple of...
View ArticleUsing diferentes DBs
Is it possible, that it shows me the SQL registry header and the detail comes from other databases like HANA or MYSQL?
View ArticleEdit Page Error - Cannot update identity column
Hi Everyone, I have an order form that I use the identity column as the Order Number. When I add that field to my Edit page, as READONLY because I don't want to update it just display it, and try to...
View ArticleChart not displayed on public server
Hi I am trying to add a set of charts to my solution (created with PHPRunne 9.8) showing some statistic. Everything is working just fine when tested in my sandbox, but charts are not displayed when the...
View Article[SOLVED] Dual Logos
Hi Everyone, I have 2 business logos, one for my sports division and one for my portrait division. To maintain brand continuity, I would like to have my order receipts display the correct logo based on...
View Article[SOLVED] How do I display two values in one field
I have a table with fname and lname, I want to display them as one as a link $value ="<a href='owners_view.php?editid1=". $data["id"] ."'>".$data["fname"]. $data["lname"]."</a>"; This...
View ArticlepageObj.showField("photo");
Goal: Hide all empty fields on the view page except the "photo" field. View Record Settings: Hide empty fields - checked Javascript onload event: pageObj.showField("photo"); photo custom view: if...
View ArticleShow captcha after unsuccessful login
Hallo, I'm looking for solution on how to implment showing a google captcha after an unsuccesful login. Does someone has found a solution on this so far? Thank you. Matthias
View ArticleWhat is $cman
In documentation i found this global $cman; $cman->byName("cars at localhost")->exec("update carscars set yearofmake=2002 where make='Audi'"); Where i can find documentation for methods and...
View ArticleDisable Days in Datepicker
Hello, I currently have a "Scheduling App" where users select a Day and then enter an activity. I would like to cap the number of activities allowed per day to 10. I already had something like the...
View ArticleCustom view
Hi PHPR community, Is it ok to use SQL variables on creating SQL on the Query page? It is a Custom View named: formdetail_subcat SELECT s1.id FROM subcategory AS s1 WHERE (s1.id NOT IN(SELECT...
View Articlehow to save only one field for two shown with the Lookup wizard
Hello! I want to display in the Lookup wizard two fields (with concat) to make easier for the user to select, but I need only one of the fields to be recorded. Sample: In the list, the user see John -...
View ArticleGet tab ID
Hi PHPR community, Is it possible to get the tab ID of the selected tab on the List page using PHP? I used another table's index key as the tab ID. If I can get the tab ID, I want to pass this as the...
View ArticleAre there any best practices for organizing the relationship diagram?
Hi at all, wondering if any of you have some kind of best practices for organizing the relationship diagram in PHPRunner? I see and sometimes have problems and difficulties with: - How to differentiate...
View Article[SOLVED] Parse Error
I am setting up a new site, using phprunner.php to connect. It connects fine, and creates my pages, but after I upload them via ftp I am getting the following error... Parse error: syntax error,...
View ArticleName change by files uploading
In PHPRunner manual in Topic Rename uploaded file we can read: "Each file uploaded to the disk has two names: display name, that you can see on the site, and physical file name on the disk." By...
View Article