Search found 1458 matches

by PointsWell
Thu Jul 05, 2018 11:25 pm
Forum: General discussion and questions about Aware IM
Topic: Calculate Form Length
Replies: 0
Views: 3509

Calculate Form Length

Is there a way to dynamically set the height of a form when used within a VP. I have a three part screen layout with two rows in the first column and one row in the second (the last) column. The bottom row in the first column will have a query in it that stretches to the bottom of the screen. The fo...
by PointsWell
Thu Jul 05, 2018 7:58 am
Forum: General discussion and questions about Aware IM
Topic: MySQL SSL & WARN Log Entries [Solved - Maybe???]
Replies: 16
Views: 37184

Re: MySQL SSL & WARN Log Entries [Not Solved]

Thanks, added the line to context.xml and it made absolutely no difference at all.

I did think to switch on SSL on my MySQL server, but I am connecting via an SQL proxy which is making it a virtual localhost and it switches off the SSL over localhost.

Ho hum
by PointsWell
Thu Jul 05, 2018 5:59 am
Forum: General discussion and questions about Aware IM
Topic: MySQL SSL & WARN Log Entries [Solved - Maybe???]
Replies: 16
Views: 37184

Re: MySQL SSL & WARN Log Entries [Not Solved]

Rennur wrote:It worked, but the BASSever.props resets if you open General and click OK.

Did you restart the server?
I did. There seems to be less of the messages, but there are still a reasonable number of them and it doesn't appear that the server generates the message while idling as it used to do (yet).
by PointsWell
Thu Jul 05, 2018 5:47 am
Forum: General discussion and questions about Aware IM
Topic: MySQL SSL & WARN Log Entries [Solved - Maybe???]
Replies: 16
Views: 37184

Re: MySQL SSL & WARN Log Entries [Not Solved]

Rennur wrote:Solution to the annoying SSL messages:
Does that work for you Rennur? I still get a large number of SSL messages.
by PointsWell
Wed Jul 04, 2018 11:25 pm
Forum: General discussion and questions about Aware IM
Topic: Encrypt Data at Rest MySQL
Replies: 17
Views: 21674

Re: Encrypt Data at Rest MySQL

+1

I am going to be storing personal data and feel that not encrypting it would lay me open to all sorts of life shortening hassles.
by PointsWell
Fri Jun 29, 2018 2:11 am
Forum: General discussion and questions about Aware IM
Topic: SUM in a report using a Swap Select Attribute
Replies: 7
Views: 8329

Re: SUM in a report using a Swap Select Attribute

Virtual_Financial_Rpt_Parms.PS_Program.ID CONTAINS DonationSplitDetail.PS_Program.ID This example is invalid as you are comparing and ID with an ID which can either be =, !=, > or < etc It should be Virtual_Financial_Rpt_Parms.PS_Program CONTAINS DonationSplitDetail.PS_Program if you have changed t...
by PointsWell
Fri Jun 29, 2018 2:06 am
Forum: General discussion and questions about Aware IM
Topic: DISPLAY MESSAGE ASYNCH not playing well with
Replies: 12
Views: 15407

Re: DISPLAY MESSAGE ASYNCH not playing well with

Async Display should be (if you want to use it) the LAST item in that process. Anywhere else, it will cause problems. Best not to use it. If you put it in the middle of a process, any lines after that message, gets out of whack. Also it doesn't play nice with multiple Async messages. It will only p...
by PointsWell
Wed Jun 27, 2018 12:43 am
Forum: General discussion and questions about Aware IM
Topic: ya know how HTML fields/btn don't line up with input fields?
Replies: 2
Views: 3445

Re: ya know how HTML fields/btn don't line up with input fie

But I had trouble (most likely cause of the @media prefix - which I'd never seen before) overriding that CSS. From memory the @media determines responsiveness for different screen sizes. Check your solution works for different screen size (if you've got iPads etc in the mix) - you should be able to...
by PointsWell
Sun Jun 24, 2018 10:17 pm
Forum: General discussion and questions about Aware IM
Topic: How do I handle a REST error - its displaying in a dialogBx
Replies: 4
Views: 14181

Re: How do I handle a REST error - its displaying in a dialo

On receipt of the REST response are you able to test for the value of status? If so you could intercept that error and provide a more meaningful / graceful response to the user The REST response for an error is the wrong shape for your Response BO which is what would be generating you error message ...
by PointsWell
Mon Jun 18, 2018 10:06 pm
Forum: General discussion and questions about Aware IM
Topic: Remove Colon From the Label
Replies: 13
Views: 13092

Re: Remove Colon From the Label

I have an alternative way to remove colons from the end of field labels. Keen to hear any wise critique of this : Add the following javascript to the Form or Form tab Render script /* Removes all colons from field labels */ var labelArray=document.getElementsByTagName("label"); for(var i = 0; i < l...
by PointsWell
Mon Jun 18, 2018 9:59 pm
Forum: General discussion and questions about Aware IM
Topic: Aware and SQL Webinar - Tuesday
Replies: 30
Views: 51244

Re: Aware and SQL Webinar - Tuesday

Testing this further: 1. Disabled the SP_process (no Stored Procedure to load when VP is called). Left menu-> "Dashboard" button-> as process "DISPLAY Perspective 'AdminDashboard' -->loading time aprox 8-9 seconds. 2. Left menu ->"Dashboard" button -> as HomePage -> loading time 2-3 seconds. hmmm.....
by PointsWell
Sun Jun 17, 2018 1:32 am
Forum: General discussion and questions about Aware IM
Topic: Aware and SQL Webinar - Tuesday
Replies: 30
Views: 51244

Re: Aware and SQL Webinar - Tuesday

I use SP for generating dashboards. I have a generic BO Called SP. it has 4 attributes with generic names (generally my dashboard elements report no more than 4 items) . I call multiple SP returning different results into the same BO. If my SP doesn’t use all 4 attributes there doesn’t appear to be ...
by PointsWell
Fri Jun 15, 2018 10:24 pm
Forum: General discussion and questions about Aware IM
Topic: I'm new here: Introduction
Replies: 12
Views: 14816

Re: I'm new here: Introduction

Welcome. Fasten your seatbelt you’ll be reaching high speed soon.
by PointsWell
Thu Jun 14, 2018 9:44 pm
Forum: General discussion and questions about Aware IM
Topic: mySQL JDBC Driver and SSL - How Do You Do It?
Replies: 12
Views: 14598

Re: mySQL JDBC Driver and SSL - How Do You Do It?

greenfrog wrote:I suppose you have first to set up the SSL certificate on your server and after that to set the MySQL verifyServerCertificate property to 'true'.
The server certificate is in place for mySQL. I just can’t figure out how to implement correctly in Aware as there is no documentation on how to do it.
by PointsWell
Thu Jun 14, 2018 8:01 am
Forum: Problem reports
Topic: BASServer.props Overwrites
Replies: 0
Views: 4132

BASServer.props Overwrites

An issue that was fixed in Build 2378 has returned. If you have anything other than localhost in the BASServer.props file and then change the general settings (eg switch logging on or off) then the server name is overwritten with localhost. CORRECTION - it doesn't stop the server restarting - it pre...