WO2010135121A2 - Database application navigation - Google Patents

Database application navigation Download PDF

Info

Publication number
WO2010135121A2
WO2010135121A2 PCT/US2010/034617 US2010034617W WO2010135121A2 WO 2010135121 A2 WO2010135121 A2 WO 2010135121A2 US 2010034617 W US2010034617 W US 2010034617W WO 2010135121 A2 WO2010135121 A2 WO 2010135121A2
Authority
WO
WIPO (PCT)
Prior art keywords
database
computer
database object
request
url
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.)
Ceased
Application number
PCT/US2010/034617
Other languages
English (en)
French (fr)
Other versions
WO2010135121A3 (en
Inventor
Steven Miles Greenberg
Vitore Selca
Andrew Robert Miller
Stephen Lesser
Clinton Dee Covington
Ryan Mcminn
Pavel R. Karimov
Konrad Tupaj
Amarinder Singh Grewal
Robert Scott Cooper
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.)
Microsoft Corp
Original Assignee
Microsoft Corp
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
Priority to EP10778123.9A priority Critical patent/EP2433224A4/en
Priority to RU2011147049/08A priority patent/RU2544774C2/ru
Priority to MX2011011746A priority patent/MX2011011746A/es
Priority to JP2012511892A priority patent/JP5255156B2/ja
Priority to SG2011072188A priority patent/SG175049A1/en
Priority to BRPI1011380-0A priority patent/BRPI1011380B1/pt
Priority to AU2010249975A priority patent/AU2010249975B2/en
Priority to CN201080022500.5A priority patent/CN102428460B/zh
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to CA2758385A priority patent/CA2758385C/en
Publication of WO2010135121A2 publication Critical patent/WO2010135121A2/en
Publication of WO2010135121A3 publication Critical patent/WO2010135121A3/en
Priority to ZA2011/07188A priority patent/ZA201107188B/en
Priority to IL215752A priority patent/IL215752A/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • G06F16/972Access to data in other repository systems, e.g. legacy data or dynamic Web page generation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/14Digital output to display device ; Cooperation and interconnection of the display device with other functional units
    • G06F3/147Digital output to display device ; Cooperation and interconnection of the display device with other functional units using display panels
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces

