Search found 77 matches

by yahya
Thu Aug 20, 2020 9:44 am
Forum: General discussion and questions about Aware IM
Topic: Saying Goodbye to PhoneGap
Replies: 13
Views: 17634

Re: Saying Goodbye to PhoneGap

You should try out ionic, and have a look at this link https://ionicframework.com/docs/native/barcode-scanner/ @yahya I need to revise my native Android app in the next 24 hours - on the latest 8.4 Do you have any tips for Monaca - I'm going to watch the video now. I need to enable barcodescanning v...
by yahya
Wed Aug 12, 2020 7:06 am
Forum: General discussion and questions about Aware IM
Topic: Saying Goodbye to PhoneGap
Replies: 13
Views: 17634

Saying Goodbye to PhoneGap

Have included a copy of an email notifying of the closure of PhoneGap: Last night Adobe announced the official shuttering of PhoneGap and PhoneGap Build . ​ As the pioneer of the entire hybrid app development space, we are sad to see PhoneGap go. We want to thank the entire PhoneGap team for the sup...
by yahya
Sat Jul 04, 2020 7:55 am
Forum: General discussion and questions about Aware IM
Topic: MONTH Difference Calculation
Replies: 12
Views: 12951

Re: MONTH Difference Calculation

Would this not work? Customer.ContractStartDate=DATE_ADD(Customer.FinancialYearEndDate,1) If FinancialYearEndDate = June 30 2020 The ContractStartDate = July 1 2020 Thanks Mark, That would work, my next dilemma is how do I continue when 2020 is over and we in 2021, I could possibly run a scheduled ...
by yahya
Fri Jul 03, 2020 6:17 am
Forum: General discussion and questions about Aware IM
Topic: MONTH Difference Calculation
Replies: 12
Views: 12951

Re: MONTH Difference Calculation

If I want to create a new contract that starts from the beginning of a new financial year, I try apply the below: Customer.ContractStartDate=MONTH_ADD(MONTH(Customer.FinancialYearEndDate)+FIRST_DAY_OF_NEXT_MONTH) I get an error to say that 'FIRST_DAY_OF_NEXT_MONTH' does not exist, whether it is a bu...
by yahya
Mon Jun 29, 2020 10:07 am
Forum: Tips and Tricks
Topic: COUNT UNIQUE VALUES
Replies: 14
Views: 88987

Re: COUNT UNIQUE VALUES

What happens when you want to just display the unique values in a list? See my screenshot as an example.
by yahya
Wed Jun 10, 2020 3:52 pm
Forum: General discussion and questions about Aware IM
Topic: Using Filesystem for Picture types
Replies: 2
Views: 3829

Re: Using Filesystem for Picture types

In terms of that error, initial value.

So I removed what I had in the initial value and created a rule and all is working now.
by yahya
Wed Jun 10, 2020 2:58 pm
Forum: General discussion and questions about Aware IM
Topic: Using Filesystem for Picture types
Replies: 2
Views: 3829

Re: Using Filesystem for Picture types

So when using a Picture in the FileSystem instead of the Database. One needs to know that you have the Picture attribute and then you have the FilePath (Plain Text Attribute), the FilePath attribute needs to contain the whole path aswell as the picture name. But now why would I be getting this error...
by yahya
Wed Jun 10, 2020 2:17 pm
Forum: General discussion and questions about Aware IM
Topic: Copy or duplicate button
Replies: 3
Views: 4504

Re: Copy or duplicate button

Please have a look at this link and see if it can assist you

https://www.awareim.com/forum/viewtopic ... abf#p54057
by yahya
Tue Jun 09, 2020 9:44 am
Forum: General discussion and questions about Aware IM
Topic: Using Filesystem for Picture types
Replies: 2
Views: 3829

Using Filesystem for Picture types

Being searching the forum, the AwareIM user guides and the AwareIM youtube channel for any kind of tutorial on how to utilise the Filesystem for Picture types.

The current posts that refer to the picture management by filesystem rather than database are more troubleshooting that tutorials.
by yahya
Sat May 23, 2020 6:36 am
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 10730046

Re: Which features do you want in the next release?

Hi Based on my post below I would like to see better mobile apps support from AIM. Ionic (https://ionicframework.com/) is a really good and comprehensive platform that can be fully managed via CLI. They provide cross-platform apps with access to a lot of native features i.e. identity vault, biometr...
by yahya
Fri May 22, 2020 6:21 pm
Forum: General discussion and questions about Aware IM
Topic: Which features do you want in the next release?
Replies: 204
Views: 10730046

Re: Which features do you want in the next release?

Custom CSS seems to be proving more problematic especially when you trying to build mobile friendly, even when trying to utilise the Custom CSS that is available with the demos, forms do not line up, and it just seems as if a person has to just keep to basic text styling in for the Custom themes.
by yahya
Sat Apr 25, 2020 5:06 pm
Forum: General discussion and questions about Aware IM
Topic: DISCUSS: Improvements needed to Aware Mobile
Replies: 15
Views: 21262

Re: DISCUSS: Improvements needed to Aware Mobile

Something I have noticed when use AwareIM Mobile, you cannot run more than one query on the screen. So in your main screen you have created two panels, each one for a different query. On the desktop this works great, but as soon as you try bring it to Mobile, both panels do not run their specified q...
by yahya
Thu Apr 23, 2020 8:37 pm
Forum: General discussion and questions about Aware IM
Topic: HELP! SSL unsure what to do with .pem files. Tomcat Windows
Replies: 4
Views: 7108

Re: HELP! SSL unsure what to do with .pem files. Tomcat Wind

Hi Jaymer, When it comes to SSL, in my experience with getting them installed the easiest method is purchasing a certificate. I utilise a multi-domain certificate from sectigo for $239 per year, you can also get a single domain certificate for $79. I just have found the installation process to be a ...
by yahya
Thu Mar 26, 2020 8:54 am
Forum: Problem reports
Topic: Form Preview not working
Replies: 6
Views: 19836

Re: Form Preview not working

I also have not change the default folder. Yet no previews
by yahya
Thu Mar 26, 2020 8:50 am
Forum: General discussion and questions about Aware IM
Topic: DISCUSS: Improvements needed to Aware Mobile
Replies: 15
Views: 21262

Re: DISCUSS: Improvements needed to Aware Mobile

In terms of trying add constructive input, the whole AwareIM Development cycle is extremely easy and quick to implement a new application. What I have noticed in my use of building spaces is configuring processes, queries, forms etc. is extremely easy to do. The most time consuming comes into the lo...