Dear everybody.
Is there any way to go to a specific tab in FM v8. For example, if I
have in the tab control setup with three different tabs, is there any
script that permit to go to any of these three tabs? Because if in each
tab I have different portals but I can not go to to a specific portal
of a specific tab using a button.
Thanks,
Jokin
|
|
0
|
|
|
|
Reply
|
joaquin.castilla (34)
|
5/6/2006 3:31:06 AM |
|
On 5 May 2006 20:31:06 -0700, "Jokin" <joaquin.castilla@gmail.com>
wrote:
>Dear everybody.
>Is there any way to go to a specific tab in FM v8. For example, if I
>have in the tab control setup with three different tabs, is there any
>script that permit to go to any of these three tabs? Because if in each
>tab I have different portals but I can not go to to a specific portal
>of a specific tab using a button.
>Thanks,
>Jokin
Use the Go To Field script step - just set it to go to a field in the
portal on the tab you want.
You can then set a button, or use it as a sub-script or even with
EventScript or zippScript.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
VoicesInMyHead
a.k.a. The Voices
No, we're not... Yes, we are...
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|
0
|
|
|
|
Reply
|
Not5780 (31)
|
5/6/2006 4:02:10 AM
|
|
Yes, the Go to Field will work
However, you should probably create fields "Tab 01," "Tab 02," "Tab
03," etc. specifically for this purpose, as it will find the first
instance of the field in your layout. If you move or add that field
somewhere else, it can throw all your hard work off.
Remember to select its behavior so you can't click into it and whenever
you do a Go To Field command, put a Commit Records command after it.
davey
|
|
0
|
|
|
|
Reply
|
averbach (17)
|
5/6/2006 5:00:27 AM
|
|
On 5 May 2006 22:00:27 -0700, "davey" <averbach@mac.com> wrote:
>However, you should probably create fields "Tab 01," "Tab 02," "Tab
>03," etc. specifically for this purpose, as it will find the first
>instance of the field in your layout. If you move or add that field
>somewhere else, it can throw all your hard work off.
If you have a script or button to take the user to the field they need
to be in, and you move it - the script is still valid if the
relationship is listed [yourtable::yourfield].
If you are changing the structure of your database to the extent that
scripts and relationships are breaking, then I agree you should be
using the comments step in scripts or the comments line on the Fields
tab of the Define Database window to better follow your work. Or
better yet a custom ER diagram that evolves with your database which
lists what the heck you are doing.
>Remember to select its behavior so you can't click into it and whenever
>you do a Go To Field command, put a Commit Records command after it.
I am far from an expert yet, but why would you create a field that the
user can't enter, and forces them to the first/next field, instead of
the field they should be in. True the first/next field could be the
necessary field, but then again, could not be. Hmmm.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
VoicesInMyHead
a.k.a. The Voices
No, we're not... Yes, we are...
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
|
|
0
|
|
|
|
Reply
|
Not5780 (31)
|
5/6/2006 2:35:32 PM
|
|
|
3 Replies
37 Views
(page loaded in 0.093 seconds)
Similiar Articles: (control shift tab) does not work - comp.emacsHi, I am trying to use my (control shift tab) key in emacs, but it just beeps when I ... previous-buffer) ;; does not work I found that this was needed for my setup ... Why is there no tab "Update" in Java Control Panel? Install ...Why are the Java update settings not saved in the Java control panel? ... In the Java Control Panel, click on the Update tab. Change the update ... How to use tab control in vc++ win32 api (not mfc) ?? - comp.os.ms ...... have made 2 dialogs in resource editor Dialog1 and Dialog2 and added tab control to ... code from resource.rc for all 3 dialogs ///// /////Dialog settings ... Query: How to add a checkbox control in Tab [ Win 32 project, None ...I wanted to add a checkbox inside a tab control in a simple Win32 project. ... I much prefer to adhere to the users colour and visual theme settings rather than ... go to a TAB - comp.databases.filemakerStephen Larivee wrote: > If you use the Tab control in the newer versions of FMP ... documents to PDF format using Corel ... From there > go to the device settings tab. How to query NT Domain - comp.lang.java.securityQuery: How to add a checkbox control in Tab [ Win 32 project, None ... How to use tab ... ... How to disable NIS in Linux - comp.os.linux.setup # # domain NISDOMAIN broadcast ... ISG first step - comp.dcom.sys.ciscoI am trying to setup redirect without a radius: internet-----ISG-----Laptop ... to add a checkbox control in Tab [ Win 32 project, None ... step 4 : Clicked Tab control ... best graphic adapter - comp.unix.solarisHi, Which one is the best graphic adapter for a U45, XVR-100,XVR-300 or XVR-2500 running Solaris 11 express? ... how to check j2ee version - comp.lang.java.programmer... for errors (syntax errors, pdf version, etc.)? ... such as printing ===== settings ... of Tab control ... do not like the fact that you loose control of the Tab control ... How can I change standard digits in regional option of windows by ...1. ... the Regional Options tab of the Regional and Language Options Control Panel in Windows? Change Regional/Language Settings Programmatically (Posted by ... Writing the Settings Tab CodeLike the Console tab control, the Settings tab control can contain other controls within itself. This is the control that is referenced by the TabControl property of the ... Working With Tab Controls in FileMaker Pro | FileMakerYou can also add a tab control by choosing Insert menu > Tab Control. Step 3 In the Tab Control Setup dialog box, type the tab panel names. Step 4 7/9/2012 8:06:07 AM
|