Search found 2475 matches

by Jaymer
Mon Mar 14, 2016 2:46 am
Forum: General discussion and questions about Aware IM
Topic: drop-down combo w/filtering operation - PERFECT
Replies: 2
Views: 3002

Re: drop-down combo w/filtering operation - PERFECT

is that something that applies to what we were working on?
by Jaymer
Sat Mar 12, 2016 4:20 am
Forum: General discussion and questions about Aware IM
Topic: a suggestion for user definable data types
Replies: 9
Views: 15156

Re: a suggestion for user definable data types

If I had to do 50 of those numeric fields, Bruce, I'd do a couple, then export, edit the XML, and reimport. Voila !!!
by Jaymer
Fri Mar 11, 2016 3:24 pm
Forum: General discussion and questions about Aware IM
Topic: Build 2154 is out
Replies: 10
Views: 10169

Re: Build 2154 is out

whats the correct procedure to
1) get the new build (publix page, sign up again?, etc)
2) install it (preserve anything I don't want to lose, custom CSS, etc.)

thx
by Jaymer
Thu Mar 10, 2016 7:12 pm
Forum: General discussion and questions about Aware IM
Topic: What is Save State and Restore State?
Replies: 4
Views: 4501

Re: What is Save State and Restore State?

Thats VERY cool. It saves the Show/Hide column status AND position (if you re-ordered columns). Doesn't save Filters or Sorts. Preserved across logins. I guess just as a bonus for clients, you could make some browses with lots of fields and allow the user to customize his browse for later re-use. No...
by Jaymer
Thu Mar 10, 2016 6:16 pm
Forum: General discussion and questions about Aware IM
Topic: Today's $15 Programmer Challenge
Replies: 16
Views: 21368

Re: Today's $15 Programmer Challenge

That looks promising!!!
by Jaymer
Thu Mar 10, 2016 2:43 pm
Forum: General discussion and questions about Aware IM
Topic: Today's $15 Programmer Challenge
Replies: 16
Views: 21368

Re: Today's $15 Programmer Challenge

It still does not solve the challenge. Even without its custom query to limit by region, there's no way to make it automatically display, especially with the default selected WITHOUT clicking on it. Forget about regions for a second, and just realize you can get a state as soon as you enter the rep....
by Jaymer
Thu Mar 10, 2016 1:31 pm
Forum: General discussion and questions about Aware IM
Topic: Today's $15 Programmer Challenge
Replies: 16
Views: 21368

Re: Today's $15 Programmer Challenge

You'll notice the dynamic choices DO appear in edit mode. But if rep changes to a diff region, the list is not refreshed. I was hoping there was some ,js I could inject to fix the choices. I thought my example drop down WAS using a custom query to limit the States already. But YES, submit something ...
by Jaymer
Thu Mar 10, 2016 1:08 pm
Forum: General discussion and questions about Aware IM
Topic: Today's $15 Programmer Challenge
Replies: 16
Views: 21368

Re: Today's $15 Programmer Challenge

Correct
correct
no new object
Yes I really do

My real application is a lot more complicated than this, but i find this simple customer example would prove a point.
I cannot get the Dropbox to load and display the filtered states, with the deafault, without having to manually click on it
by Jaymer
Thu Mar 10, 2016 12:58 pm
Forum: General discussion and questions about Aware IM
Topic: Today's $15 Programmer Challenge
Replies: 16
Views: 21368

Re: Today's $15 Programmer Challenge

Dear pureist
Due to deflation and annoyance and gp, you'll only get a $13 bill. Thank you
by Jaymer
Thu Mar 10, 2016 5:18 am
Forum: General discussion and questions about Aware IM
Topic: Today's $15 Programmer Challenge
Replies: 16
Views: 21368

Today's $15 Programmer Challenge

ver 7 I'm happy to send a $15 bill (or paypal) to the first person submitting a solution to this problem. (i.e. a working modified BSV) Download my sample BSV from http://www.jaymer.com/misc/dropdown.bsv It involves a simple DropDown list and its Default Value. I can't seem to make it work. The requ...
by Jaymer
Mon Mar 07, 2016 8:55 pm
Forum: General discussion and questions about Aware IM
Topic: Rule to auto-populate an attribute
Replies: 6
Views: 5670

Re: Rule to auto-populate an attribute

In a talk with Vlad, he said, w.r.t a list, is that WAS CHANGED refers to the SIZE of the list. If you add or delete a row in the list object, its fine. But if you edit a row, then the SIZE doesn't change and WAS CHANGED == false Customer.om_Invoices WAS CHANGED is used for ADD/DELETE ex. customer B...
by Jaymer
Mon Mar 07, 2016 7:18 pm
Forum: General discussion and questions about Aware IM
Topic: Noob: Rules vs. Process
Replies: 3
Views: 3190

Noob: Rules vs. Process

Lets say that after I enter a LINE ITEM, I want to load a bunch of vars (visible/invisible on the form) behind the scenes. I don't know if I'll need to use this "stub" in the future, so in Magic I'd make it a standalone pgm (instead of a subtask) with 20 arguments. Is that "stub" a Process in AIM? H...
by Jaymer
Mon Mar 07, 2016 7:08 pm
Forum: General discussion and questions about Aware IM
Topic: Rule to auto-populate an attribute
Replies: 6
Views: 5670

Re: Rule to auto-populate an attribute

Diana, I assume you have a relationship between BO and CLASS Object, perhaps as "Peer". IF BO IS NEW AND BO.Class IS DEFINED Then BO.Description = Class.Description. And then for this rule, in advance tab, set the Dynamic rule on to show on the form immediately. Ben, since yours is looking for "NEW...