Newbies Bayarpurev Posted November 9, 2000 Newbies Posted November 9, 2000 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 ------------------
Chuck Posted November 9, 2000 Posted November 9, 2000 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
brian rich Posted November 14, 2000 Posted November 14, 2000 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
Recommended Posts
This topic is 9027 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 accountSign in
Already have an account? Sign in here.
Sign In Now