Search found 2403 matches

by customaware
Fri Aug 18, 2023 6:52 am
Forum: Wish List
Topic: FR - separate the query UI from the search string
Replies: 7
Views: 29364

Re: FR - Ability to show BO in context in a predefined Query's layout

Are you saying that ....

If I only have 1 Mechanic in Context, then I want this type of query
But
If I have 2 Mechanics in Context, then I want this other type of Query?

Will there be times you have n... Mechanics in Context?
by customaware
Fri Aug 04, 2023 10:08 pm
Forum: General discussion and questions about Aware IM
Topic: The price of an app built using Aware IM
Replies: 2
Views: 8288

Re: The price of an app built using Aware IM

Hi Max, That question is a bit like "How Long Is A Piece Of String" It really depends on your audience I guess. Is it a bespoke app to the specifications of a single Customer? Or is it intended to be a SaaS app that you intend (hope) to subscribe to many users? We have many many apps. Some of the be...
by customaware
Tue Jul 25, 2023 11:23 pm
Forum: General discussion and questions about Aware IM
Topic: Several business spaces with a single database
Replies: 17
Views: 40769

Re: Several business spaces with a single database

FWIW.... I would do it all in a single Business Space. You can compartmentalise to a certain degree using CATEGORY FOLDERS for sure. But modularising in seperate Business Spaces would introduce an entire pandoras box of problems. You want to avoid dealing with External Database wherever possible and...
by customaware
Sun Jul 16, 2023 3:47 am
Forum: General discussion and questions about Aware IM
Topic: Find 1 record, Delete 2???
Replies: 5
Views: 9833

Re: Find 1 record, Delete 2???

Another way of doing it which is great when you have more than one instance.....but more applicable when you have 3 or more.... Create a Non Persistent Business Object that has as many Reference Attributes as you need... For example.... assume you need to bring 4 different instances of a BO into con...
by customaware
Sat Jul 08, 2023 12:50 pm
Forum: General discussion and questions about Aware IM
Topic: Grid Row Height
Replies: 2
Views: 4709

Re: Grid Row Height

Hi Harry,

No. Don't have buttons. But I have Checkboxes.... It is a PICk query.

That is probably the issue.

Thanx for the suggestion.
by customaware
Sat Jul 08, 2023 6:49 am
Forum: General discussion and questions about Aware IM
Topic: Grid Row Height
Replies: 2
Views: 4709

Grid Row Height

V8.5 introduced an option for the Row Height of a standard Grid.
Row Height.png
Row Height.png (61.5 KiB) Viewed 4709 times
Is there some trick to get this to work? When I change the value (yes, cache cleared) nothing changes.
by customaware
Tue Jun 27, 2023 11:28 pm
Forum: General discussion and questions about Aware IM
Topic: Why does this schedule not run
Replies: 6
Views: 13457

Re: Why does this schedule not run

Not like that Bruce.....

Try like this....

IF
CURRENT_TIME='08:00' AND CURRENT_DATE>=01/01/2023
THEN...
by customaware
Fri Jun 23, 2023 1:25 am
Forum: General discussion and questions about Aware IM
Topic: Why does this schedule not run
Replies: 6
Views: 13457

Re: Why does this schedule not run

Try adding

AND CURRENT_DATE > some earlier date. Like 1st January
by customaware
Mon Jun 12, 2023 10:10 pm
Forum: General discussion and questions about Aware IM
Topic: Aware IM name file visible in the path.
Replies: 3
Views: 6111

Re: Aware IM name file visible in the path.

Before update completely backup folder C:\AwareIM *************************************************************************************** After update 1. Rename C:\AwareIM\Tomcat\webapps\AwareIM directory to C:\AwareIM\Tomcat\webapps\CustomFolderName 2. Open the file web.xml located in the AwareIM/T...
by customaware
Thu Jun 08, 2023 2:55 am
Forum: General discussion and questions about Aware IM
Topic: Possible to change yes/no column text?
Replies: 5
Views: 3775

Re: Possible to change yes/no column text?

And.... if you you add fa-2X to your css string they look heaps better...

fas fa-check fa-2X greenbutton
fas fa-times fa-2x redbutton

where greenbutton and redbutton are css classes in your css file
by customaware
Mon May 22, 2023 11:01 pm
Forum: General discussion and questions about Aware IM
Topic: Exporting Calendar PDF to server
Replies: 2
Views: 1362

Re: Exporting Calendar PDF to server

You can do this.... EXPORT DOCUMENT 'EXPENSE CLAIM' TO FOLDER 'C:\expense'+ExpenseClaim.ExpenseClaimNumber+'\' I use similar for Expense Claims. I export an Expense Claim and then all of the Receipts to a unique folder. Then I use PDF Combine Pro X to merge the Expense Claim PDF and all of the Recei...
by customaware
Tue May 09, 2023 1:39 am
Forum: General discussion and questions about Aware IM
Topic: AwareIM as a data migration tool
Replies: 3
Views: 2781

Re: AwareIM as a data migration tool

This is the best data migration tool I have ever found. It is just brilliant.

The ESF Data Migration Toolkit.

https://www.dbsofts.com/
by customaware
Wed May 03, 2023 11:51 pm
Forum: Problem reports
Topic: The import of data in test works but it no longer works when we publish and the application becomes Current
Replies: 5
Views: 17067

Re: The import of data in test works but it no longer works when we publish and the application becomes Current

How do you Import?
Did you create an Import Template?
If so, did you Export your Import Template from your test machine and Import it onto your Server?