SQL Lookup
I have a form with a field [ContactEmail] that I want to auto-populate with an email address based on the session UserID returned by the Active Directory login. A table named CONTACTS is in the project...
View Articleis it possible create pdf button on the dashboard page?
is it possible create pdf button to download the dashboard page? I have tried to put the ajax.addPDF( 'pdf', {}, function() { return ctrl.dialog( { title: 'Save results as PDF', fields: [{ name:...
View ArticleSort a PDF automatically
How can I get the child list to automatically sort ascending on a name field? Also how can I get a PDF printout to also have the child table print ascending on the same name field. If I play around...
View ArticleHide Add and Edit buttons in mobile
I try in Menu item modify to hide Add and Edit buttons of a table in mobile mode, but not sure what event code to use. Can anyone share with some sample code?
View ArticleMultiselect and inset as individual entries
https://xlinesoft.com/phprunner/docs/select_multiple_values_to_show_as_database_entries.htm Using this code, I was wondering if there was a way to use it with a field that's a INT instead of a VARCHAR...
View ArticleCreate custom button
Hello, I want to make a button on my page view, which makes a file test.csv of some fields, but me not succeed. I give you the code it already ... Client before function OnClient...
View ArticleMigrate from MySQL to MSSQL
I developed a project which uses MYSQL database. Now I would like to migrate it to use MS SQLSERVER instead. What should I do? Thank you.
View Articlecreate standaard button "export selected in a view
Hello, Is it possible in a view screen the default button "Export selected" in build ...?
View ArticleDynamic landing page
I'm trying to get the program to go to an "add" page after login when the device is mobile otherwise when it is desktop, it should go to the main menu. I understand this is done in "After sucessfull...
View ArticleCalendar
I need to limit the hours on the day view of calendar to regular office hours. Now the calendar day view shows 12 AM to 11:59 PM which is not practical. This is on the newest calendar.
View ArticleCreate custom button for download file in view ?
Hello, I want to make a download button in the view screen. I enter the following code at the server, but nothing happens. Can someone say how it is to make a download button in the view screen? $file...
View Articlewhy dont work this script in server of button ?
I've created a custom button for a file to download. But the script does not work. If you run it through your own php file it works well. What's wrong with this ..... $filename = "database_bel.gpx";...
View ArticleView Page Change Back to List Button
On the View Pages I want to change the "Back To List" Button to go to the "previous" page OR add a button next to it to go "Back To Previous Page". Any help would greatly appreciated
View ArticleIgnore SQLite locked database error
I have a list view of an SQLite database table which a have setup to refresh every 20sec or so. The table has dynamic data which is populated by another process running simultaneously on the same...
View ArticleStrange Button behavior
I have a button that fills in "clock out data" ie time and date and then saves the record. The issue is that with each record the save button number changes... var d = new Date(); var ctrlDate =...
View ArticleSubmit button on add record not working intermittently
I have a version 10.3 project that lets customers submit a courier request and the data resides in a MSSQL server database. The customer goes directly to an add page that they fill out 8 required...
View Articleuse $_session["userid"] in custom button
Hi all, I am trying to make a button which inserts some data into a table, including the user id number. The server event insert goes fine but without the userid value declared as $id =...
View Article