Search found 41 matches

by mfauzi
Thu Oct 17, 2019 8:46 am
Forum: General discussion and questions about Aware IM
Topic: BUGS in Time DIsplay/Update
Replies: 0
Views: 3846

BUGS in Time DIsplay/Update

Hi we have an application which use save data in timestamp fields. Db used is oracle. User enter datetime value and save. Time entered is 12.05 pm. System saved correctly as In oracle the value is 19/10/2019 12:05:00 PM . When display the form , the form display as 19 October 2019 00:05. If we save ...
by mfauzi
Sun May 28, 2017 11:07 pm
Forum: General discussion and questions about Aware IM
Topic: Error Display Data
Replies: 3
Views: 5704

Re: Error Display Data

Sorry I resolved it by just restart the AwareIm
by mfauzi
Sun May 28, 2017 9:37 pm
Forum: General discussion and questions about Aware IM
Topic: Error Display Data
Replies: 3
Views: 5704

Re: Error Display Data

Somehow the picture cannot upload. the error is:

com.bas.connection.server.connectionException.
by mfauzi
Sun May 28, 2017 9:34 pm
Forum: General discussion and questions about Aware IM
Topic: Error Display Data
Replies: 3
Views: 5704

Re: Error Display Data

picture attached
by mfauzi
Sun May 28, 2017 9:33 pm
Forum: General discussion and questions about Aware IM
Topic: Error Display Data
Replies: 3
Views: 5704

Error Display Data

Hi al,, one of our customer is experiencing the following error as shown in the picture. We are not sure of what is happening.
Really appreciate is somebody can point us to the right direction of possible source of the error
by mfauzi
Tue Jul 19, 2016 1:59 am
Forum: General discussion and questions about Aware IM
Topic: HOW to add custom button
Replies: 2
Views: 3637

Re: HOW to add custom button

Thanks for the guide.

thanks
by mfauzi
Tue Jul 19, 2016 1:04 am
Forum: General discussion and questions about Aware IM
Topic: HOW to add custom button
Replies: 2
Views: 3637

HOW to add custom button

HI all, I have a default edit main form with 2 buttons ie Save and Cancel. The form has 3 tabs ie TAB A, TAB B, TAB 3. My question is how can I add new button with label Test Line which invoke a process. The button should be in TAB 3 because it only involves information in TAB 3. I search the forum ...
by mfauzi
Tue Jan 20, 2015 4:30 am
Forum: General discussion and questions about Aware IM
Topic: Query Returning Limited Result
Replies: 5
Views: 3754

Re: Query Returning Limited Result

Just to share, I was able to solve this issue with Valdimir help.
below is the query used.

FIND AlarmSO WHERE AlarmSO.pCustomer IN LoggedInSysUser.pCust
by mfauzi
Mon Jan 19, 2015 3:43 pm
Forum: General discussion and questions about Aware IM
Topic: Query Returning Limited Result
Replies: 5
Views: 3754

Re: Query Returning Limited Result

Any suggestion guys. I just cannot fs or igure out this problem Is it a bug?
by mfauzi
Mon Jan 19, 2015 9:46 am
Forum: General discussion and questions about Aware IM
Topic: Query Returning Limited Result
Replies: 5
Views: 3754

Re: Query Returning Limited Result

I think I need to clarify further of my requirement. 1. a logged in user can view more than 1 one customer alarm. This is the M-M relationship. 2. The user-cust assigment is determine by the administrator. 3. Each use can have multiple role . This is shown in sysuser. Currently I still create the fi...
by mfauzi
Mon Jan 19, 2015 5:50 am
Forum: General discussion and questions about Aware IM
Topic: Query Returning Limited Result
Replies: 5
Views: 3754

Re: Query Returning Limited Result

I really hope somebody can point to me the right direction on how to display all the alarm as per login user.
by mfauzi
Mon Jan 19, 2015 3:29 am
Forum: General discussion and questions about Aware IM
Topic: Query Returning Limited Result
Replies: 5
Views: 3754

Query Returning Limited Result

We developed a multi tenant app and the queries need to return the records associated with the login user. Below is the scenario There are 3 objects 1. SysUser 2. cust 3. AlarmSO The relation is AlarmSO(M) ----(1) cust (M)-----(M)SysUser All the forms which shows the relationship works fine, the iss...
by mfauzi
Wed Jan 14, 2015 2:43 am
Forum: General discussion and questions about Aware IM
Topic: Case Sensitive
Replies: 1
Views: 1766

Case Sensitive

In our queries AW will display the result in a grid. All the queries has the filter at the top of the grid. My issue is: 1. How can I disable the case sensitive in the filter . Currently user need to enter accurate case for the filter in order for it to properly filter . 2. How can the queries to di...
by mfauzi
Tue Dec 23, 2014 10:06 am
Forum: General discussion and questions about Aware IM
Topic: Need Help on RUle Language
Replies: 6
Views: 3897

Already Responded

Hi I already responded your PM
by mfauzi
Mon Dec 08, 2014 8:54 am
Forum: General discussion and questions about Aware IM
Topic: Need Help on RUle Language
Replies: 6
Views: 3897

Object Diagram

Thanks for the reply. below is I hope more clearer picture. 1. customer object can own only one segment 2. segment can own more than 1 customer 3. user - segment can own 1 segment 4. user - segment can own 1 user. 5. user - customer can own 1 customer 6. user - customer can own 1 user. Example: cust...