Definitions

  • database management programs allow developers to create database applications for performing certain functions with respect to a database.
  • a database application might be created that allows a user to track donations to a school or charity. Users typically access database applications such as this through the database management program (referred to herein as a “database client application program” or simply a “database client”) utilized to create the database application or a runtime version of the database client.
  • database client application program referred to herein as a “database client application program” or simply a “database client”
  • database client database client
  • the database services URL utilized by the database application can be updated programmatically by program code executing within or under the control of the database server application program.
  • a macro action may be executed for opening a form in a Web browser. Execution of the macro action will update the database services URL to properly reflect the database services URL of the opened form.
  • macro actions for opening reports, showing records, displaying a form or report, browsing to a database object in-place, and for performing other functions may update the database services URL appropriately.
  • selection of user interface controls provided for navigating the database application such as a navigation control, may also cause the database services URL to be updated.
  • a macro action refers to macros provided by the database application. It should be appreciated that other types of executable components may also be utilized to provide similar functionality.
  • a macro action is provided herein for use in conjunction with a database server application that provides functionality for displaying a database object, such as a form or report, in-place in a Web browser.
  • the BrowserTo macro action the current view of a form or report can be changed while maintaining the context of the database application.
  • the BrowseTo macro action takes parameters identifying a path to a sub form control, identifying a name of the database object to be displayed, and identifying the type of database object.
  • parameters identifying a page of the database object that should be displayed as the current page, identifying a data mode for the database object, and for specifying a WHERE condition for a record source of the database object to be displayed by the BrowseTo macro action may also be supplied and utilized when displaying the database object in- place.
  • FIGURE 2 is a user interface diagram showing aspects of a navigation control utilized in one embodiment presented herein;
  • FIGURES 5-7 are flow diagrams showing various routines that illustrate aspects of embodiments presented herein for processing a request for a database services uniform resource locator, updating a database services uniform resource locator, and executing a macro action for browsing to a form or report, respectively, according to embodiments presented herein;
  • FIGURE 8 is a computer architecture diagram showing an illustrative computer hardware and software architecture for a computing system capable of implementing aspects of the embodiments presented herein.
  • FIGURE 1 is merely illustrative and that additional computing systems and networks not shown in FIGURE 1 may be utilized in various embodiments presented herein.
  • network 118 is described herein as being a wide area network ("WAN"), such as the Internet, other types of local and WANs may also be utilized by the embodiments presented herein.
  • WAN wide area network
  • the client computer 102 is equipped to execute an operating system and appropriate application program software.
  • the client computer 102 is configured to execute a database client application program 106.
  • the database client application program 106 which may be referred to herein simply as the "database client,” comprises a database application program configured for execution on a client computer 102.
  • the database client application program 106 comprises the ACCESS database client application program from MICROSOFT CORPORATION of Redmond, Washington. It should be appreciated, however, that database client application programs from other vendors might also be utilized in conjunction with the software components presented herein.
  • the database client application program 106 is configured in embodiments to allow a user to create a database application 108.
  • the database application 108 may be executed by the database client application program 106 or a runtime version of the database client. Through the use of the database application 108, a user of the client computer 102 can interact with a database in various ways supported by the database application 108. It should be appreciated that, in one embodiment, the database application 108 is self contained, including the actual database upon which the database application 108 operates.
  • the database client application program 106 is further configured to allow a user to define a navigation form 200 as part of database application 108.
  • the navigation form 200 may include a navigation control 202.
  • the navigation control 202 includes selectable tabs that can each be associated with a target, such as a form 124A or a database report 124B.
  • a target such as a form 124A or a database report 124B.
  • the target associated with the selected tab is displayed by the database application 108 in the navigation form 200.
  • Multiple navigation controls 202 may be added to the same navigation form 200.
  • the database services URL 120 may also be updated following the selection of other user interface controls provided for navigating the database application 108 and in response to the execution of programmatic components by the database application 108. Details regarding this functionality will be provided below with respect to FIGURES 3-7.
  • FIGURE 3 a data structure diagram illustrating aspects of a database services URL 120 provided in some embodiments will be described.
  • the database services URL 120 includes an address 302A and several parameters 302B-302G.
  • the address 302A is formatted with a server address and an indication that the remainder of the URL 120 is a bookmark into the requested page. This allows the URL 120 to change without the Web browser application program 110 reloading the page.
  • HTTP hypertext transport protocol
  • the address 302C may take the form of
  • the database services URL 120 further includes a number of parameters 302B-302G.
  • the parameters 302B-302G are specified in the order illustrated in FIGURE 3. It should be appreciated however, that the order of the parameters 302B-302G may be different in other embodiments and that some of the parameters may not be utilized in every request.
  • the database services URL 120 includes a first parameter 302B that identifies a path to a subform control 206.
  • this parameter identifies a path from a main form of the database application 108 to a target subform control 206 that loads a specified database object.
  • the main form of the database application 108 is a form that is loaded directly into the browser window provided by the Web browser 110.
  • the term "database object" may refer to a form 124A, a report 124B, or another type of object provided by the database application 108.
  • the parameter 302B may be utilized to load subforms other than the object that is identified by the parameter 302D.
  • routine 600 proceeds to operation 614, where the database services URL 120 is updated to reflect the recently opened form. If the OpenForm() macro action 122A has not been executed, the routine 600 proceeds from operation 602 to operation 604, where a determination is made as to whether the OpenReport() macro action 122B has been executed. If so, the routine 600 proceeds to operation 614, where the database services URL 120 is updated to reflect the correct path to the recently opened report. If a report has not been opened, the routine 600 proceeds from operation 604 to operation 606. [0046] At operation 606, a determination is made as to whether the GoToRecord() macro action 122C has been executed.
  • FIGURE 7 shows one illustrative routine 700 illustrating the operation of the BrowseTo macro action 122D.
  • the routine 700 begins at operation 702, where the subform control 206 to be updated is identified based upon a parameter supplied with the BrowseTo macro action 122D. Once the subform control 206 has been identified, the routine 700 proceeds to operation 704, where the target form 124A or report 124B is loaded into the identified subform control 206. The routine 700 then proceeds to operation 706, where the WHERE clause of the target form 124A or report 124B is set to the WHERE clause passed into the BrowseTo macro action 122D.
  • FIGURE 8 shows an illustrative computer architecture for a computer 800 capable of executing the software components described herein.
  • the computer 800 may comprise other types of computing devices, including hand-held computers, embedded computer systems, personal digital assistants, and other types of computing devices known to those skilled in the art. It is also contemplated that the computer 800 may not include all of the components shown in FIGURE 8, may include other components that are not explicitly shown in FIGURE 8, or may utilize an architecture completely different than that shown in FIGURE 8.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Human Computer Interaction (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Information Transfer Between Computers (AREA)
PCT/US2010/034617 2009-05-19 2010-05-12 Database application navigation Ceased WO2010135121A2 (en)

Priority Applications (11)

Application Number Priority Date Filing Date Title
AU2010249975A AU2010249975B2 (en) 2009-05-19 2010-05-12 Database application navigation
MX2011011746A MX2011011746A (es) 2009-05-19 2010-05-12 Navegacion de aplicacion de base de datos.
JP2012511892A JP5255156B2 (ja) 2009-05-19 2010-05-12 データベース・アプリケーションのナビゲーション
SG2011072188A SG175049A1 (en) 2009-05-19 2010-05-12 Database application navigation
BRPI1011380-0A BRPI1011380B1 (pt) 2009-05-19 2010-05-12 meio de armazenamento por computador e método implementado por computador para exibir um objeto da base de dados no local
CN201080022500.5A CN102428460B (zh) 2009-05-19 2010-05-12 数据库应用程序导航
CA2758385A CA2758385C (en) 2009-05-19 2010-05-12 Database application navigation
EP10778123.9A EP2433224A4 (en) 2009-05-19 2010-05-12 NAVIGATION IN A DATABASE APPLICATION
RU2011147049/08A RU2544774C2 (ru) 2009-05-19 2010-05-12 Навигация в приложении базы данных
ZA2011/07188A ZA201107188B (en) 2009-05-19 2011-09-30 Database application navigation
IL215752A IL215752A (en) 2009-05-19 2011-10-23 Database navigation application

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US12/468,067 US8312048B2 (en) 2009-05-19 2009-05-19 Database application navigation
US12/468,067 2009-05-19

Publications (2)

Publication Number Publication Date
WO2010135121A2 true WO2010135121A2 (en) 2010-11-25
WO2010135121A3 WO2010135121A3 (en) 2011-02-03

Family

ID=43125270

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2010/034617 Ceased WO2010135121A2 (en) 2009-05-19 2010-05-12 Database application navigation

Country Status (16)

Country Link
US (1) US8312048B2 (enExample)
EP (1) EP2433224A4 (enExample)
JP (1) JP5255156B2 (enExample)
KR (1) KR101629054B1 (enExample)
CN (1) CN102428460B (enExample)
AU (1) AU2010249975B2 (enExample)
BR (1) BRPI1011380B1 (enExample)
CA (1) CA2758385C (enExample)
CL (1) CL2011002889A1 (enExample)
IL (1) IL215752A (enExample)
MX (1) MX2011011746A (enExample)
MY (1) MY158947A (enExample)
RU (1) RU2544774C2 (enExample)
SG (1) SG175049A1 (enExample)
WO (1) WO2010135121A2 (enExample)
ZA (1) ZA201107188B (enExample)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108133004A (zh) * 2017-12-21 2018-06-08 智车优行科技(北京)有限公司 物料清单的导出方法和装置

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20100199185A1 (en) * 2009-02-04 2010-08-05 Microsoft Corporation Common navigation mechanism for desktop and browser-based applications
US8271461B2 (en) * 2010-01-18 2012-09-18 Battelle Memorial Institute Storing and managing information artifacts collected by information analysts using a computing device
US8924420B2 (en) * 2011-06-29 2014-12-30 Microsoft Corporation Creating logic using pre-built controls
US9934218B2 (en) * 2011-12-05 2018-04-03 Infosys Limited Systems and methods for extracting attributes from text content
US9501851B2 (en) 2014-10-03 2016-11-22 Palantir Technologies Inc. Time-series analysis system
US9767172B2 (en) * 2014-10-03 2017-09-19 Palantir Technologies Inc. Data aggregation and analysis system
IN201911007700A (enExample) * 2019-02-27 2019-03-22

Family Cites Families (27)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5737592A (en) * 1995-06-19 1998-04-07 International Business Machines Corporation Accessing a relational database over the Internet using macro language files
US5835712A (en) * 1996-05-03 1998-11-10 Webmate Technologies, Inc. Client-server system using embedded hypertext tags for application and database development
US6101510A (en) * 1997-01-29 2000-08-08 Microsoft Corporation Web browser control for incorporating web browser functionality into application programs
US6002402A (en) * 1997-04-09 1999-12-14 Symantec Corporation System and method for producing a drag-and-drop object from a popup menu item
US6308188B1 (en) * 1997-06-19 2001-10-23 International Business Machines Corporation System and method for building a web site with automated workflow
CA2298712A1 (en) * 1997-08-06 1999-02-18 Tachyon, Inc. A distributed system and method for prefetching objects
US6574661B1 (en) * 1997-09-26 2003-06-03 Mci Communications Corporation Integrated proxy interface for web based telecommunication toll-free network management using a network manager for downloading a call routing tree to client
US6772139B1 (en) * 1998-10-05 2004-08-03 Smith, Iii Julius O. Method and apparatus for facilitating use of hypertext links on the world wide web
US7343351B1 (en) * 1999-08-31 2008-03-11 American Express Travel Related Services Company, Inc. Methods and apparatus for conducting electronic transactions
US6772393B1 (en) * 2000-01-04 2004-08-03 International Business Machines Corporation System and method for room decoration and inheritance
US7240296B1 (en) * 2000-02-11 2007-07-03 Microsoft Corporation Unified navigation shell user interface
JP2001256012A (ja) * 2000-03-13 2001-09-21 Nec Corp 印刷システム及び印刷方法
AUPQ808700A0 (en) * 2000-06-09 2000-07-06 Honeywell Limited Human-machine interface
US20020073089A1 (en) * 2000-09-29 2002-06-13 Andrew Schwartz Method and system for creating and managing relational data over the internet
US6744447B2 (en) * 2000-12-29 2004-06-01 International Business Machines Corporation Method and system for compiling and using placebot agents for automatically accessing, processing, and managing the data in a place
US6836786B1 (en) * 2001-04-30 2004-12-28 Microsoft Corporation Method and apparatus for terminal server addressability via URL specification
JP4186474B2 (ja) * 2002-02-20 2008-11-26 富士通株式会社 プロファイル結合装置、方法及びプログラム
US7290008B2 (en) * 2002-03-05 2007-10-30 Exigen Group Method to extend a uniform resource identifier to encode resource identifiers
CN100485603C (zh) * 2003-04-04 2009-05-06 雅虎公司 用于从搜索查询中产生概念单元的系统和方法
US8321470B2 (en) * 2003-06-20 2012-11-27 International Business Machines Corporation Heterogeneous multi-level extendable indexing for general purpose annotation systems
US7448047B2 (en) * 2004-04-29 2008-11-04 Sybase, Inc. Database system with methodology for providing stored procedures as web services
US7877726B2 (en) * 2004-07-13 2011-01-25 The Mitre Corporation Semantic system for integrating software components
RU2290690C1 (ru) * 2005-04-06 2006-12-27 Закрытое акционерное общество "МедиаЛингва" Способ поиска и разметки данных информации
US9015578B2 (en) * 2006-01-24 2015-04-21 Microsoft Technology Licensing, Llc Dynamic optimization of available display space
US20080243529A1 (en) * 2007-03-27 2008-10-02 Ilja Fischer Enriched object-based navigation
CN101216846B (zh) * 2008-01-04 2010-06-02 清华大学 一种仿真数据的可视化与协同共享方法
US20100199185A1 (en) * 2009-02-04 2010-08-05 Microsoft Corporation Common navigation mechanism for desktop and browser-based applications

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See references of EP2433224A4 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN108133004A (zh) * 2017-12-21 2018-06-08 智车优行科技(北京)有限公司 物料清单的导出方法和装置

Also Published As

Publication number Publication date
WO2010135121A3 (en) 2011-02-03
CN102428460A (zh) 2012-04-25
SG175049A1 (en) 2011-11-28
JP5255156B2 (ja) 2013-08-07
EP2433224A2 (en) 2012-03-28
EP2433224A4 (en) 2016-04-06
RU2544774C2 (ru) 2015-03-20
KR20120026059A (ko) 2012-03-16
ZA201107188B (en) 2012-12-27
RU2011147049A (ru) 2013-05-27
JP2012527692A (ja) 2012-11-08
BRPI1011380A2 (pt) 2016-03-15
IL215752A (en) 2017-02-28
AU2010249975B2 (en) 2014-06-05
IL215752A0 (en) 2012-01-31
AU2010249975A1 (en) 2011-10-27
US20100299347A1 (en) 2010-11-25
CA2758385A1 (en) 2010-11-25
MX2011011746A (es) 2011-11-29
MY158947A (en) 2016-11-30
CL2011002889A1 (es) 2012-05-11
BRPI1011380B1 (pt) 2021-01-05
CN102428460B (zh) 2014-07-09
US8312048B2 (en) 2012-11-13
KR101629054B1 (ko) 2016-06-09
CA2758385C (en) 2016-12-13

Similar Documents

Publication Publication Date Title
CA2758385C (en) Database application navigation
US10546035B2 (en) System and method for data-driven web page navigation control
US7363578B2 (en) Method and apparatus for mapping a data model to a user interface model
US9449063B2 (en) Synchronization of form fields in a client-server environment
US9798738B2 (en) Custom compound types in declarative programs
US20090178026A1 (en) Self-describing re-usable software components
US7434200B2 (en) Using incremental generation to develop software applications
US20080109441A1 (en) Topic Map for Navigational Control
Le Comparison Of State Management Solutions Between Context Api And Redux Hook In Reactjs
US20080184204A1 (en) Dynamic validation using reflection
Afonso et al. State Management with React Query
US9449004B2 (en) File repository abstraction layer
Elrom Starter React Project and Friends
Herceg Before You Start
Freeman Jumping Right In
Engebreth et al. A Basic Symfony Application
Wellman Learning the Yahoo! User Interface library: Develop your next generation web applications with the YUI JavaScript development library.
US20080249989A1 (en) Integrating a hosted services system and a search system
Sugrue The Backbone Ecosystem
Layka Play with java and scala
Antman biweeklybudget Documentation
Kumar et al. Chapter 7: Application Lifecycle and Navigation

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 201080022500.5

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 10778123

Country of ref document: EP

Kind code of ref document: A2

WWE Wipo information: entry into national phase

Ref document number: 2758385

Country of ref document: CA

WWE Wipo information: entry into national phase

Ref document number: 215752

Country of ref document: IL

ENP Entry into the national phase

Ref document number: 2010249975

Country of ref document: AU

Date of ref document: 20100512

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: MX/A/2011/011746

Country of ref document: MX

WWE Wipo information: entry into national phase

Ref document number: 8287/CHENP/2011

Country of ref document: IN

ENP Entry into the national phase

Ref document number: 20117027374

Country of ref document: KR

Kind code of ref document: A

WWE Wipo information: entry into national phase

Ref document number: 2011002889

Country of ref document: CL

Ref document number: 2010778123

Country of ref document: EP

ENP Entry into the national phase

Ref document number: 2011147049

Country of ref document: RU

Kind code of ref document: A

NENP Non-entry into the national phase

Ref country code: DE

WWE Wipo information: entry into national phase

Ref document number: 2012511892

Country of ref document: JP

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: PI1011380

Country of ref document: BR

ENP Entry into the national phase

Ref document number: PI1011380

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20111109