jocuva Posted August 30, 2001 Posted August 30, 2001 LiveOak: Ok. but do I want to print the classify in form direct SORT(no dialog), so that the user doesn't have to select a field of the database and to make it by means of buttons, can I make this?. Thanks.
jocuva Posted August 31, 2001 Author Posted August 31, 2001 Greetings to everything in forum: I have a problem, desire to print a classify of clients for different order; for key, or for name, or for sector, somebody to help me how defining different sort, directly it allows me to make one alone. Thanks.
LiveOak Posted August 31, 2001 Posted August 31, 2001 You can only restore a single sort in each script. To create several sorts in the same script, use a separate subscript for each different sort. -bd
Anatoli Posted September 1, 2001 Posted September 1, 2001 Create sort scripts for each "key, or for name, or for sector". You will have 3 scripts and then the print script on end.
Newbies bbolsm Posted September 3, 2001 Newbies Posted September 3, 2001 Sorry - have the problem to store a specific sort order for several scripts in v5.5 ! see also : http://www.fmforums.com/ubb/cgi-bin/ultimatebb.cgi?ubb=get_topic&f=15&t=000646
JPaul Posted September 3, 2001 Posted September 3, 2001 In order to create different sort scripts you MUST perform a real sort on the needed fields and then build the script concerning this specific sorting way. Doing so,FM 'remembers' the sort order for each script. Hope this helps, regards.
jocuva Posted September 7, 2001 Author Posted September 7, 2001 Vaughan: can you help me explain step for step, because i have three scripts and three layout one for each report but not function. Thanks for your help.
Vaughan Posted September 7, 2001 Posted September 7, 2001 OK. Perform the first sort. Create a script which just consists of the Sort (restore, no dialog) step. This script has now saved the sort. Perform the second sort. Create a script which just consists of the Sort (restore, no dialog) step. This script has now saved the sort. Sort and create sort scripts for as many sort orders as you need. In your main script, each time you want to sort the database in a particular way just use the Perform Script step to run the scripted sort.
jocuva Posted September 8, 2001 Author Posted September 8, 2001 Thanks very much, for clear me, already work for me.
Recommended Posts
This topic is 8821 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