Questions tagged [custom-code]
73 questions
1
vote
0 answers
Download file from database via SSRS report
I have a report which gives a list of files after providing necessary info through filtering parameters like: name, document type, when created or modified etc. The list will give us file IDs and other fields.The basic query is:
select IQID, NAME…

bartekj81
- 43
- 8
1
vote
0 answers
Infopath 2013 do not recognise Visual Studio 2015 for write custom code
I try to make some custom validations of form fields on InfoPath form written in VS 2015, but InfoPath 2013 required VS 2012.
Question is pretty like this one
Does InfoPath 2013 support Visual Studio 2013?,
But now is VS 2015 and maybe is someone…

Zarko Eeternal
- 537
- 4
- 10
1
vote
1 answer
SSRS Expressions Not Executed When Rows Are Hidden
I'm new to SSRS and have been tasked with converting our Crystal Reports to it. The problem I'm running into is when trying to hide the detail rows which contain the data for the group calculations, the expressions no longer get calculated. How can…

Error
- 25
- 1
- 6
1
vote
1 answer
User-based settings for Custom Timer Job in Sharepoint
I'm trying to create a custom timer job in Sharepoint. The job will send an e-mail message to the users that subscribed.
I want to make a settings page for users, so they can change their own preferences for the digest service. For example, how…

frbry
- 499
- 2
- 12
- 25
1
vote
1 answer
Sugarcrm, custom buttons (as links to websites) in edit view of Accounts?
How to add custom html buttons opening 3rd party websites on clicks?
Followed some tutorials, but such code wont work for me:
'customCode' => '{literal}

przemo_li
- 3,932
- 4
- 35
- 60
1
vote
1 answer
StackMob Custom Code Update Schema on Get Request
I am trying to complete the StackMob hello_world tutorial for custom code found here:
https://www.stackmob.com/devcenter/docs/Getting-Started:-Custom-Code-SDK#a-register_your_method
but when I try to run the client-side iOS code it…

Evan Layman
- 3,691
- 9
- 31
- 48
1
vote
4 answers
Call data-specific stored procedure from Oracle procedure
I have a situation where I have an Oracle procedure that is being called from at least 3 or 4 different places. I need to be able to be able to call custom-code depending on some data. The custom-code is customer-specific - so, customer A might…

Doug S
- 115
- 2
- 10
0
votes
0 answers
FlutterFlow: Cupertino Datepicker
i want to add a cupertino (ios style) timepicker to flutterflow which will let the user pick the hour and minutes.
I've tried making it myself but didn't get anywhere with the small amount of experience and knowledge i found on internet.
All that's…

Con Other
- 1
- 1
0
votes
1 answer
Can you create a custom dimension in GTM and send it to GA4 with custom code? Without having to manually create it inside GA4
I want to send different events tags to GA4 from GTM, and for every custom parameter used, I have to manually create it inside GA4 (to be available in the GA4 UI). Is there a way to custom code it in GTM and create it along with the tag?
Did not…

Cosmin Vieru
- 3
- 1
0
votes
0 answers
Add a custom sort by location on wordpress
Im working on a new classified ad website based on wordpress and theme i bought which is Adifier does not have sort my location. So i want to add on search result also this new custom sort.
The logic is that i have to get location based user gps…

Arber Coku
- 21
- 9
0
votes
0 answers
Wordpress pagination in gallery
I am a beginner in terms of coding. I am using elementor pro and I have a gallery and I want to insert pagination on it. With the elementor gallery elements, you can also create a multiple gallery and can filter it. But I don't want to load all of…

yoon_seri
- 9
- 4
0
votes
1 answer
Custom code to set a value for User Agent (i.e. operating system)
At the end of my survey I'd like to re-direct respondents to leave a review via the App Store (if using iOS) or Play Store (if using Android) - if they agree they'd like to leave one.
I added the Meta Info question at the start of the survey, which…

Emma
- 3
- 1
0
votes
0 answers
I'm curious if there is a way to import the listings of my Japan client's Yahoo Auction feed, to display in grid or carousel format on their website
I haven't been able to find any articles on if there is a way to use some kind of API to import the current listings of a Yahoo Auction account, to display the available products on a Wordpress website.
Right now, once a week, I crop a handful of…

Victoria
- 1
- 2
0
votes
0 answers
SuiteScript 2.0 Client: Custom Code on Address Forms
This relates to attaching Custom Code to the Address Form in NetSuite.
NetSuite warns about a combination of Server Side and Client Side actions causing Client embedded into the form to run multiple times when the Address Subrecord is part of a…

gstea96
- 145
- 1
- 10
0
votes
2 answers
Get all posts by specific author - wordpress
I need to get all posts created by a specific author. For example, all the posts created by author 'test'. For each post I need the post title, description and featured image. Can anyone help?
if(isset($authors) && !empty($authors))
{
echo…

tomhuckle
- 25
- 3