[SOLVED] Emailing from a SELECT in BeforeAdd Event
I have the following code: string strSQLExists2 = "Select * from MYTABLE where (EmpEmail > ' ' AND IssueDate = CONVERT(DATETIME, '" + DueDate +"', 102)) AND (JobID='" + values["JobNo"].ToString() +...
View ArticleaddValidation method in Field events
Hi all - wow, great product. I am attempting to addValidation 'required' to a date control when a radio button field is selected "No". Field events is where I an trying to apply validation. my code:...
View ArticleHiding and showing parts of report view pages
I want to be able to click on a part header in a report view page to hide or show a part of the report. For example I have a list of companies sorted by alphabet and grouped by first letter like A Aa...
View ArticleWorking with calculated dates in PhP
I have this code in a before record event to enter a future date column Expdate. $values['expdate']=date('Y-m-d', strtotime('+7 days')); I get the following error <<< Record was NOT added...
View Articlelightbox caption
Is it possible to display a caption with the image file name in the lighbox???
View ArticleList of dates
Hi, I would like to get some tips of you guys how to achieve the following I have a list with this week's occupation of an orchestra. SELECT bezetting.ID1, bezetting.dirigent, bezetting.key1,...
View Article2018 - Search Engine Friendly URL's htaccess
How to use friendly urls with phprunner, manipulating with htacces, in my test I was able to run 100% on a localhost, xammp server and on an online server with the serverpilot.io control panel on...
View Article[SOLVED] Button language
Hi, I`m using PHPrunner 9.8. My web site has multiple language support but some of the default buttons, like uploading files are not translated into the different languages. e.g. the button for...
View ArticleChange number of radio Buttons on a Row with Bootstrap Them
Hi Folks: I tried to submit this using a ticket for support but the system is just giving me an error. Anyways, I am using PHPRunner 9.8 and the Bootstrap Theme. I have several rows of radio buttons...
View Articlesynchronization button
hello i would make a button to do the syncronization of descktop a online, how can I get there. thx
View Articleproject site UI locked to mastertable view
I have some menu weirdness in a phprunner built site (9.8 29967 x64): Clients table and Houses table joined (houses hold many clients). main Menu Item: Clients link works appropriately to get to...
View ArticleInserting into another database
I'm trying to add a row into another database and have now tried several way but am continuously getting an error. The latest way is: $hostDb='mysql:host= "localhost";dbname="EMS" '; $user='xxxxxx';...
View Articleprivate message
How can I send a private message to all members Appear after you sign in "only once" and I want to know who saw the message How can I do that ....
View ArticleHow to select connection for CustomQuery
Hello, it is quiet simple to place a CustomQuery into an event $sql = " ... "; CustomQuery($sql); But this query is executet for the default db-connection, even if the page belongs to a different...
View Article[SOLVED] Unable to add new fields to registration page
Am I doing something wrong? I want to add some more fields to the new user registration page, e.g., address, city, state... I had already let ASPR.net create a users table, so I modified that table to...
View Articleparsing a text field and creatig new lines to display
Hello All, I need to take a text field in my database that contains a large amount of data that is comma-separated and display it in separate lines. Example A text field contains this info... "4...
View ArticleSaving SESSION variables at registration
Hi All, I'm trying to invite users to the register page, so pass in parameters like: /register.php?act=j&i=5ab8b03990581 I need to use the i=5ab8b03990581 in the "After registration" event, so I...
View ArticleODBC for Quickbase
I have ODBC for Quickbase and want to connect to quickbase for data analysis. In PHPRunner, I can connect with this ODBC and see tables & data, configure the interface and create webpages. However,...
View Articleweek(date)
Hi all, In a query I use SELECT * week(date) AS week FROM mytable WHERE WEEK(date) = WEEK(CURDATE()) This works fine, it picks the week however it picks the week from Sunday. I would like the week to...
View Articlehow to add field between header and data section
how to add field between header and data section on print friendly page? header section I want addd field this division begin of data section field1 field2 ....
View Article