Saltar al contenido principal
Versión: 20 R5 BETA

Crear o abrir un proyecto

4D projects are created and developed using the 4D application, which provides a comprehensive Integrated Development Environment (IDE). 4D Server can also create new, empty projects.

Crear un proyecto

New 4D application projects can be created from 4D or 4D Server. En cualquier caso, los archivos del proyecto se almacenan en la máquina local.

Para crear un nuevo proyecto:

  1. Lance 4D o 4D Server.

  2. Haga una de las siguientes cosas:

    • Select New > Project... from the File menu:
    • (4D only) Select Project... from the New toolbar button:

      A standard Save dialog appears so you can choose the name and location of the 4D project's main folder.
  3. Enter the name of your project folder and click Save. Este nombre se utilizará:

    • como nombre de la carpeta del proyecto,
    • as the name of the .4DProject file at the first level of the "Project" folder.

Puedes elegir cualquier nombre permitido por su sistema operativo. Sin embargo, si su proyecto está destinado a funcionar en otros sistemas o a ser guardado a través de una herramienta de control de fuente, debe tener en cuenta sus recomendaciones de denominación específicas.

When you validate the Save dialog, 4D closes the current project (if any), creates a project folder at the indicated location, and puts all files needed for the project into it. For more information, refer to Architecture of a 4D Project.

A continuación, puede empezar a desarrollar su proyecto.

Abrir un proyecto

Para abrir un proyecto existente desde 4D:

  1. Haga una de las siguientes cosas:

    • Select Open/Local Project... from the File menu or the Open toolbar button.
    • Select Open a local application project in the Welcome Wizard dialog

Aparece la caja de diálogo estándar de apertura de archivos.

  1. Select the project's .4dproject file (located inside the "Project" folder of the project) and click Open.

    Por defecto, el proyecto se abre con su archivo de datos actual. Se sugieren otros tipos de archivos:

    • Packed project files: .4dz extension - deployment projects
    • Shortcut files: .4DLink extension - store additional parameters needed for opening projects or applications (addresses, identifiers, etc.)
    • Binary files: .4db or .4dc extension - legacy 4D database formats

Opciones

In addition to standard system options, the Open dialog in 4D provides two menus with specific options that are available using the Open button and the Data file menu.

  • Open - opening mode of the project:

  • Data file - specifies the data file to be used with the project. By default, the Current data file option is selected.

Atajos de apertura de los proyectos

4D ofrece varias formas de abrir proyectos directamente y evitar el diálogo de apertura:

  • mediante las opciones de menú:

    • Menu bar - File > Open Recent Projects / {project name}
    • 4D Tool bar - Select the project from the menu associated with the Open button
  • vía las preferencias:

    • Set the At startup general preference to Open last used project.
  • utilizando un archivo .4DLink.

You can use a .4DLink file to launch the 4D application and open the target 4D project. Hay dos maneras de hacer esto:

  • double-click or drag and drop the .4DLink file onto the 4D application
  • go to File > Open Recent Projects and select a project

open-recent-projects

Un archivo .4DLink de tipo "proyecto remoto" puede copiarse y utilizarse en varias máquinas.

También es posible seleccionar un archivo 4DLink en la caja de diálogo de apertura de 4D y 4D Server (abriendo sólo el proyecto local).

Files with the .4DLink extension are XML files that contain parameters intended to automate and simplify opening local or remote 4D projects.

.4DLink files can save the address of a 4D project as well as its connection identifiers and opening mode, saving you time when opening projects.

4D automatically generates a .4DLink file when a local project is opened for the first time or when connecting to a server for the first time. El archivo se almacena en la carpeta de preferencias locales en la siguiente ubicación:

  • Windows: C:\Users\UserName\AppData\Roaming\4D\Favorites vXX\
  • macOS: Users/UserName/Library/Application Support/4D/Favorites vXX/

XX representa el número de versión de la aplicación. Por ejemplo, "Favoritos v19" para 4D v19.

Esa carpeta está dividida en dos subcarpetas:

  • the Local folder contains the .4DLink files that can be used to open local projects
  • the Remote folder contains the .4DLink files of recent remote projects

.4DLink files can also be created with an XML editor.

4D provides a DTD describing the XML keys that can be used to build a .4DLink file. Este DTD se llama database_link.dtd y se encuentra en la subcarpeta \Resources\DTD\ de la aplicación 4D.