Generator Visual Foxpro 9.0 Release Notes UPGRADE

Total Page:16

File Type:pdf, Size:1020Kb

Generator Visual Foxpro 9.0 Release Notes UPGRADE Generator Visual FoxPro 9.0 Release Notes UPGRADE # 3 Corrected Errors • SAC # 18591 - Problems with event triggering order If a user event is defined in a work panel and no control is associated with the Enter event, the user event first executes the Load event and then executes the user event. • SAC # 21617 - "Unknown member ..." hiding column (variable) of a grid There is a work panel with 2 grids on it. If a variable "X" is visible, then it works fine. But if it is hidden the above mentioned error is displayed. • SAC # 22038 - Excel sheets cannot be opened once generated with GeneXus An Excel sheet is created using the ExcelDocument data type. If the sheet is shown using the Show method, it cannot be opened again from Excel after closing it. When using Office 2007, it can never be opened from Excel regardless of whether the Show method is used or not. • SAC # 22216 - IsValid is executed when executing a user event If a user event is executed through a button in a wkp form, the isValid programmed on variables are also executed. • SAC # 22602 - Scroll disabled in Varchar noaccept control A Varchar or Longvarchar control is added to a Work Panel but it is not accepted. At execution time, even though the scroll button is displayed, it is not enabled and the field's content cannot be viewed in its entirety. • SAC # 22733 - Change of focus behavior in Work Panel with grid There is a common Work Panel with a grid containing attributes, variables and filter fields for it. After entering a value for the filters, the Tab key does not allow positioning on the grid and its fields cannot be changed. • SAC # 22746 - Read-only attributes cannot be scrolled The scroll bar doesn't work for read-only attributes in the Form. • SAC # 22928 - Property CALCSFMODE is not found When accessing a Work Panel containing a grid with variables and a conditional noaccept() over some fields, the "Property CALCSFMODE is not found" error occurs. • SAC # 23097 - Empty dates are displayed as 00/00/00 in reports Empty or null date fields in reports are displayed as 00/00/00 instead of / / • SAC # 23307 - "Maximum Workfile lines" model property appears twice The model property "Maximum Workfile lines" appears under "User Interface" group and under "Temporary files" group. UPGRADE # 2 Corrected Errors • SAC # 10848 - Refresh keep does not work You call an object from a user event in a workpanel with subfile. On returning, although it does refresh keep, it remains always positioned in the first record • SAC # 12015 - Error: parse error at or near with PostgreSQL If the moment the database is created or reorganized you have “database Schema" setup (in DBMS option), the following execution error occurs: parse error at or near "." • SAC # 13363 - Call to csql report does not work On doing an RPC call to a CSQL report, the following error occurs: "Object GxSoapHttpClient is not found". If you call a procedure it works OK • SAC # 16492 - Jpg images in pdf reports File is wrongly generated if there is any image in the report, either jpg or bmp. Bmp is not a type supported by pdflib and the file remains wrongly generated (for more information: SAC 12200). Jpg is supported, but the file ignores the images • SAC # 18684 - Problem with SQL Server SP4 and ODBC access There were problems with applications generated with GX that accessed SQL Server via ODBC if SQL Server 2000 SP 4 was installed. With previous Service Packs of SQL Server, it worked OK. • SAC # 19169 - Error "A statement contains a use of a parameter ...." When working with filters to be evaluated in the server, either with the functions or with the new methods in the foreach conditions, the following error may occur in come cases against DB2 UDB: " A statement contains a use of a parameter marker that is not valid " • SAC # 19637 - Values from the database are truncated using VFP and MySQL Values from the database are truncated using VFP and MySQL • SAC # 20593 - Command contain unrecognize phrase or keyword Working with VFP in a transaction, when you attempt to update a record that was modified by another user, an error message appears instead of the message “<table> was changed”. The error is: 'Command contain unrecognize phrase or keyword' • SAC # 20632 - Filtering is wrongly performed in DBF model In a workpanel where attributes are transferred as parameters the filtering is wrongly performed • SAC # 20760 - Error on creating indexes in Postgresql with scheme When specifying a scheme of a model against postresql, the creation of the database indexes fails, and an error of the following type occurs: java.sql.SQLException: ERROR: syntax error at or near "." • SAC # 20779 - Char field cannot be enlarged in reorganization There is a character field in a transaction, and you want to enlarge its size. E.g.: from C(40) to C(60). The reorganization report says that the field will be enlarged, the reorganization is successfully completed and the field remains with the new size in prototype/production, but the database is not modified. • SAC # 21292 - Setempty does not work in Visual FoxPro When using the setEmpty() method of an attribute, the following error occurs in runtime: "Att is not an object" • SAC # 21332 - Enter event is not executed from keyboard without accept fie There is a Work Panel where fields are not accepted; the enter event is not triggered with the keyboard • SAC # 21406 - Click is not triggered in grid noaccept variable There is a variables grid and one of them is noaccept. If there is an associated click event on one of the variables, executing it in runtime is not possible. • SAC # 21494 - Numerator returns the same value for different records There is an automatically numerated object. This object is executed from two PCs. The same number may be returned to different records. This may occur between the two PCs or even from the exe. This occurs in applications with ODBC access. • SAC # 21534 - ENTER does not execute ENTER event with variables in wkp There is the field exit model property in its Foxpro 2.6 value,. There is a work panel with variables in the grid, and the latter are not accepted. On pressing ENTER on the line, the ENTER event is not being executed. • SAC # 21554 - Duplicated cursor name This error occurs in complex processes, after calling the serverdate against db2400. The complementing error is [IBM][Controlador ODBC de Client Access (32 bits)]Nombre de cursor duplicado • SAC # 21601 - Change of behavior in noaccept rules Noaccept rules do not have the expected behavior in transaction subfiles and workpanels. • SAC # 21688 - Formula of formula is updated tardily There is a first level formula that depends on another formula (which depends on the second level) and on another first level attribute. The formula is updated while lines are being added, but too late • SAC # 21703 - Add rule does not work on the same table Add rule is setup on a field of the same table. This does not work. • SAC # 22244 - Inferred attributes are editable Inferred attributes that must be read-only are editable after validating the attribute on which they depend. UPGRADE # 1 Corrected Errors • SAC # 11952 - Show Status Bar Preference does not work Show Status Bar Preference does not work. • SAC # 15937 - GX400DCL procedure too large In VFP,VB/RPG (Cobol) models, when having many RPCs, GX400DCL main() becomes bigger than 64kb and it shows an error "Procedure too large" when executing. • SAC # 16728 - Refresh and load gets repeated There is a work panel with subfile or grid and variable acting as filter. If being on the variable you press F5, refresh and load is triggered. If you also click on the subfile, it is executed again. It should be more “intelligent” and not refresh in this case • SAC # 16877 - SetFocus is not working properly in VFP Having a workpanel with a subfile, if the start event does &var.SetFocus() (being &var a variable outside the subfile), the focus is not being positioned on &var. • SAC # 19161 - The save as option is not enabled in report to screen There is a report to screen (be it text or not), and the Save as….option appears disabled. • SAC # 19346 - Variable GXERROR is not found The 'Variable GXERROR is not found' error occurs when, for instance, the GxCopyFile function finish wrongly and an external call is immediately made where the called program does not exist. • SAC # 19400 - Invalid delete error occurs on deleting record with subtype There is a transaction with a recursive subtype. On deleting a record, the following error occurs: Invalid delete, related information in <table name>. • SAC # 19540 - Sum vertical formulas are not calculated in reports There is a report and a print block with a vertical SUM formula attribute is printed within a for each. A zero is visualized in runtime; the formula is not calculated. • SAC # 19694 - Performance problem with date in report There is a report that shows a Date attribute. If the report is called from a work panel with grid it takes too much time, but if it is called as main it works faster. • SAC # 20111 - Problem with conditional noaccept rule Attribute remains enabled in spite of having a noaccept rule..
Recommended publications
  • Genexus 7.0 Installation Manual
    Installation Manual Copyright ARTech Consultores S.R.L. 1989-2000. All rights reserved. TABLE OF CONTENTS INTRODUCTION ............................................................................................................0 A NOTE FOR ALL GENEXUS CORPORATE USERS ................................................1 GENEXUS CORPORATE TUTORIAL...........................................................................1 REQUIREMENTS ...........................................................................................................2 GETTING STARTED......................................................................................................4 SETUP OPTIONS ...............................................................................................................4 SHOULD I KEEP MY EARLIER GENEXUS CORPORATE VERSIONS? ......................................5 CONVERTING GENEXUS CORPORATE APPLICATIONS FROM DOS TO WINDOWS ...............5 CONVERTING MODELS FROM PRIOR GENEXUS CORPORATE FOR WINDOWS VERSIONS TO GENEXUS CORPORATE VERSION 3.0............................................................................5 AUTHORIZE GENEXUS CORPORATE WITH PROTECTION 2000 ON 5 STEPS.........................6 Authorize GENEXUS CORPORATE 3.0 (and 2.1) ...........................................................6 GENEXUS CORPORATE STANDALONE SETUP ......................................................9 SETUP WIZARD................................................................................................................9 HAVING MORE THAN
    [Show full text]
  • Quick Reference
    GeneXus: Quick Reference GeneXus: Quick Reference Basics GeneXus is the first intelligent tool for automatically creating, developing and maintaining multi-platform, mission critical applications that can be easily adapted to changes in the business and the new opportunities provided by technological evolution. GeneXus X is the most outstanding version in the constant evolution of GeneXus; it is designed to facilitate the expansion of business knowledge to Web 2.0 and enable companies and developers to keep up with the pace of innovation. • GeneXus is a powerful, multi-platform software design and development tool that enables truly incremental development of business critical applications. Supported Technologies • GeneXus generates 100% of the application based on your user requirements, providing programming-free, automatic maintenance of your application’s database and application Platforms programs. Execution Platforms • GeneXus supports the leading execution platforms and languages, and the most popular JAVA, Microsoft .NET, Pocket PC DBMS. Operating Systems • GeneXus X allows developers to declare more than ever before, so that they can focus on IBM OS/400, LINUX, UNIX, the business and expand their talent. Windows NT/2000/2003 Servers, • Windows NT/2000/XP, and GeneXus X was designed to boost developer productivity even further, GeneXus X is Windows Mobile much easier to use and learn. GeneXus X incorporates new features such as a Wiki editor Internet and multi-user environment, which facilitate the integration of the entire work team. JAVA, ASP.NET, Visual Basic (ASP), HTML, WebServices Key Features Database Management Systems Knowledge-based design IBM DB2, Informix, Microsoft SQL Server, MySQL, Oracle, PostgreSQL Intelligent data model design.
    [Show full text]
  • Olaf Reitmaier Veracierta Resume
    OLAF REITMAIER VERACIERTA Cloud Solutions Architect & Full Stack Software Developer s +58-424-153.20.89 _ [email protected] 5 https://www.olafrv.com + Caracas, Venezuela (German Citizenship) S U M M A R Y I N D U S T R Y E X P E R T I S E Computer engineer with over 12 years of experience in leading Architecture / Pre-Sales / Service Delivery and executing successful conversions of complex requirements into open source, Linux based, hybrid and multi-cloud enabled technical solutions, built using own datacenters, public cloud Infrastructure / Systems Operations (SysOps) services and custom software developments, working with on/off-shore multi-disciplinary teams, while reporting to C-level stakeholders for projects valued between $2,5K and $3,5M. AWS/Azure *aaS Hands On & Scripting In my free time, I am also devoted German husband and Development Operations (DevOps) beloved father of one girl. Full Stack Software Development (Linux based) E D U C A T I O N BS in Computer Engineering Networking & Cyber Security GPA r Simón Bolívar University (www.usb.ve) 1999 - 2005 3.86 / 5 + Caracas, Venezuela L A N G U A G E S E X P E R I E N C E German (A1) Beginner Cloud Solutions Architect & Full Stack Software Developer English (C1) Proficient Freelance (Per Hour) r 01/2017 - Ongoing + Internet Design, deploy, configure, scale up/out and maintain cloud native solutions Spanish (C2) Native for a small but diverse group enterprises using AWS and Microsoft Azure Chief Solutions Architect M Y T I M E Dayco Telecom, C.A.
    [Show full text]
  • Genexus JAVA Generator
    GeneXus JAVA Generator Latest Update: 2009 GeneXus JAVA Generator Copyright Artech Consultores S. R. L. 1988-2009. All rights reserved. This document cannot be reproduced by any means without the explicit consent of Artech Consultores S.R.L. The information contained in this document is for personal use only. Registered Trademarks Artech and GeneXus are trademarks or registered trademarks of Artech Consultores S.R.L. All other trademarks mentioned in this document are the property of their respective owners. Page 1 GeneXus JAVA Generator GeneXus JAVA Generator ............................................................................................ 3 Execution in Multiple Tiers ..................................................................................... 3 Deployment Wizard ............................................................................................... 4 Application Servers ............................................................................................... 4 Servlet Generation ................................................................................................ 4 GeneXus and J2EE ...................................................................................................... 5 1. EJB (Enterprise Java Beans) ............................................................................... 5 2. EAR Deployment Wizard .................................................................................... 5 3. JTA (Java Transaction API) ................................................................................
    [Show full text]
  • Gxplorer Overview
    GXplorer Overview Latest update: 2009 GXplorer Overview Copyright Artech Consultores S.R.L. 1988-2009. All rights reserved. This document may not be reproduced in any form without the express permission of Artech Consultores S.R.L. The information contained herein is intended for personal use only. Trademarks Artech, GeneXus and GXplorer are trademarks or registered trademarks of Artech Consultores S.R.L. All other trademarks mentioned herein are property of their respective owners. Page 1 GXplorer Overview Table of Contents GXPLORER ................................................................................................................ 3 KEY FEATURES ........................................................................................................... 3 Automatic Maintenance ............................................................................................ 3 Multi-platform ......................................................................................................... 3 Intelligent Data Warehouse Creation .......................................................................... 3 Quick Results .......................................................................................................... 3 KEY BENEFITS ........................................................................................................... 5 Integrated into Microsoft Excel .................................................................................. 5 Intuitive and User-friendly .......................................................................................
    [Show full text]
  • Manual Gxpublic
    GXpublic 9.0 Manual December 2005 INTRODUCTION ...................................................................................................................... 5 TECHNOLOGY .............................................................................................................................. 5 USEFULNESS ............................................................................................................................... 5 INSTALLATION AND REQUIREMENTS............................................................................ 6 CONNECTION ........................................................................................................................... 6 GUIDE......................................................................................................................................... 6 GXPUBLICFACTORY ..................................................................................................................... 7 TABLES ....................................................................................................................................... 7 TABLE: MODEL............................................................................................................................ 7 TABLE: OBJECT ........................................................................................................................... 8 TABLE: TABLE ............................................................................................................................. 9 TABLE: INDEX ..........................................................................................................................
    [Show full text]
  • Genexus Fact Sheets
    Fact Sheet GeneXus™ Copyright Ó GeneXus S.A. 1988-2020. All rights reserved. This document may not be reproduced by any means without the express permission of GeneXus S.A.The information contained herein is intended for personal use only. Registered Trademarks: GeneXus is trademark or registered trademark of GeneXus S.A. All other trademarks mentioned herein are the property of their respective owners. Contents ABOUT US 3 GENEXUS™ SUITE 3 GENEXUS™ 16 4 COMMUNITY 4 CUSTOMERS 4 BUSINESS PARTNERS - GENEXUS™ DISTRIBUTORS 5 GENEXUS™ SOLUTION PARTNERS 5 STRATEGIC PARTNERS 6 COMPANY HISTORY 6 OUR OFFICES 9 ON THE WEB 9 CONTACT 9 2 About us GeneXus is a leader in the field of software development tools for agile software, based on capturing and managing knowledge of both users and customers. The company was founded in 1988 and is headquartered in the capital city of Uruguay: Montevideo. Apart from its branches in Brazil, Mexico, Japan and the U.S., GeneXus has official distributors in +50 countries of Asia, Europe and the Americas. GeneXus™ Suite GeneXus is the first intelligent tool for developing applications and systems that enables the automatic creation, development and maintenance of programs, databases and mission critical applications in multiple languages and on different platforms. All applications created with GeneXus can be easily adapted to changes in businesses, as well as to the new possibilities that technological progress brings along. GeneXus’ main objective is to simplify system development by allowing the automation of everything capable of being automated. For this purpose, GeneXus creates, based on an intelligent knowledge base, a representation of applications, regardless of the technology involved, which enables the automatic generation of applications in multiple environments (servers, PCs, mobile devices and the Cloud) and languages (Ruby, Java, C#, Objective-C, Cobol, RPG, Visual FoxPro, among others).
    [Show full text]
  • Brochure GX-Lowquality-ES-2011
    GeneXus es un poderoso software, basado en conocimiento puro, para el desarrollo automático de aplicaciones Genera el 100% de los programas y los mantiene en forma automática. GeneXus permite crear aplicaciones en tiempos muy reducidos, para la plataforma o tecnología que necesite: pc, web y smart devices. Miles de clientes en todo el mundo usan GeneXus para desarrollar complejas aplicaciones de misión crítica con extensas bases de datos y altos regímenes transaccionales. Con GeneXus su organización puede desarrollar aplicaciones de misión crítica basadas en su propio y exclusivo “know-how” del negocio, independientemente de la plataforma elegida. | Tecnologías Reduzca su “time-to-market” Plataformas ¡Convierta su conocimiento del negocio en aplicaciones de misión crítica, en tiempo récord! Plataformas de Ejecución Java/J2EE, .NET, .NET Compact Framework, Ruby, iSeries, iOS, etc. • Valide sus requerimientos en la etapa de diseño, a través de prototipos 100% funcionales. Sistemas Operativos • Genere su base de datos y programas en la plataforma de su preferencia (.NET, IBM OS/400, LINUX, UNIX, Windows NT/2000/2003/2008 Servers, Java/J2EE, etc). Windows NT/2000/XP/Vista/7, Windows Mobile, Blackberry OS, • Cuando sus requerimientos cambian, GeneXus realiza un análisis de impacto y Google Android, iOS y Windows Phone. propaga automáticamente los cambios. Internet Java/J2EE, ASP.NET, CGI, HTML, Web Services, Ruby. Invierta sus recursos eficientemente! Sistemas de Gestión de Base de Datos • Diseñe y desarrolle los sistemas que necesita hoy. IBM DB2, Informix, Microsoft SQL Server, Microsoft SQL Server CE • Agregue nuevas funcionalidades a medida que evolucionan sus necesidades. (Compact Edition), MySQL, Oracle, PostgreSQL. Concéntrese en su negocio Lenguajes Utilice el “know-how” exclusivo de su organización para desarrollar aplicaciones de misión crítica Java/J2EE, C#, Ruby, COBOL, RPG, Visual Basic, Visual FoxPro.
    [Show full text]
  • Foxpro If Statement Example
    Foxpro If Statement Example Avraham repaper his cleanser occurred extrinsically, but mainstreamed Claude never pitapatting so uselessly. Burliest Irvin narrates his Alma-Tadema aluminize joltingly. Torry is newest: she glister seriously and dures her Tripitaka. Pearson automatically open dialog keeps appearing every if statement uses an expensive operation The pan five statements aren't executable code but may tell the C compiler that simply may. Here is an example of midnight a report out to key text file using the ASCII. I am building a led in foxpro and I am getting hung naked on one tray of it I said trying to create array if statement for either following foxpro expression DisplayValC. How Do I decide A Foxpro Table Using C CodeProject. The statements to convert name and fitness for each product that includes all records from on disk file name, used to jump to. The syringe example creates a Visual FoxPro connection named Northwind and. From a little need to keep in data entry for example, they update and analytics applications requiring a secondary output. The examples used in similar data. To foxpro evaluates to. Since no second user cannot cool a lock until the offset is released, which declare not specific from within Query Designer, and conditional execution are the fundamental building blocks of programming. If statement if one or create report, foxpro digital game call to be on sql examples of words, regardless of moisture. Programmatically when used together with SQL statements that are passed directly. Bonus for example of if statement in other. Visual-foxpro Logical operators visual-foxpro Tutorial.
    [Show full text]
  • Diseño E Implementación De Un Motor De Reglas Dinámicas Usando Especificaciones Genexus”
    UNIVERSIDAD DE LA REPÚBLICA Facultad de Ingeniería InCo - Instituto de Computación “Diseño e implementación de un motor de reglas dinámicas usando especificaciones GeneXus” Tesis de Maestría presentada por Luciano Silveira Tutor M.Sc. Juan José Prada Informe Montevideo, Uruguay - 2010 Resumen Las organizaciones poseen un conjunto de políticas que utilizan como fundamento para operar. Por lo general las reglas de negocio definen estas políticas, las prácticas y los procedimientos que se deben de llevar a cabo para satisfacer los objetivos del negocio. Las reglas de negocio no son estáticas; las empresas que continuamente ajusten sus procesos y reglas en respuesta a las condiciones de negocio cambiantes estarán mejor preparadas para afrontar las demandas del mercado y expectativas de los clientes. En los últimos tiempos, ha tomado fuerza la idea de diseñar y administrar estas restricciones y políticas (representadas como reglas de negocio) en forma independiente de los procesos del negocio y aplicaciones, de tal forma que los cambios en restricciones, reglas y políticas empresariales puedan ser especificados en forma independiente por un analista del negocio sin necesidad de modificar las aplicaciones. Un motor de evaluación de reglas de negocio provee capacidades de este estilo, donde las políticas empresariales se declaran a un nivel de abstracción acorde al analista de negocio. Un motor toma estas definiciones y a partir de los datos recibidos, ejecuta las acciones que indiquen las reglas. Se logra una mayor agilidad y transparencia llevando a las empresas a mejorar la modularidad y accesibilidad de sus reglas y políticas empresariales, al separar éstas de los procesos empresariales y de la lógica de presentación.
    [Show full text]
  • Getting Started with Genexus 9.0
    Getting Started with GeneXus 9.0 Latest Update: 2009 Getting Started With GeneXus 9.0 Copyright Artech Consultores S.R.L. 1988-2009. All rights reserved. This document may not be reproduced in any form without the express permission of Artech Consultores S.R.L. The information contained herein is intended for personal use only. Trademarks Artech and GeneXus are trademarks or registered trademarks of Artech Consultores S.R.L. All other trademarks mentioned herein are property of their respective owners. Page 1 Getting Started With GeneXus 9.0 Introduction ......................................................................................................................................... 3 System Requirements ............................................................................................................................ 3 SQL Server 2005 Express Edition .......................................................................................................... 4 GeneXus Generators Requirements ....................................................................................................... 6 GeneXus Trial Version ............................................................................................................................ 8 Trial Version Restrictions ..................................................................................................................... 8 License Restrictions ...........................................................................................................................
    [Show full text]
  • Installation Manual
    ™ GENEXUS Installation Manual Copyright Ó ARTech Consultores 1988-1999. All rights reserved. Table of Contents INTRODUCTION ............................................................................................................ 1 A NOTE FOR ALL GENEXUS USERS ........................................................................... 2 GENEXUS TUTORIAL...................................................................................................... 2 GETTING STARTED...................................................................................................... 3 SETUP OPTIONS ............................................................................................................... 3 SHOULD I KEEP MY EARLIER GENEXUS VERSIONS? ......................................................... 4 CONVERTING GENEXUS APPLICATIONS FROM DOS TO WINDOWS .................................. 4 What files can be deleted once the conversion has been carried out? ....................... 6 CONVERTING MODELS FROM PRIOR GENEXUS FOR WINDOWS VERSIONS TO GENEXUS VERSION 6 EVOLUTION 1 ................................................................................................. 7 COPY PROTECTION SCHEME............................................................................................ 7 REQUIREMENTS ......................................................................................................... 11 GENEXUS STAND-ALONE SETUP .............................................................................. 13 USING GENEXUS AUTHORIZER
    [Show full text]