Change server, Domain and Database
Hello, If I want to move my project to another server, another domain and another database I would have to change the access data. Is there a central file where these data are and are to be changed?...
View ArticleLookup Wizard
How i can do this please: I have a where statment in the lookup wizard which is like this: "Prefix <> (select aeronave from reserva_voo where data = '2018-08-16' and reserva = '10:00 - 12:00')"...
View ArticleProject Hangs During Building
Is there any way to see (output log, etc..) what file is causing PHPR v10.0 to hang during the project building stage? I have some projects that seem to get to around the last group of files and then...
View ArticlePHPR and CMS'
I can't search for CMS as it's not long enough but I don't think I've seen too many posts about integrating PHPR with other CMS'. I did see the Joomla posts, and I might go that route, but wondering if...
View ArticleDocument Management Template
After I purchase PHPRunner I may purchase the document management template for $50.00. If I do that am I permitted to then look at the program and its structure with PHPRunner, alter it as such and...
View ArticleReplace spaces in files before upload
How can I replace spaces in files with "-" before upload? For example, a file called "my file 2018.pdf" rename it to "my-file-2018.pdf". Thanks
View Articlemap marker color
hi all, is it possible conditional color for map marker on screen event. for example: table id int(9) sayim_sonucu int(9) screen event. code $icon = ""; if($data["sayim_sonucu"] >100) $icon =...
View ArticleChart Problems
Here is the chart I have. https://www.dropbox.com/s/q5dub2p1pblrwjl/Capture.PNG?dl=0 I would like to change some things: 1. Last point is not fully displayed. 2. not all the times are being displayed...
View ArticlePDF View PHPRUNNER NOT WORKING
I have installed the PDF plugin but in the PHP version RUNNER 10 does not work, in the page pages I have marked the option pdf view and in the design the button is displayed but when pressed it does...
View ArticlePHP Runner 10 image in a cell
I have what I guess is a very easy question: How to put an image into a cell in PHPrunner 10 I am guessing using the custom CSS, but since HTML 5 we dont use <td background=> So if not <td...
View ArticleUK Post Code Search
Hi All I am looking for a way I can add this into my sites table, so when we add a new site address, we can use a post code lookup Would anybody have any idea where I can insert this to pick up the...
View ArticleVersion 10 Designer
I have been trying to use this new feature in the Designer - clicking the + icon and defining a new window for a table. However I do not see the resulting .php file getting generated when I do a build....
View Articlelist_options ... questions
Using Version 10, Regarding the list_options 1) How do I change the URL associated with selection? for example, I'm selecting the "Advanced Search Properties" in the list_options under list but can't...
View Article[SOLVED] ODBC connection error
I tried to run the created desktop app in Windows into another PC and I got an error, ie Fatal error source: ADODB Connection Provider cannot be found ... Connection.php in line 661 Please help What...
View ArticleChanging Date format
After adding a new record in the database an email is send to the costumer. The mail contains the date of the apointment. That date is like 2018-08-21 00:00 when I do it like this $message .= 'Youre...
View ArticleConditional Formatting with DateTime
Hello, I have a table with a datetime field called AcceptDate. I am trying to set the row style color to red when the AcceptDate is within 30 days from today's date. This is what I have tried under...
View ArticleERROR INLINE ADD
Create a project in phprunner v10 (31301), in the page tab I have marked the option to add, but by default the inline add option is marked, I uncheck the inline add option but I keep compile and I keep...
View Article[SOLVED] add data and copy to field other other table
I have a project with two Tables. In table 'Overzicht' I plan new apointments. In that Table we also put a date for that apointement. That field is called 'Date' In the other Tabel 'Clients' we keep...
View ArticleDiagram
Hi, I just bought the brilliant plugin "diagram" but cannot figure out how to add custom images, I have even tried overwriting images in the image directory but nothing changes. Any help much appreciated
View Articledon't show date 00/00/000
Is there a way to hide the date if that date is not entered? Now I have a list with dates that all snow 00/00/000. I just want to see data if there is a real date instead of zeros. Is that possible?
View Article