Search found 545 matches

by BobK
Fri Sep 22, 2023 2:01 pm
Forum: General discussion and questions about Aware IM
Topic: INDEX keyword
Replies: 7
Views: 31678

Re: INDEX keyword

Color me confused I'm trying to integrate an external MS SQL Server database to view some data in our Aware Application. Connecting to the database works fine and attributes are Discovered fine. But there are a few fieldnames in the tables which causes problems. This fields are called "index", "id" ...
by BobK
Fri Sep 01, 2023 7:30 pm
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 35046

Re: REST - singleton apect

There are 4 users working for the same company, logged into a single tenant app "Sales Invoicing", each one creates an Invoice at roughly the same time and then needs to Post the Invoice to the Accounting REST API. So you got the REST service working and you are now concerned with possibly sending ...
by BobK
Fri Sep 01, 2023 3:17 pm
Forum: General discussion and questions about Aware IM
Topic: REST - singleton aspect
Replies: 7
Views: 35046

Re: REST - singleton apect

The AwareIm REST setup must be a singleton, which means it's a single-user-only Wrong. A singleton means there is only 1 actual object in the database for this BO. If your REST service is defined in a BO called MyRestSevice, you need to create 1 MyRestService in the DB. AwareIM will not let you cre...
by BobK
Thu Aug 24, 2023 7:27 pm
Forum: General discussion and questions about Aware IM
Topic: Signature Pad
Replies: 2
Views: 19517

Re: Signature Pad

Hello, I am able using a process to insert an image in a signature type attribute in order to be able to encircle sections of the image. Maxo42, I need to do something similar to what you are doing, would you be able to share your process that inserts the image into the signature type attribute? Th...
by BobK
Thu Aug 24, 2023 12:54 pm
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* (YAY!!) REST/XERO I am now officially bald
Replies: 7
Views: 38944

Re: *SOLVED* (YAY!!) REST/XERO I am now officially bald

I've already found out (I think) that those numbers in the brackets are seconds not milliseconds past a linux epoch start date WTF!!!. Yes, the digits are the number of (I believe) milliseconds past an epoch. Also called "Unix Time" or "POSIX Time" 1692795459269 => Wednesday, August 23, 2023 12:57:...
by BobK
Wed Aug 23, 2023 8:32 pm
Forum: General discussion and questions about Aware IM
Topic: *SOLVED* (YAY!!) REST/XERO I am now officially bald
Replies: 7
Views: 38944

Re: *SOLVED* (YAY!!) REST/XERO I am now officially bald

rocketman wrote: Wed Aug 23, 2023 4:07 pm Just need to work on those DateTimeUTC formats
Rocketman, Does that mean you know what to do with those formats and you just need to write the rules?
Or do you need assistance with them?
by BobK
Wed Aug 16, 2023 5:08 pm
Forum: General discussion and questions about Aware IM
Topic: File path for Persistence type Database Exisiting External
Replies: 2
Views: 14443

Re: File path for Persistence type Database Exisiting External

Are you aware that when using the default database, the BS name is prepended to the table names. So to access the tables for Garages 1, 2, 3 and 4: you would use the same DB file path of c:\AwareIM\DATA\BASDB. And to access the stock table for the 4 garages the table names would be garage1_stock gar...
by BobK
Mon Jun 26, 2023 4:24 pm
Forum: General discussion and questions about Aware IM
Topic: Why does this schedule not run
Replies: 6
Views: 13635

Re: Why does this schedule not run

Bruce, Do you have a lot of rules running by the scheduler? Do any of them run processes that might run a long time? If both of those are true, it might be possible that the rule you are asking about does not execute between 8:00 and 8:01. Have you checked the logs? Make sure you select "All server ...
by BobK
Thu Apr 13, 2023 7:21 pm
Forum: General discussion and questions about Aware IM
Topic: BASE 64 Image string to Aware Picture
Replies: 6
Views: 7761

Re: BASE 64 Image string to Aware Picture

Mark,

Do you have any control on how the data is being sent to your app?
The data needs to be in a specific format.
see: https://www.awareim.com/forum/viewtopic ... 66&p=54462

If you have no control on the incoming data, you will probably need a plugin.
by BobK
Mon Mar 27, 2023 12:49 pm
Forum: General discussion and questions about Aware IM
Topic: I have a sad F-ing life - Multi-Step Process Woes
Replies: 7
Views: 12363

Re: I have a sad F-ing life - Multi-Step Process Woes

In my other response, I was talking about 1 form with multiple sections and moving between sections using the wizard navigation type instead of the tabs. That is a totally different animal then the Multi-Step Process. Sorry jaymer :( I have also tried to use the Multi-Step process in a different set...
by BobK
Wed Mar 22, 2023 7:06 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone implemented a Wizard Form?
Replies: 3
Views: 8498

Re: Anyone implemented a Wizard Form?

Jaymer wrote: Wed Mar 22, 2023 5:05 pm Bob, thx

Then you do have next/prev buttons I guess?
Yes I do.
by BobK
Wed Mar 22, 2023 2:53 pm
Forum: General discussion and questions about Aware IM
Topic: Anyone implemented a Wizard Form?
Replies: 3
Views: 8498

Re: Anyone implemented a Wizard Form?

Jaymer, I have a form that was specifically created for phones and it uses the wizard navigation. This form is still being used but it was implemented awhile ago. The only issue I remember having was that there was a lot of trial and error to get it to work and look good. I do not show the wizard st...
by BobK
Thu Mar 02, 2023 5:04 pm
Forum: General discussion and questions about Aware IM
Topic: Changelog has moved!
Replies: 5
Views: 12232

Re: Changelog has moved!

BLOMASKY wrote: Thu Mar 02, 2023 4:55 pm The only problem with that is that there is no DATE attached to each build. How hard would it be to add that. That way, when I go to check (about 1 a month) I can easily see if something new was posted.

Bruce
+1
by BobK
Fri Feb 03, 2023 5:02 pm
Forum: General discussion and questions about Aware IM
Topic: Version 8.8 introduces more useless info to logs
Replies: 4
Views: 2200

Version 8.8 introduces more useless info to logs

In version 8.8 Build 3124 there are at least 2 Rule Actions that generate output to the Server Output that was not generated in earlier versions (see below) When I first saw these while testing the latest version I thought there was an issue with the new version. After a couple of hours of investiga...
by BobK
Mon Jan 30, 2023 6:32 pm
Forum: General discussion and questions about Aware IM
Topic: Issue with Panel Operations
Replies: 2
Views: 1372

Issue with Panel Operations

I am trying to use Panel Operations to allow a user to enter some data and run a process. I have been unable to get this to work satisfactorily. I have a query that displays some orders. In the Top Panel Toolbar I have 2 Input Controls for 2 different attributes of the BO that is selected as the Use...