Quantcast
Channel: ASPRunner forums
Browsing all 2586 articles
Browse latest View live

[SOLVED] strange Javascript behavior

I have two fields on the Edit page that are sitting in a Tab. I have this code in my Javascript onload event for the Edit page. var ctrl = Runner.getControl(pageid, 'homeRegionID'); ctrl.setDisabled();...

View Article


'In-Place Editing' no longer working

I was following this article from 2015 https://xlinesoft.com/blog/2015/11/12/in-place-editing/ and it doesn't seem to work for me. I'm wondering if this article is still valid for 10.4 and if anyone is...

View Article


[SOLVED] ViewerJS not working

I was trying to configure viewing PDF files in the browser with the ViewerJS plugin using this article: https://xlinesoft.com/blog/2015/10/21/adding-pdf-preview-support-to-your-web-application/ It...

View Article

change language

Hello, I also want to be able to change the language from Dutch to English in the PHP script. Here is my script in the listing. Can someone please help me $naam= $_SESSION["UserID"]; global $conn;...

View Article

Automatically assign colum value using Before Record Added event

Hi! I have a list page on a table, LeaveRequest and I am trying to insert automatically a value into a column (LeaveRequest.Approver) based on the userid in the list page(inline Add). The value comes...

View Article


[SOLVED] New "Code View"

I was pleasantly surprised to see this new "Code View" feature in v10.4. However, I can't figure out how to use it. Anybody tried it and can you briefly describe how these are created? If it's only...

View Article

[SOLVED] selecting multiple export pages

I have created several export pages for a table and would like to present these as options to the user. Is there a way to do this without having to create a separate custom view for each export version?

View Article

exporting multiple pages

I don't know if t his is the right process but I performed the following: 1. Copy the export page and remove most of the fields to be exported. 2. Inserted the Standard Button called Export Results to...

View Article


[SOLVED] Displaying a Custom Button depending on another value

I have a custom button in each row of a data grid but only want to show it if the row isn't > 0 I've added the code to 'before display' in the list page but I either get every row without this code...

View Article


[SOLVED] Setting default language

Is there a way to set the default language for a multi-language project from within the project after a successful login?

View Article

how to show user name in text field

Hello, how i can show the full name or username of user in text field and save full name or username with record?

View Article

phpr 10.4 detail popup not working

hi, I have 2 table master table id int(11) pk name varchar(30) detail table id int(11) pk master_id int(11) pict varchar(255) table link is id <=>master_id phpr 9.8 on the master record popup...

View Article

Version 10.4

I just now am testing out 10.4, and after a significant amount of time checking it out, I feel compelled to say I am so pleased with the direction Xlinesoft is going. The new features in 10.4 are...

View Article


Value Disappearing for $srchObj->setFieldValue

phprunner 10.3 - build 34624 I'm using this code in the List page: Before process event to always have a default search if the user hasn't provided one (or removes one (show all) they've previously...

View Article

Textbox height not responding to large text

I may be doing this wrong but can't find anywhere else to change the setting. On an edit page, I assume the textbox height will adjust to accommodate the text size within it. Unfortunately, when I set...

View Article


Conditionally hide / hiding check box on List Page

phprunner 10.3 - build 34624 I've tried using $record["checkbox"] = false within an if statement in the List page: After record processed event but the checkbox still appears (I've verified that...

View Article

[SOLVED] Access values from list page with Javascript

Hello, I have a custom button in 'LIST PAGE' $value = '<a class="custom_button btn btn-primary">CUSTOM BUTTON</a>'; how can I get its values using javascript on 'Javascript onload Event' ?...

View Article


pop up message after add/edit

Hi, if i put a popup message before/after record added or before/after record updated events es. echo '<script>alert("ATTENTION: BLA BLA")</script>'; the message is displayed only if i set:...

View Article

Number format on Add Screen

Hi good people. I would like for a user to enter a number such as "1000" and have the display show the number as 1,000 (with commas) after the user enters the number? Does anyone have any tips on how...

View Article

Using 10.4 to access a SOAP API

Has anyone successfully connected to a SOAP API using ASPRunner.Net 10.4?

View Article
Browsing all 2586 articles
Browse latest View live