Search found 180 matches

by pixerp
Wed Nov 18, 2009 3:15 pm
Forum: General discussion and questions about Aware IM
Topic: Feature Request: checkboxes
Replies: 1
Views: 3731

Maybe you can define a query, then in a process rule use

PICK ONE OR MORE FROM myQuery

All selected checkboxes will bring those rows in context...
by pixerp
Wed Nov 18, 2009 8:29 am
Forum: General discussion and questions about Aware IM
Topic: Process - need a wait/sleep loop
Replies: 3
Views: 5783

As we don't have any 'sleep' function, using a question and make the user wait seems to be the only option.

How would you write the rule ?
by pixerp
Tue Nov 17, 2009 4:05 pm
Forum: General discussion and questions about Aware IM
Topic: Process - need a wait/sleep loop
Replies: 3
Views: 5783

Process - need a wait/sleep loop

In a process, I use EXPORT DOCUMENT to a folder. An external script takes care to automatically convert it to PDF.

Now using FILE_EXISTS(), I can check that the pdf was created but I don't know how to suspend the process for a few seconds and loop back to FILE_EXISTS ....

Thanks for any help.
by pixerp
Fri Nov 13, 2009 7:34 am
Forum: General discussion and questions about Aware IM
Topic: Checking if a BO instance was saved
Replies: 10
Views: 12884

I have defined a Test button with following code: <button type="button" onclick="AwareApp.getFormPanel(this).getForm().findField('Notes').originalValue='dummy$';AwareApp.startProcessFromForm('Test', 'main', this, false);">Test</button> Process Test: If 1=1 Then REPORT ERROR 'Just to see..' After OK'...
by pixerp
Thu Nov 12, 2009 2:09 pm
Forum: General discussion and questions about Aware IM
Topic: Checking if a BO instance was saved
Replies: 10
Views: 12884

Yes, it does.
by pixerp
Thu Nov 12, 2009 10:44 am
Forum: General discussion and questions about Aware IM
Topic: Checking if a BO instance was saved
Replies: 10
Views: 12884

This code works and will trigger the Save window when Back button is clicked: <button type="button" onclick="AwareApp.getFormPanel(this).getForm().findField('Notes').originalValue='dummy$';">Dummy</button> But .getFormPanel + .startProcessFromForm together don't work : <button type="button" onclick=...
by pixerp
Wed Nov 11, 2009 2:56 pm
Forum: General discussion and questions about Aware IM
Topic: Checking if a BO instance was saved
Replies: 10
Views: 12884

Currently, the HTML cell on the form has the following code: <button type="button" onclick="AwareApp.startProcessFromForm('EditOutgoingLetterDoc', 'main', this, true);">Edit Doc</button> after trying something like: <button type="button" onclick="AwareApp.startProcessFromForm('EditOutgoingLetterDoc'...
by pixerp
Wed Nov 11, 2009 9:49 am
Forum: General discussion and questions about Aware IM
Topic: Checking if a BO instance was saved
Replies: 10
Views: 12884

Well, I was rather thinking of a "flag" added to .startProcessFromForm. But I'm ready to try using the javascript approach.
So yes, let's get started...
by pixerp
Mon Nov 09, 2009 12:00 pm
Forum: General discussion and questions about Aware IM
Topic: Checking if a BO instance was saved
Replies: 10
Views: 12884

Checking if a BO instance was saved

When you enter data in a form and press the BACK button , a message will popup to ask if you want to save your data. Now, if the form has a an html button that interacts with the file system, I'd like to force the user to use the Save button. Would it be possible to set a kind of UNSAVED flag from a...
by pixerp
Wed Nov 04, 2009 10:07 am
Forum: General discussion and questions about Aware IM
Topic: Navigation
Replies: 4
Views: 7245

I also noticed this annoying behavior a while ago and did send a bsv to support (sept, 14): ........ 2) Reload the Home Tab, now press Menu Manage Test2 -> the query opens in a new tab, click on Manage -> the Test2 form opens with a Close button -> press the ViewG button, the Close button is changed...
by pixerp
Sat Oct 10, 2009 3:24 pm
Forum: Problem reports
Topic: Initializing Timestamp attribute // Date format MMMM
Replies: 9
Views: 16220

Timestamp Setting the attribute initial value with CURRENT_TIMESTAMP was ok. The problem was setting an initial value sometime in the past. I tried to define a BO rule like "If BO1.myTimestamp IS UNDEFINED Then BO1.myTimestamp=AS_TIMESTAMP('2000-01-01 00:00','YYYY-MM-dd HH:mm')" or "If BO1 IS NEW T...
by pixerp
Fri Oct 09, 2009 8:28 am
Forum: Problem reports
Topic: Initializing Timestamp attribute // Date format MMMM
Replies: 9
Views: 16220

Initializing Timestamp attribute // Date format MMMM

1) Timestamp attribute Using function AS_TIMESTAMP to set a specific initial value to a timestamp attribute doesn't work. The log says: "Value was not changed because it was equal to the old value: null" 2) Date format MMMM (month name) Defining a date attribute with format dd MMMM YYYY brings Error...
by pixerp
Wed Oct 07, 2009 1:21 pm
Forum: General discussion and questions about Aware IM
Topic: 2 BSVs running at the same time
Replies: 4
Views: 7748

As a workaround, you can use FF for 1 app and IE for the 2nd ...
by pixerp
Mon Sep 28, 2009 6:17 am
Forum: General discussion and questions about Aware IM
Topic: Using smartphone/PDA web browser
Replies: 9
Views: 15744

After upgrading my iphone 2G-V1.1.4 to V3.0.1, the safari browser displays AW apps correctly.

But, I noticed that the auto-scroll (hor./vert.) is currrently not supported. So it means configuring a VP with objects sized to the screen capability.

Has anyone tested windows/symbian based devices ??
by pixerp
Fri Sep 25, 2009 9:56 am
Forum: General discussion and questions about Aware IM
Topic: Using smartphone/PDA web browser
Replies: 9
Views: 15744

Using smartphone/PDA web browser

With version 3., it was possible to use AW apps from the iphone web browser.

Now it no longer works with version 4. Seems like logonAdmin.html won't load....

Is anyone using a smartphone/PDA to access AW V.4 apps ?

Thanks for sharing your experience.