Search found 37 matches: jaymertip
Searched query: jaymertip
- Mon Oct 07, 2019 4:38 am
- Forum: General discussion and questions about Aware IM
- Topic: Update BO from smartphone Android
- Replies: 20
- Views: 11921
JSON example
... if all OK, or a 500. Aware will crap out if you mistype a field name, so better to get it working in PostMan, THEN worry about the phone. --> JaymerTip JSON Example, REST processing a JSON response
- Mon Sep 23, 2019 4:28 am
- Forum: General discussion and questions about Aware IM
- Topic: JS to Auto-resize Grid Columns to fit text
- Replies: 5
- Views: 4000
JS to Auto-resize Grid Columns to fit text
... in your own Query - the name needs to be the exact as the data source name from Aware, not the column heading. Enjoy and have a great week! —> JaymerTip
- Tue Sep 10, 2019 12:31 am
- Forum: General discussion and questions about Aware IM
- Topic: [Solved] how do i get a number into a Duration field?
- Replies: 6
- Views: 3711
Re: how do i get a number into a Duration field?
... your values in 2 diff fields (myHrs, myMin) then its: BO.Duration = BO.myHrs * 3600000 + BO.myMin * 60000 The Duration for 4.25hrs is 15300000 --> JaymerTip
- Mon Sep 02, 2019 11:11 pm
- Forum: General discussion and questions about Aware IM
- Topic: Multiline Grid Column Headings - Easy with CSS
- Replies: 0
- Views: 2560
Multiline Grid Column Headings - Easy with CSS
... held down SHIFT (to force reload css/js) while I re-drew the page and when the grid came up it looks like the above image. Pretty nifty. --> jaymertip
- Tue Aug 27, 2019 1:49 am
- Forum: General discussion and questions about Aware IM
- Topic: Dynamic colors/color picker since bld 2623... explained
- Replies: 1
- Views: 2547
Dynamic colors/color picker since bld 2623... explained
... be the correct way to do it with the 1=1, and there's no Docs on how to indicate the Color but I got lucky with the <<RO....>> and it worked. --> JaymerTip
- Mon Aug 26, 2019 3:41 am
- Forum: General discussion and questions about Aware IM
- Topic: Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
- Replies: 4
- Views: 6680
Spinner on number fields in Grid HAS TO GO! #IsItJustMe?
... then use that in the Grid. Seems like a simple check box when designing the Grid should turn this off. .... or is it just me ? thx jaymer... --> JaymerTip Solution Here
- Tue Jun 25, 2019 7:05 pm
- Forum: General discussion and questions about Aware IM
- Topic: An explanation and Demo of the SET Action
- Replies: 1
- Views: 1877
An explanation and Demo of the SET Action
... processed (my SetLines BO). Scheduler can check for entries and call the SET subroutine... but I still can't think of a good real-world use. --> jaymerTip
- Tue Jun 11, 2019 8:04 pm
- Forum: General discussion and questions about Aware IM
- Topic: [SOLVED] LIST_LINE example seems bogus. Can't work
- Replies: 2
- Views: 3033
Re: LIST_LINE example seems bogus. Can't work
... QUERY. I could have used the "short form" if I didn't need the results sorted - but can't think when I would want a list in a random order. --> jaymerTip
- Mon May 06, 2019 3:27 pm
- Forum: General discussion and questions about Aware IM
- Topic: ►HowTo◄ Remove "ghost" scroll bars on grids
- Replies: 3
- Views: 3091
►HowTo◄ Remove "ghost" scroll bars on grids
... this tweak. First, in your Grid Query, make your CSS Class Property for the grid look like this: Screen Shot 2019-05-06 at 11.28.33 AM.png --> jaymerTip
- Fri Apr 26, 2019 7:13 pm
- Forum: General discussion and questions about Aware IM
- Topic: custom query template examples
- Replies: 4
- Views: 2681
custom query template examples
... {Email}</div> #} # # if(data["Email"] == undefined) { # <div class='licinfo-email-missing'>No Email on File</div> #} # --> jaymerTip
- Wed Feb 06, 2019 9:13 pm
- Forum: General discussion and questions about Aware IM
- Topic: Importing and Error Management?
- Replies: 6
- Views: 4448
Save the ImportResults document after IMPORT Action
--> Importing a file and saving the ImportResults log file.
Been working for me since v7
BO Process
DB Recs
--> JaymerTip
Been working for me since v7
BO Process
DB Recs
--> JaymerTip
- Tue Jan 15, 2019 4:53 am
- Forum: General discussion and questions about Aware IM
- Topic: DEMO: the CRM app EXPOSING object via REST. Easy!
- Replies: 5
- Views: 4705
DEMO: the CRM app EXPOSING object via REST. Easy!
... Jane Allison) https://yourserver.com/AwareIM/REST/CRM/custs?name=B (2 custs, names start with B) you modify the service to output JSON or XML --> jaymerTip v------ as usual, this really isn't a zip. remove the extension after download ----v
- Mon Jan 07, 2019 8:19 pm
- Forum: General discussion and questions about Aware IM
- Topic: ◄HACK► Annoyed with Fade-In Window Open animation slowness?
- Replies: 1
- Views: 1682
◄HACK► Annoyed with Fade-In Window Open animation slowness?
... I don't think you need to change them there. I didn't. kendo.dataviz.min.js kendo.dataviz.mobile.min.js kendo.web.min.js kendo.window.min.js --> jaymerTip
- Sat Dec 22, 2018 1:09 am
- Forum: General discussion and questions about Aware IM
- Topic: Solution for a Web Landing Page for Data Entry
- Replies: 14
- Views: 7627
Solution for a Web Landing Page for Data Entry
... happens if there is a FirstCommand ALSO in the URL? which runs? 3) make a VP. And a new user/access level that this VP responds to. ideas? thx --> jaymerTip
- Thu Dec 20, 2018 2:17 am
- Forum: Tips and Tricks
- Topic: Easy INCREASE SIZE of little "x" to close Tabs
- Replies: 4
- Views: 5342
Easy INCREASE SIZE of little "x" to close Tabs
... ) Line 79 is mine. Increase the size, and Voila! Screen Shot 2018-12-19 at 9.11.15 PM.png Screen Shot 2018-12-19 at 9.10.25 PM.png --> jaymerTip