CN101261583A - System function rapid calling method - Google Patents

System function rapid calling method Download PDF

Info

Publication number
CN101261583A
CN101261583A CNA2008100668239A CN200810066823A CN101261583A CN 101261583 A CN101261583 A CN 101261583A CN A2008100668239 A CNA2008100668239 A CN A2008100668239A CN 200810066823 A CN200810066823 A CN 200810066823A CN 101261583 A CN101261583 A CN 101261583A
Authority
CN
China
Prior art keywords
function
user
item
information
forms
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CNA2008100668239A
Other languages
Chinese (zh)
Inventor
黄平刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Shenzhen Guoren Communication Co Ltd
Original Assignee
Shenzhen Guoren Communication Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Shenzhen Guoren Communication Co Ltd filed Critical Shenzhen Guoren Communication Co Ltd
Priority to CNA2008100668239A priority Critical patent/CN101261583A/en
Publication of CN101261583A publication Critical patent/CN101261583A/en
Pending legal-status Critical Current

Links

Images

Abstract

The invention discloses a rapid calling method of system functions, a function structural body which can be used by a user is established in a system, when the user logins to the system, the information of the structural body of the user is arranged in a first chain form, when the user inputs keywords, the information of the structural body which is matched with the keywords is arranged in a second chain form, a function selection interface is generated by the second chain form, and the user can realize the rapid calling of the functions by clicking the buttons of an interface. The system of the invention can show the relevant function operation inlets to the user by the keywords, thus allowing the user to rapidly enter the function to be used. The functions do not need to be implemented by the complicated menu operations or the memory of the shortcut operations. Furthermore, the window operation realization process which is disclosed by the invention is applicable to window systems of ERP system and financial system and so on; and the action operation realization process is applicable to WORD and other complicated software systems.

Description

