Search found 2455 matches

by Jaymer
Wed Mar 16, 2016 9:01 am
Forum: General discussion and questions about Aware IM
Topic: Query display alignment
Replies: 4
Views: 5244

Re: Query display alignment

i think on that numeric field you have to edit it in the BO, go to Presentation, click Styles and set a style to align:left, then it can propagate down through referenced objects.
if you want it to be left ONLY on that form, you can do the presentation change there.
by Jaymer
Tue Mar 15, 2016 6:04 am
Forum: General discussion and questions about Aware IM
Topic: Import skips rec cause a Y/N is blank
Replies: 2
Views: 2798

Re: Import skips rec cause a Y/N is blank

Ignore the line that says "I checked the tick mark to allow other values" - that imported fine.
But I really wouldn't want to have that on in Production so new recs can't be created manually with garbage data.
by Jaymer
Tue Mar 15, 2016 5:41 am
Forum: General discussion and questions about Aware IM
Topic: Import skips rec cause a Y/N is blank
Replies: 2
Views: 2798

Import skips rec cause a Y/N is blank

In my BO, I have a Yes/No field with two choices (Y/N). An import skips a record if its missing the Y or N. I cannot add a "blank" row to the choice list. I added a tick mark on "Other Values Allowed", but it still skipped my record. I suppose I could do the import WITHOUT validation, but do I reall...
by Jaymer
Tue Mar 15, 2016 5:34 am
Forum: General discussion and questions about Aware IM
Topic: ►Ah Ha !!!◄ Import CSV gets deleted when done
Replies: 7
Views: 10650

Re: Is there a way to make the IMPORT *NOT* delete my .csv f

There is a "retain import file" option if you use the System menu to do an interactive Import.
I'm doing it from a Process from a menu.
by Jaymer
Tue Mar 15, 2016 3:25 am
Forum: General discussion and questions about Aware IM
Topic: ►Ah Ha !!!◄ Import CSV gets deleted when done
Replies: 7
Views: 10650

►Ah Ha !!!◄ Import CSV gets deleted when done

After I do a
IMPORT bo from 'textfile.csv' WITH VALIDATION

my textfile.csv file is removed.

thx
jaymer...
by Jaymer
Mon Mar 14, 2016 4:11 am
Forum: General discussion and questions about Aware IM
Topic: Turning off alternating gray / white in query rows?
Replies: 9
Views: 11566

Re: Turning off alternating gray / white in query rows?

his sugg. was to use the grid. This is an HTML merge screen: Screen Shot 2016-03-14 at 12.01.39 AM.png I want to see a screen like this from AwareIM. It was very hard. Removing the top Aware stuff/buttons/headings/margins was tough. So I used Custom HTML and made the light green line appear. But the...
by Jaymer
Mon Mar 14, 2016 3:54 am
Forum: General discussion and questions about Aware IM
Topic: Overhead of a bunch of Reference Fields
Replies: 1
Views: 2199

Overhead of a bunch of Reference Fields

OK, this example cannot use a normalized database structure. So please no "can you change it this way" or "it will work better if..." replies. Because there is a bug (or just the way it is implemented), a dropdown box with a custom query seems to be evaluated at the time a form is rendered... so if ...
by Jaymer
Mon Mar 14, 2016 3:24 am
Forum: General discussion and questions about Aware IM
Topic: john talbott - Render Scripts
Replies: 1
Views: 3639

john talbott - Render Scripts

Hi I like (even though I know nothing about JQuery) what you're doing with the render scripts. var myFormBody = $("#" + parser.m_formId).find (".aw-form-body"); myFormBody.css ("background-color", "#ffffff"); myFormBody.css ("border-style", "none"); I don't know why it works - looks like 3 totally i...
by Jaymer
Mon Mar 14, 2016 3:06 am
Forum: General discussion and questions about Aware IM
Topic: Turning off alternating gray / white in query rows?
Replies: 9
Views: 11566

Re: Turning off alternating gray / white in query rows?

Tom, how about creating a custom query display where you will use HTML Table and will give you better control than using grid? Good thought, Ben. Do you know if it's possible to apply styles that are defined in the attribute like I normally would by checking "use attribute styles" box? I'm guessing...
by Jaymer
Mon Mar 14, 2016 3:03 am
Forum: General discussion and questions about Aware IM
Topic: Turning off alternating gray / white in query rows?
Replies: 9
Views: 11566

Re: Turning off alternating gray / white in query rows?

Personally, I like the alternating rows, but hey, I grew up using greenbar paper!!! Screen Shot 2016-03-06 at 6.21.01 PM.png I even made mine "darker". There is a style named k-alt which is for alternating rows in a query output. To make mine darker, I just gave it a new value "# eeeeee " is light g...
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: 2971

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: 14085

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: 9967

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: 4465

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: 21250

Re: Today's $15 Programmer Challenge

That looks promising!!!