Drag and Drop

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
Platinum_ar
Posts: 92
Joined: Thu Jan 10, 2013 10:50 pm

Drag and Drop

Post by Platinum_ar »

I wached the drag and drop tutorial,
I searched for drag and drop in How To guide with no result.

My problem is:
I have BO Task

I have two queries NewTask and AssignedTask
NewTask: FIND Task Where Status = 'New'
AssignedTask: FIND Task Where Status = 'Assigned'

I have two processes DropNewTask and DropAssignedTask
DropNewTask: ThisStories.Status='New'
DropAssignedTask: ThisStories.Status='Assigned'

I turned on drag and drop in queries for object Task and select processes for move function:
NewTask: DropNewTask
AssignedTask: DropAssignedTask

My goal is to have ability to drop the Task item from querie New to Assigned to change the status, but I still have 'no entry' icon.

Do I missed something?
Platinum_ar
Posts: 92
Joined: Thu Jan 10, 2013 10:50 pm

Post by Platinum_ar »

There is a mistake in previous post.
DropNewTask: ThisTask.Status='New'
DropAssignedTask: ThisTask.Status='Assigned'
aware_support
Posts: 7535
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

The How To Guide (v 5.7) has a section called "How to implement drag and drop"

The drag and drop functionality has been implemented in the Photo Album sample application.

Without seeing your BSV it is impossible to know where you made a mistake.
Aware IM Support Team
Platinum_ar
Posts: 92
Joined: Thu Jan 10, 2013 10:50 pm

Post by Platinum_ar »

Is there any other How to guide or you mean here:
http://www.awareim.com/OnlineDoco/indexHowto.html ?

If yes, can you give me further guide please?

This is what I found there:
Table of Contents
Introduction
Aware IM Basics
How to go about system configuration
How to start configuring the system
How to define database tables and database columns
How to define links between database tables
How to set up calculated fields
How to set up business rules
How to test the configured system
How to deploy the configured system
How to create records
How to edit records
How to look for records
How to delete records
Forms and User Interface
How to design a form
How to attach actions to buttons
How to control the order of attributes on automatically generated forms
How to initialise form controls
How to validate user input
How to set up custom form layout
How to set up forms with tabs
How to use different forms for different users
How to show related records
How to choose values from a list
How to set up system menu
How to set up custom menu
How to customise colors and fonts
Business Rules
What is the difference between processes and business rules
How to define a rule
How to find a rule
How to deal with rules that need to be evaluated in a strict order
How to make sure that the action is executed only once
How to perform an action on multiple business objects
Reports and Documents
How to design a report
How to produce and print out a report
How to refer to the database fields in a report
How to perform calculations in a report
How to group records in a report
How to include related records in a report
How to include an element in a report conditionally
How to print an element in different colors depending on some conditions
How to enumerate elements in a report
How to re-use a report
How to store documents and files
How to store pictures
How to do 'document merge'
Users and Login
How to setup system users
How to log into the system
How to set/change user password
How to set up users of the Configuration Tool
How to set/change password for the Configuration Tool
How to allow non-registered users access to the system
How to allow non-registered users to self-register
How to refer to the current user in rules
E-mails
How to configure the system to send e-mails
How to send e-mail with attachments
How to configure the system to receive e-mails
How to register (save) incoming e-mails in the system
How to process e-mails based on its contents
How to do 'mail merge'
Security and Protection
How to give different authority to different users
How to limit access to database tables
How to limit access to records
How to limit access to operations
How to define access based on some conditions
How to set up SSL
Integration with Other Systems
How to integrate credit card payment system
How to communicate with another software system
How to communicate with a hardware device
How to expose a web service
How to use web service
Miscellaneous
How to re-use configurations
How to import/export data
How to set up periodic processes
How to extend Aware IM
How to count web site visitors
How to track the activity of the registered users
Tips and Tricks
How to search for multiple objects
What to do if an object can be related to multiple objects
How to find out where the element is used in the configuration
How to display currency symbol
How to generate unqiue ID for the attribute
How to compare strings ignoring case
BTW this is how it looks in Safari (and Chrome i think...)

Image

And it's load very slowly
customaware
Posts: 2418
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Post by customaware »

Have a look in the Docs folder under AwareIM of your installation.

In there is a file called HowTo.pdf.

In there the Drag and Drop stuff starts at the bottom of page 25.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
Post Reply