A kind of systemic-function quick calling method
Technical field
The present invention relates to a kind of Computer Control Technology, particularly relate to a kind of method of quick calling computer system functions.
Background technology
In computer applied algorithm, generally be to provide the system function call inlet by menu and shortcut bar dual mode.If systemic-function is many more, then the quantity of menu item and level will be many more, and just having nearly as the WORD software of MS, a hundreds of menu item, menu level reach three grades.Even if for skilled user, generally all only know the menu item position of daily frequent functions of use; For not yet done user, then often worried for seeking certain function, do not know this which menu item of point actually.Therefore existing system funcall method can not be given the good experience of user, and the user need take much time and learn the using skill relevant with search, is unfavorable for the popularization and the use of system.
Summary of the invention
The technical matters that the present invention solves is to have proposed a kind of systemic-function quick calling method, makes only need just relevant feature operation inlet to be presented to the user by key word, makes the user can enter the function that will use fast.
A kind of systemic-function quick calling method that the present invention proposes comprises following treatment step:
1) set up the user and can use the function structure, this structure comprises following information at least: customer identification information, function declaration, function trigger item; The corresponding structure information of the spendable function of each user;
2) system receives user's log-on message, and can put into first chained list according to customer identification information with all structure information of extracting this user's correspondence the function structure from the user;
3) system receives the search key of input, and the function declaration in the key word and first chained list is mated, and the user structure body information that the match is successful is put into second chained list;
4) on user interface, create the function trigger button according to the second chained list information;
5) system receives user's push-botton operation information, and the function of executive button correspondence triggers item.
Preferably, the user can specifically comprise following treatment step with the foundation of function structure in the described step 1):
11) set up functional database, this database comprises at least: function declaration and function trigger an information;
12) set up customer data base, this database comprises at least: the validated user identifying information;
13) set up the user according to functional database and customer data base and can use the function structure.
Preferably, when the function of calling was the forms action-item, described function triggered item and is specially forms processing class, in described step 2) also comprise before: set up the corresponding relation that forms are handled class and forms class; The function of executive button correspondence triggering item is specially in the described step 5): handle class according to forms and find corresponding forms class, carry out the forms generic operation.
Preferably, described step 2) also comprise before: in the forms class definition, increase the operation of initialization forms category information.
Preferably, when the function of calling was the motion action item, described function triggered item and is specially the action triggers item; The function of executive button correspondence triggering item is specially in the described step 5): call the also action triggers item of executive button correspondence.
Preferably, described step 2) also comprise before: in system, everything is triggered item and organize and manage by the action manifest assembly; Be specially in the described step 5) and in the action manifest assembly, search out corresponding triggering item and call and carry out.
Adopt systemic-function quick calling method of the present invention, system has carried out integration processing with customer identification information and function information, the user only need be by the input key word for unfamiliar function, system just can offer the spendable correlation function operation entry of this user the user automatically and select, and the user does not need to carry out function by complex menu operation or memory prompt operation.And window class operation realization flow disclosed by the invention is applicable to window class systems such as ERP system, financial system; Action generic operation realization flow is applicable to complicated software systems such as WORD.
Description of drawings
Fig. 1 is that the present invention calls forms action-item preferred embodiment process flow diagram;
Fig. 2 is a call action action-item preferred embodiment process flow diagram of the present invention.
Embodiment
Below by accompanying drawing and in conjunction with two specific embodiments realization of the present invention is elaborated.
The function quick calling treatment scheme of calling the forms action-item as shown in Figure 1.Adopt in the present embodiment and handle based on Delphi language and Delphi developing instrument.Processing procedure may further comprise the steps:
1) set up the user and can use the function structure, this structure comprises following information at least: customer identification information, forms explanation, forms are handled class; The corresponding structure information of the spendable function of each user.Can adopt when specific implementation three databases are set earlier: functional database, customer data base and user can use functional database, wherein comprise in the functional database: forms numbering, forms explanation and forms are handled class; Comprise in the customer data base: Customs Assigned Number, user's name; The user can comprise with functional database: Customs Assigned Number and forms numbering.Can set up the user by the information of three databases and can use the function structure, this structure comprises: Customs Assigned Number, forms numbering, forms title and forms are handled class.And in system, set up the corresponding relation that forms are handled class and forms class.
2) system receives user's log-on message, and can put into first chained list according to customer identification information with all structure information of extracting this user's correspondence the function structure from the user.
3) system receives the search key of user's input, and the forms title in the key word and first chained list is mated, and the user structure body information that the match is successful is put into second chained list.
4) on user interface, create the function trigger button according to the second chained list information;
5) system receives user's push-botton operation information, handles class according to the forms of button correspondence and finds corresponding forms class, carries out the forms generic operation.
Show the forms control page if desired, also should in the forms class definition, increase the operation of initialization forms category information.
Above-mentioned implementation procedure is suitable for the situation of a menu or the corresponding forms of tool button, for example more common ERP system, financial system etc.Advantages such as it has entirely dynamically, size of code is few.
And for the funcall of more complicated software, for example WORD then needs another kind of processing mode.The i.e. function quick calling treatment scheme of call action action-item as shown in Figure 2.Concrete treatment scheme is as follows:
1) three databases are set: functional database, customer data base and user can use functional database, wherein comprise in the functional database: action numbering, action specification and action triggers item; Comprise in the customer data base: Customs Assigned Number, user's name; The user can comprise with functional database: Customs Assigned Number and action numbering.Can set up the user by the information of three databases and can use the function structure, this structure comprises: Customs Assigned Number, action numbering, denomination of dive and action triggers item.And everything triggered organize and manage by the action manifest assembly.For example: when handling based on Delphi language and Delphi developing instrument, adopt function list assembly (ActionList) to organize and manage, the function list assembly is the assembly that the Delphi developing instrument provides, and is mainly used to safeguard the set assembly.Action component also is the assembly that the Delphi developing instrument provides, and is mainly used to manage an action, and it has an incident OnExecute, the code of carrying out when being exactly this action execution.In the Delphi the inside, each menu item or button can be bound an action component, after the binding, when clicking menu or button, just go to carry out the OnExecute incident of corresponding action component.
2) system receives user's log-on message, and can put into first chained list according to customer identification information with all structure information of extracting this user's correspondence the function structure from the user.
3) system receives the search key of user's input, and the forms title in the key word and first chained list is mated, and the user structure body information that the match is successful is put into second chained list.
4) on user interface, create the function trigger button according to the second chained list information;
5) system receives user's push-botton operation information, searches out corresponding action triggers item and call and carry out in the action manifest assembly.
Be that example is elaborated below with an action that in system, font is provided with.The option that sets font has: be set to runic, be set to italic etc.Each setting in the present invention is chosen as an independently Action, and the code of each Action just has been developed in the coding phase and has finished.All Action are placed in the functional module of an Actionlist and carry out unified management.When the user need font be set to runic, only need input " runic " or key words such as " overstrikings ", system just can match the button option of " being set to runic " automatically and select for the user, after being used for button click, system is by searching out " being set to runic " corresponding Action in the Actionlist assembly, and realizes overstriking operation to font by the Execute method of calling this Action.From above-mentioned implementation procedure two kinds of implementations are arranged among WORD: first kind is by clicking the mode of menu, promptly by selecting the form menu of ground floor, in the form menu, select the font option, the last operation of in the font options interface, selecting font is carried out overstriking.Second kind is the shortcut key combinations or the quick botton of the overstriking operation of setting in the input system, because the systemic-function option of WORD is very many, common user can't remember shortcut key combinations, and quick botton is because the display interface layout restrictions, and system can not all be placed on the quick botton of all operations on the interface.And implementation of the present invention, the user does not need menu and shortcut are remembered and learnt, and only need know that the action of operation can realize funcall fast.
Above content be in conjunction with concrete preferred implementation to further describing that the present invention did, can not assert that concrete enforcement of the present invention is confined to these explanations.For the general technical staff of the technical field of the invention, without departing from the inventive concept of the premise, can also make some simple deduction or replace, all should be considered as belonging to protection scope of the present invention.

