Search found 183 matches

by cishpix
Wed Dec 29, 2021 5:20 am
Forum: General discussion and questions about Aware IM
Topic: Get_Directions Not Works in Google Map
Replies: 0
Views: 5234

Get_Directions Not Works in Google Map

I'm still learn about Google Maps from this tutorial Using Google Maps in Aware IM and I have follow all the steps. So it works but when I try click the marker, I cannot set the destination location. When I check the error in browser, I got like below Get_Directions not works.png I don't know what I...
by cishpix
Wed Dec 15, 2021 8:04 am
Forum: General discussion and questions about Aware IM
Topic: Are we safe from log4j vulnerability
Replies: 12
Views: 34284

Re: Are we safe from log4j vulnerability

Jaymer wrote: Wed Dec 15, 2021 5:56 am fine, but where exactly do we get this new file?
You can download it from https://logging.apache.org/log4j/2.x/download.html directly
by cishpix
Sun Nov 14, 2021 7:34 am
Forum: General discussion and questions about Aware IM
Topic: Running PHP alongside Tomcat
Replies: 1
Views: 1243

Re: Running PHP alongside Tomcat

We have run it a few years ago with Tomcat 7 & 8 but never try it again in Tomcat 9.
For more information you can try find JavaBridge.
by cishpix
Sun Nov 14, 2021 7:28 am
Forum: General discussion and questions about Aware IM
Topic: Create & Edit Appointment Operation not works in Form
Replies: 1
Views: 983

Create & Edit Appointment Operation not works in Form

Hi everyone.. my question is about calendar in Appointment BO. What I want are when I click a date or an appointment, it can use form that I design in appointment BO, not with native form. I have setup it in "Editing and Resources" dialog box (see the red square in the below). I know it works if we ...
by cishpix
Fri Sep 10, 2021 2:20 pm
Forum: General discussion and questions about Aware IM
Topic: How Create a query Group by Month DOB and Sort by Date from DOB
Replies: 8
Views: 5564

Re: How Create a query Group by Month DOB and Sort by Date from DOB

Hi Himanshu..
You're really perfect man! Many thanks for your help..
It's really works..
But I'm curious and want to know, is it possible only show the group by month name (not include with the month number) and sort like in Calendar?
by cishpix
Fri Sep 10, 2021 6:46 am
Forum: General discussion and questions about Aware IM
Topic: How Create a query Group by Month DOB and Sort by Date from DOB
Replies: 8
Views: 5564

Re: How Create a query Group by Month DOB and Sort by Date from DOB

Hi Himanshu..
thanks again for your help.. it works but..
himanshu wrote: Thu Sep 09, 2021 3:59 pm instead of number you can save the Month Name too..
how can I sort the month name when I set it as group? Currently it sort as ascending but I want the month name sort like in calendar..
Any idea again :D
by cishpix
Thu Sep 09, 2021 3:20 pm
Forum: General discussion and questions about Aware IM
Topic: How Create a query Group by Month DOB and Sort by Date from DOB
Replies: 8
Views: 5564

Re: How Create a query Group by Month DOB and Sort by Date from DOB

Hi Himanshu.. many thanks for your idea.. create a new attribute Month and calculate month from the DOB and assign value in it I already create like your suggestion and I got it as number in Month attribute. So, my question how can I convert it as month name not as number in query when I set it in g...
by cishpix
Thu Sep 09, 2021 10:42 am
Forum: General discussion and questions about Aware IM
Topic: How Create a query Group by Month DOB and Sort by Date from DOB
Replies: 8
Views: 5564

How Create a query Group by Month DOB and Sort by Date from DOB

Hi all... I have a BO (call it as StudentData) with 2 attributes (Name and DOB). I want to create a query that can show all the data of the BO with the below criteria all the data will be group by month from DOB If there are some data that have same month (DOB) then the data will be sort by date fro...
by cishpix
Sat Jul 24, 2021 12:07 am
Forum: General discussion and questions about Aware IM
Topic: How I GET the data from JSON structure?
Replies: 3
Views: 1948

Re: How I GET the data from JSON structure?

You should have: 1) CategoryDetail BO with attributes: a) id b) name c) type 2) Category BO with attributes: a) data (of type CategoryDetail single) 3) ItemDetails BO with attributes: a) id b) name c) description d) category (of type Category single) 4) Response BO with attributes: a) data of type ...
by cishpix
Thu Jul 22, 2021 4:56 pm
Forum: General discussion and questions about Aware IM
Topic: How I GET the data from JSON structure?
Replies: 3
Views: 1948

How I GET the data from JSON structure?

Hi all, I want GET data from other application by API (see the below for the JSON structure) JSON-structure.png I have 4 BO and every BO have an attribute that I set peer relation with other BO. Currently, I already can get the data for item_details BO but I'm stuck when want catch the data for cate...
by cishpix
Sun Jul 11, 2021 1:30 pm
Forum: General discussion and questions about Aware IM
Topic: Execution_Contexts - one mother's story
Replies: 3
Views: 2123

Re: Execution_Contexts - one mother's story

ACDC wrote: Sun Jul 11, 2021 9:06 am If port 9000 is accessed by another application while AIM is running, then AIM loses the port and goes into a spin.
That's why I always change AIM port 9000 to other port number to prevent the issue.
by cishpix
Mon Jul 05, 2021 3:29 pm
Forum: General discussion and questions about Aware IM
Topic: Multistep: Unable to edit/view unresolved object
Replies: 1
Views: 1345

Multistep: Unable to edit/view unresolved object

Hi all,
May I know who have try/apply multi step processes?
I have try follow like the video tutorial but I'm always stuck with this error "Unable to edit/view unresolved object" when click other step process.
Thank you
by cishpix
Wed Jun 02, 2021 8:42 am
Forum: General discussion and questions about Aware IM
Topic: Tables already exist
Replies: 3
Views: 2016

Re: Tables already exist

KnightWare wrote: Tue Jun 01, 2021 8:08 pm Do I have to drop All the tables attached to this App?
I usually will select "No Initial data" when I got the issue
by cishpix
Mon May 10, 2021 6:23 am
Forum: General discussion and questions about Aware IM
Topic: How to export data (only data) from prod to qa mariadb
Replies: 3
Views: 2600

Re: How to export data (only data) from prod to qa mariadb

Yes, it's possible.
I always use HeidiSQL to export/import data from one DB/server to other DB/server. You just need to set what you want to export.