Search found 177 matches

by 4xjbh
Fri Jan 27, 2017 7:09 am
Forum: General discussion and questions about Aware IM
Topic: Textarea OCD Overload, and Other Fun Stuff.
Replies: 1
Views: 3539

Textarea OCD Overload, and Other Fun Stuff.

Well I have my aws server up and running and I have issued some credentials to some actual users and I have been watching over their shoulders at how they have been using my still incomplete app and a few things have popped up. 1. From what I understand aware automatically converts the input to a te...
by 4xjbh
Fri Jan 27, 2017 6:52 am
Forum: Problem reports
Topic: Aware IM not generating ZIP fil for Phone Gap
Replies: 3
Views: 7170

Re: Aware IM not generating ZIP fil for Phone Gap

Hi, I have not used the phone gap mobile stuff yet. When I start playing around with it I would creating a blank bsv, create a single BO, with a simple form, buttons and menu, keeping things nice and simple and making sure its configured as mobile and try export it after testing it out in the browse...
by 4xjbh
Fri Jan 27, 2017 5:26 am
Forum: General discussion and questions about Aware IM
Topic: System hangs for 1 minute+ after Pick From
Replies: 1
Views: 2957

Re: System hangs for 1 minute+ after Pick From

How many records are in the 'ShowMySections' query? If you can restrict your query to 20 records and then select one how long does it take to process? If I was a wiz I could even suspect shortcuts in the BO and the 'eager loading' it does (as I understand it). Normally if you have a list of records ...
by 4xjbh
Thu Jan 26, 2017 9:41 pm
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

Bob, Goes to the correct page but url still reads incorrect. And ui buggy Edit: If I force the URL to display in a new tab or window all is OK. This guest url is only remaining when it is displayued in the 'current tab' or 'main'. But for the best user experience I want it to open correctly in the c...
by 4xjbh
Thu Jan 26, 2017 6:06 am
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

Browser scrollbar and white space. After the process completes I have the process display a URL to 'domain/app/logonOP.aw' so the user can check email and log in. The correct login page displays but the URL is still '/app/logonGuest.aw#/home' If I login on this it logs in correctly but displays my v...
by 4xjbh
Wed Jan 25, 2017 12:14 pm
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

Thanks Bob, That worked a treat. I was just explicit setting the other attributes in the process and it all looks good. (except for this awful html form). Contact.AccessLevel='AccountAdmin' Time to get my html & CSS hat on now. Man it felt like I was pushing shit uphill on that one. Thank you everyo...
by 4xjbh
Wed Jan 25, 2017 11:31 am
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

Almost there. So I tried attr1='+FirstName.value......etc in the query string and I got an error "attr1 was not found in business object contact". Fine. So now the string looks like this: oninput="firstCommand.value='startProcessWithInit,AccountCreate2,main,Contact,FirstName='+FirstName.value+'@Last...
by 4xjbh
Wed Jan 25, 2017 5:01 am
Forum: Problem reports
Topic: Local AppData Temp Folder Filling up WIth images
Replies: 14
Views: 81476

Re: Local AppData Temp Folder Filling up WIth images

This may not help you but I would like a way to specify a different location for the temp file. I had a look though the props files to see if there was a way to put awares temp folder somewhere else, closer to the root folder but could not find one. If your logging is set to minimal and these are ca...
by 4xjbh
Wed Jan 25, 2017 2:14 am
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

The error message says that the process is not in the business space version. Possible reason is that you are logging in the production mode instead of the testing mode or vice versa. If you process is only in the version UNDER TEST and your CURRENT version doesn't have this process yet, then you w...
by 4xjbh
Tue Jan 24, 2017 1:02 pm
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

I am getting this error message Process AccountCreate2 not found in business space version Guest has full access to process = 'AccountCreate2 ' and the BSV = 'aec', BO = 'Contact' Attribute permission was set and when it failed 'Full access' was tried to all attributes.... oninput="firstCommand.valu...
by 4xjbh
Tue Jan 24, 2017 7:31 am
Forum: General discussion and questions about Aware IM
Topic: Multi Term Full Text Search
Replies: 1
Views: 3036

Multi Term Full Text Search

I was hoping there were some examples and suggestions on Multi-term searching available.

A push in the 'right' direction would be appreciated.

Mark, did your method hold up?
by 4xjbh
Tue Jan 24, 2017 5:28 am
Forum: General discussion and questions about Aware IM
Topic: Grid Column Filter Operator Defaults
Replies: 1
Views: 3148

Grid Column Filter Operator Defaults

Is there a way to default these filters from aware or will I need to resort to jquery? The filter section of the query does not seem to define defaults for the column filters, only the inline header filter. Bug?
2017-01-24_9-16-43.jpg
2017-01-24_9-16-43.jpg (22.91 KiB) Viewed 3148 times
2017-01-24_9-19-36.jpg
2017-01-24_9-19-36.jpg (67.35 KiB) Viewed 3147 times
by 4xjbh
Fri Jan 20, 2017 9:12 pm
Forum: General discussion and questions about Aware IM
Topic: Static HTML Form To Create Login Account
Replies: 22
Views: 40232

Re: Static HTML Form To Create Login Account

No, not logged in yet. This is first time account creation for NEW tennant.
by 4xjbh
Fri Jan 20, 2017 2:08 pm
Forum: General discussion and questions about Aware IM
Topic: JS Function not triggering
Replies: 0
Views: 3016

JS Function not triggering

OMG why does nothing ever work first time round ? Is it just me. . . . LOL. I have put a js file in the custom js folder and it is being loaded and its been verified loaded with a console.log call. The ID taken from the firefox inspector. This is being triggered by a button: EXEC_SCRIPT 'aec_ClearSe...