Claims (6)

1. systemic-function quick calling method is characterized in that described method comprises following treatment step:
1) set up the user and can use the function structure, this structure comprises following information at least: customer identification information, function declaration, function trigger item; The corresponding structure information of the spendable function of each user;
2) system receives user's log-on message, and can put into first chained list according to customer identification information with all structure information of extracting this user's correspondence the function structure from the user;
3) system receives the search key of input, and the function declaration in the key word and first chained list is mated, and the user structure body information that the match is successful is put into second chained list;
4) on user interface, create the function trigger button according to the second chained list information;
5) system receives user's push-botton operation information, and the function of executive button correspondence triggers item.
2. systemic-function quick calling method according to claim 1 is characterized in that, the user can specifically comprise following treatment step with the foundation of function structure in the described step 1):
11) set up functional database, this database comprises at least: function declaration and function trigger an information;
12) set up customer data base, this database comprises at least: the validated user identifying information;
13) set up the user according to functional database and customer data base and can use the function structure.
3. systemic-function quick calling method according to claim 1 and 2, it is characterized in that, when the function of calling was the forms action-item, described function triggered item and is specially forms processing class, in described step 2) also comprise before: set up the corresponding relation that forms are handled class and forms class; The function of executive button correspondence triggering item is specially in the described step 5): handle class according to forms and find corresponding forms class, carry out the forms generic operation.
4. systemic-function quick calling method according to claim 3 is characterized in that described step 2) also comprise before: in the forms class definition, increase the operation of initialization forms category information.
5. systemic-function quick calling method according to claim 1 and 2 is characterized in that, when the function of calling was the motion action item, described function triggered item and is specially the action triggers item; The function of executive button correspondence triggering item is specially in the described step 5): call the also action triggers item of executive button correspondence.
6. systemic-function quick calling method according to claim 5 is characterized in that described step 2) also comprise before: in system, everything is triggered item and organize and manage by the action manifest assembly; Be specially in the described step 5) and in the action manifest assembly, search out corresponding triggering item and call and carry out.
CNA2008100668239A 2008-04-18 2008-04-18 System function rapid calling method Pending CN101261583A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CNA2008100668239A CN101261583A (en) 2008-04-18 2008-04-18 System function rapid calling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CNA2008100668239A CN101261583A (en) 2008-04-18 2008-04-18 System function rapid calling method

