Search found 476 matches

by Powerm
Fri May 06, 2016 5:06 am
Forum: General discussion and questions about Aware IM
Topic: Do not try to put more characters into string that its size
Replies: 6
Views: 18283

Re: Do not try to put more characters into string that its s

It my case it was not the import but the calculated fields ( I import Customer.FirstName and Customer.LastName and have a calculated field which is Customer FullName=Customer.FirstName+' '+Customer.LastName ). That's why we should extra space to some attributes, it betters to put 200 as max length t...
by Powerm
Thu May 05, 2016 4:53 pm
Forum: General discussion and questions about Aware IM
Topic: Do not try to put more characters into string that its size
Replies: 6
Views: 18283

Re: Do not try to put more characters into string that its s

Happened to me where the app works working perfectly on my testing machine with dummy datas ( John SMITH ) and acts strangely once published and going live with client's existing datas like "John ( the friend of Paul who recommended him las year, a friend of Harry...) . As you said, no error is disp...
by Powerm
Fri Apr 29, 2016 4:56 pm
Forum: General discussion and questions about Aware IM
Topic: Build 2165 is out
Replies: 2
Views: 8902

Re: Build 2165 is out

Might be in the the Query, you have an option to show an Attribute during mouse over.
by Powerm
Thu Apr 21, 2016 9:25 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Search bar query
Replies: 16
Views: 14036

Re: *SOLVED* Search bar query

Where is the problem ? Your results are showing all TradingNames containing "Sing Your Name"
If you type a company name, like "Burnedale" it will show all containing that word
by Powerm
Wed Apr 20, 2016 1:10 pm
Forum: General discussion and questions about Aware IM
Topic: Shortcut level
Replies: 3
Views: 3901

Re: Shortcut level

Correct, Shortcut will be only displayed once added to the form.
If you want to show existing Employees you should use the Dropdown option.
by Powerm
Wed Apr 20, 2016 9:47 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Search bar query
Replies: 16
Views: 14036

Re: Search bar query

You should deactivate the mandatory fields on Customer, launch the Process and once done activate again the required fields... This can work as well may be : FIND Customer WHERE Customer.FullDetails IS UNDEFINED Customer.FullDetails='<<Customer.Name>> <<Customer.TradingAs>>' When I have this kind of...
by Powerm
Wed Apr 20, 2016 8:08 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Search bar query
Replies: 16
Views: 14036

Re: Search bar query

If SUM MyBankAccount.Balance>10
FIND Store WHERE Store.Status=Open
DISPLAY Store.Address in NEW WINDOW

and go buy a stain remover :)
by Powerm
Wed Apr 20, 2016 7:51 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Search bar query
Replies: 16
Views: 14036

Re: Search bar query

Create a Process and launch it to update all your Customers :

FIND Customers WHERE Customers.FullDetails IS UNDEFINED
UPDATE Customers
by Powerm
Wed Apr 20, 2016 7:29 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Search bar query
Replies: 16
Views: 14036

Re: Search bar query

try it with a bootle of Pinotage :)
by Powerm
Wed Apr 20, 2016 7:17 am
Forum: General discussion and questions about Aware IM
Topic: Shortcut level
Replies: 3
Views: 3901

Re: Shortcut level

If I remember well a shortcut can not refer to an other shortcut and in your case the shortcut is blank at the Entry form because the reference attribute has bot been added to the main BO. ( it will show when you add an Employee to the created Company ). Do not abuse of shortcuts as they are virtual...
by Powerm
Wed Apr 20, 2016 7:10 am
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* Search bar query
Replies: 16
Views: 14036

Re: Search bar query

You could create a new calculated field called Customers.FullDetails which will be: Customers.Fulldetails=Customers.Name+' '+Customers.TradingAs
...and have the search bar hooked at that field. It will then show results containing Name and TradingAs datas.
by Powerm
Tue Apr 19, 2016 2:05 pm
Forum: General discussion and questions about Aware IM
Topic: Separate SMTP settings per user/tenant reposted
Replies: 23
Views: 18247

Re: Separate SMTP settings per user/tenant reposted

Email safe delivery is based on too many random factors ( server settings, SPF, DKIM , useless anti-virus/firewalls etc etc ). Here is my 100% working set-up which guarantees me 98% inbox success on my delivery ( there are still 2% Redneck users among my data....) : - any SMTP - "Sender From", alway...
by Powerm
Mon Apr 18, 2016 1:12 pm
Forum: General discussion and questions about Aware IM
Topic: External file links
Replies: 6
Views: 5497

Re: External file links

FYI, you always can install OwnCloud in your server....
by Powerm
Fri Apr 15, 2016 5:48 pm
Forum: General discussion and questions about Aware IM
Topic: Build 2162 is out
Replies: 10
Views: 7715

Re: Build 2162 is out

"Form with Reference tables in a new Tab now stretch way done past the bottom of the screen."

Same problem, my forms are stretched down as well when a Reference is listed on the Form.
by Powerm
Fri Apr 08, 2016 1:20 pm
Forum: General discussion and questions about Aware IM
Topic: Toolbar Menu buttons. Any chance they will be changed???
Replies: 41
Views: 23904

Re: Toolbar Menu buttons. Any chance they will be changed??

Correct, that arrow is not user friendly at all...