Jump to content

Get cursor possition


This topic is 8587 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies

I have several questions (about scripts)

1. How to get cursor position

2. How to know how many records does a table have

3. Is it possible to add records into another tables(files)

4. Can I display 1 table into 2 portals that records are diffrent in each portal

------------------

Link to comment
Share on other sites

1. How to get cursor position

You can tell if the user is in a particular field, but not where the pointer is on the screen.

2. How to know how many records does a table have

User Status( CurrentRecordCount ) which will give you the total number of records in a database file.

3. Is it possible to add records into another tables(files)

If the file is related to the file you are in, yes. There are a lot of ways to do this, so the method you choose to use will depend on your purposes. What exactly do you want to do?

4. Can I display 1 table into 2 portals that records are diffrent in each portal

Portals display the related records to the current record. If there are two relationships to a second file, you can use two portals to display the related records for each relationship.

Chuck

Link to comment
Share on other sites

Originally posted by Bayarpurev:

I have several questions (about scripts)

1. How to get cursor position

I haven't tried it myself, but there is a pluging available from http://www.FullFunction.com

called MouseGrabber (Mac and Windows) which they say will allow you to determine the mouse position.

Worth a try?

------------------

Brian

Link to comment
Share on other sites

This topic is 8587 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.