Publications (1)

Publication Number Publication Date
CN101261583A true CN101261583A (en) 2008-09-10

Family

ID=39962055

Family Applications (1)

Application Number Title Priority Date Filing Date
CNA2008100668239A Pending CN101261583A (en) 2008-04-18 2008-04-18 System function rapid calling method

Country Status (1)

Country Link
CN (1) CN101261583A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102866895A (en) * 2012-09-27 2013-01-09 广东电子工业研究院有限公司 Method for quickly positioning function customizing entrance
CN103020259A (en) * 2012-12-21 2013-04-03 中国农业银行股份有限公司 Method and system for acquiring software program
CN101751290B (en) * 2009-10-23 2013-05-08 金蝶软件(中国)有限公司 Method, device and ERP system for calling functional modules
CN103677522A (en) * 2013-12-09 2014-03-26 金蝶软件(中国)有限公司 Method and device for switching data environments in ERP system
CN105335132A (en) * 2014-06-13 2016-02-17 阿里巴巴集团控股有限公司 Method, apparatus and system for user-defined application function

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101751290B (en) * 2009-10-23 2013-05-08 金蝶软件(中国)有限公司 Method, device and ERP system for calling functional modules
CN102866895A (en) * 2012-09-27 2013-01-09 广东电子工业研究院有限公司 Method for quickly positioning function customizing entrance
CN102866895B (en) * 2012-09-27 2015-06-17 广东电子工业研究院有限公司 Method for quickly positioning function customizing entrance
CN103020259A (en) * 2012-12-21 2013-04-03 中国农业银行股份有限公司 Method and system for acquiring software program
CN103020259B (en) * 2012-12-21 2016-10-05 中国农业银行股份有限公司 A kind of method and system obtaining software program
CN103677522A (en) * 2013-12-09 2014-03-26 金蝶软件(中国)有限公司 Method and device for switching data environments in ERP system
CN103677522B (en) * 2013-12-09 2018-12-11 金蝶软件(中国)有限公司 The switching method and device of data environment in ERP system
CN105335132A (en) * 2014-06-13 2016-02-17 阿里巴巴集团控股有限公司 Method, apparatus and system for user-defined application function
CN105335132B (en) * 2014-06-13 2020-03-24 阿里巴巴集团控股有限公司 Method, device and system for customizing application program function

Similar Documents

Publication Publication Date Title
JP7069401B2 (en) Updating heterogeneous data stores with unstructured inputs
US6738770B2 (en) System and method for filtering and sorting data
USRE39090E1 (en) Semantic user interface
EP1315086B1 (en) Generation of localized software applications
EP2426609B1 (en) Context-based user interface, search, and navigation
CN100409173C (en) Voice-controlled user interfaces
JP5924859B2 (en) Method and apparatus for providing context-aware input data
CN102207816A (en) Method for performing adaptive input based on input environment, and input method system
US20100004924A1 (en) Method and system context-aware for identifying, activating and executing software that best respond to user requests generated in natural language
CN101286155A (en) Method and system for input method editor integration
MXPA04002158A (en) Presentation of data based on user input.
US20130124194A1 (en) Systems and methods for manipulating data using natural language commands
CN103080873A (en) Extension framework for input method editor
WO2004107315A2 (en) Architecture for a speech input method editor for handheld portable devices
US9167075B2 (en) Service access method and apparatus
CN101876878A (en) Word prediction input system and method
CN101261583A (en) System function rapid calling method
US9721040B2 (en) Mechanism to input, search and create complex data strings within a single dialog
CN101782910B (en) SQLite visual management method
CN101763211A (en) System for analyzing semanteme in real time and controlling related operation
CN111722893A (en) Method and device for interaction of graphical user interface of electronic equipment and terminal equipment
CN101751290B (en) Method, device and ERP system for calling functional modules
CN101593191A (en) The index establishing method of database, database search method and system
US7814092B2 (en) Distributed named entity recognition architecture
US20090210380A1 (en) Data search system, method and program

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C12 Rejection of a patent application after its publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20080910