Darrin

Results 39 comments of Darrin

I tried that as well, I started with the offset added to the hour, then I just set the hour to 1pm. No matter what time I send, SP stores...

sorry been fighting another issue, have not cricled back to this yet...but will need too here is the code I am using // To adjust for UTC issues with SP...

Sorry had other fish to fry. So people picker works with SP OOTB forms. I am geting a SCRIPT5007: Unable to get property 'isNullOrUndefined' of undefined or null reference in...

OK i had to make some changes but got it working It seems the order was the issue..... Odd

I figured out the correct CAMLQuery to get the result set I want, but passing it from the HTML page is causing issues: I get Unterminated string constant error message....

OK weird, works query works fine on new entry, but on a edit/update the query is not being used. Any suggestions????

I think I found the issue: //utility function to load a drop down list with values from a SharePOint List $.fn.StratusFormsLoadDDL = function (options) { var opt = $.extend({}, {...

Just tried 1.55 same result, it is not passing the query when you load a record, only for new

OK wow..... found the fix In stratus-forms-1.55a.js the call on line 727, the following attribute was left off query: lookupInfo.query, So if you add that, see below now the query...