4D - 4D Server Fixed bugs (239)

Size: px
Start display at page:

Download "4D - 4D Server 11.5 - Fixed bugs (239)"

Transcription

1 4D - 4D Server Fixed bugs (239) Reference ACI Date 18 août, 2009 Apply the XSL transformation from the export editor With 4D v11.4, when you use the export editor to export XML data with the option "Refer to existing XSL" in XML tab, to perform a XSL transformation from XML to HTML, the transformation is not correctly performed. This issue is corrected in 4D Reference ACI Date 30 septembre, 2009, MacIntel and PPC HardLink tag not working client-server built application The hardlink doesn't work on an engined client-server application. This is fixed with the 11.5 version Note : you need to recreate the applications ; no automatic update allowed ( > 11.5) Reference ACI Date 23 juillet, 2009, MacIntel and PPC A expressions like "\"" do not work in debuggers expressionlist A expressions like "\"" do not work in debuggers expressionlist. Reference ACI Date 8 octobre, 2009 and PPC Tokenisation problem by pasting in the method editor It may have a tokenisation problem when pasting several code lines in one time in the method editor with a text that start with a carriage return. Reference ACI Date 7 juillet, 2009, MacIntel and PPC Spellchecker that works on a bad string When a misspelled word is preceded by an apostrophe, the spellchecker doesn't work on it : it works on the word + an other letter ; so it can't fix the problem. This issue is fixed with 4D 11.5 Reference ACI Date 30 juillet, 2009, MacIntel and PPC Hierarchical popup does not support font size and style Hierarchical pop-up does not support font size and style: the form object shows the correct font, size and style ; but going down in the hierarchy, font, size and style have a standard setting. This issue is fixed with 4D 11.5 Reference ACI Date 18 août, 2009

2 Version 11.5 Platform PPC and Windows List with XLIFF reference use in listbox for data entry list using XLIFF is not correctly displayed when the list is used in a listbox for data entry. This bug is fixed in with 4D 11.5 Reference ACI Date 15 avril, 2009, MacIntel and PPC Lost of Breakpoints All the breakpoints in the methods are lost when you reopen the structure. This bug is fixed with 4D Reference ACI Date 13 octobre, 2009 'LOCKED ATTRIBUTES' doesn't return value Since the 11.x version, in some cases, the command "LOCKED ATTRIBUTES" doesn't return values. Reference ACI Date 24 août, 2009 Display problem with a Web Area on the second page "WA OPEN URL" does not work with a Web area on the second page as first call. Reference ACI Date 8 avril, 2009 Semaphore information in the debugger When setting a semaphore, in the debugger, the name and the according name process displayed are bad. Reference ACI Date 18 août, 2009 'GET GROUP PROPERTIES' returns a wrong array of members. "GET GROUP PROPERTIES (groupid; name; owner{; members})" returns twice the number of actual members in the array of members. The ID of actual members are put at the top positions of the array, zero (0) is returned for the IDs that remain. This problem is corrected in 4D 11.5 Reference ACI Date 18 mai, 2009 Impossible to click in a Modal Window Platform: Mac & Windows Impossible to click in a Modal Window (Type 2) if it's displayed from a Floating Palette window (-1984). This bug is fixed in v11.5

3 Reference ACI Date 21 octobre, 2009 Cannot write an Integer value into a Float field With 4D v11.4, if you try to write an Integer or Longint value into a Float type field, an error is generated "18 - Fields types are incompatible. This issue is now fixed in 4D Reference ACI Date 19 mai, 2009, MacIntel and PPC String more than 32,000 characters reduced to 1 character Given the following code: $s: = "a" * $s [[34000 ]]:=" b " Result: The string is reduced to "b" This bug was fixed in 4D 11.4 version. Reference ACI Date 12 octobre, D application quits on "On Resize" event, in debugging mode When resizing a form, within a form event "On resize", going to debugger thanks to the command "TRACE" leads 4D to quits. Reference ACI Date 21 juillet, 2009, MacIntel and PPC 'ON ERR CALL' command cannot call a component shared method With 4D 11.4, the command "ON ERR CALL" executed from a host database, cannot call a component shared method. This issue is now fixed in 4D Suppose there's a component shared method called 'err_process', you can now execute the following line code from the host database: ON ERR CALL("err_Process") Reference ACI Date 18 août, 2009, MacIntel and PPC The mouse scroll button doesnt' always work on a listbox object. The mouse scroll button doesnt' always work on a listbox object. Reference ACI Date 6 juillet, 2009 Menu bar item does not deselect The menu bar item is still selected after executing one of its menu line. This issue is fixed with 4D 11.5

4 Reference ACI Date 29 septembre, 2009 No Tips in a hierarchical list It is impossible to assign à Tips to a hierarchical list. Reference ACI Date 15 juin, 2009 Spell checker does not recognize common german words Spell checker does not recognize common german words. This issue is fixed with 4D 11.5 Reference ACI Date 31 juillet, 2009, MacIntel and PPC Alpha format " " If you have a Alpha variable form object in 4D 2004 which has a display format of " ", after conversion to v11 the object does not show it's value, but instead it shows This issue is corrected with 4D 11.5 Reference ACI Date 5 juin, 2009 Problem with 'ON EVENT CALL' Since the 11.x version, the comand "ON EVENT CALL" called fastly several times can block the application. Reference ACI Date 11 septembre, 2009 The Web Server wrongly encodes incoming HTML parameters When some text is passed to a method as a parameter in a semi-dynamic HTML page, the Database Parameter (Character Set) is not respected; instead, a legacy encoding derived from the current system language is always used. Reference ACI Date 4 juin, 2009 Print problem with labels editor In the labels editor, after a vertical concatenation between two fields, the result isn't printed. Reference ACI Date 6 août, 2009 'SQL IMPORT': 4D table not selected

5 With 4D v11.4, SQL IMPORT command doesn't save the 4D selected table in the import project blob. Moreover, the command documentation is erroneous when it states that the connexion parameters are saved in the blob project. To avoid the connexion dialog display, the command SQL LOGIN has to be called with the appropriate connexion parameters just before the call to SQL IMPORT. The issue with the blob project command parameter is fixed in 4D Reference ACI Date 12 mai, 2009 'QR REPORT' and the system variable 'Document' The system variable 'Document' isn't correctly updated after the use of "QR REPORT". Reference ACI Date 16 avril, 2009 GOTO RECORD gives error on record number of deleted record From now on with the 11.5 version, if giving a record number of a deleted record, the command "GOTO RECORD" returns an error # Reference ACI Date 24 août, 2009 'WA OPEN URL' doesn't load correct page The "WA OPEN URL" command doesn't control the content of a web area. Reference ACI Date 4 novembre, 2009, MacIntel and PPC 4D doesn't handle ISO-2022-JP encoding properly The ICU routines, Convert to text, CONVERT FROM TEXT, USE CHARACTER SET, etc. takent "ISO-2022-JP" as an encoding option but doesn't do anything on Mac. (return an error on Windows.) This issue is fixed with 4D Reference ACI Date 1 juillet, 2009 The use of "#" symbol in Quick Report The insert of character '#' in a form break make, an unexpected character appears. Reference ACI Date 21 juillet, 2009 MS SQL Server variable table data cannot be read With 4D v11.4, if you try to read the data from a MS SQL Server variable table, the data is not read. This issue is now fixed in 4D v11.5. Here's a MS SQL Server script example that now works with 4D v11.5: `=== Script BEGIN === TABLE variable table declaration ( field_01 nvarchar(3), field_02 nvarchar(3),

6 field_03 nvarchar(3) ) INSERT VALUES insert data ( 'aaa', 'bbb', 'ccc' ) SELECT * read data `=== Script END === The correct read data is now ("aaa","bbb","ccc") for the version v11.5. In the version v11.4, the read data is (1,1,1), which is incorrect. Reference ACI Date 19 mai, 2009 'SEND HTTP REDIRECT' in contextual mode Using "SEND HTTP REDIRECT" in contextual mode can crash the application 4D or 4D Server. Reference ACI Date 30 juillet, 2009 Damages or mixed object references after a copy from a database to an other after a copy of structure database objects to an other database, thanks to a drag & drop,, stylesheets, tips text, objects methods, etc... can be loss or badly reference to their parent object. This is ficed with 4D 11.5 Reference ACI Date 19 août, 2009 Empty the trash causes form references and form settings loss In Explorer / Forms : - Select a table which still has two default forms (input/output) - Create a new input form with the wizard, set it as default input form (right click, input form) - Create a new outpout form with the wizard, set it as default output form (right click, output form) - Delete the two old forms - EMPTY THE TRASH - Go back to the forms : they have lost their settings : one has a "D" setting (Both Outpur and Input), and the other one has nothing. This issue is fixed with 4D 11.5 Reference ACI Date 29 avril, 2009 Base as a service, restart the service When a database is declared as a service, it is impossible to restart the service from the Microsoft Windows services administration. This bug is fixed in 4D 11.5 Reference ACI Date 20 octobre, 2009, MacIntel and PPC Complete version number in the about

7 In the About dialog, the version number is not complete : the build number is missing. Note : The build number is not shown in an engined application Reference ACI Date 18 août, 2009 'SET VISIBLE' and listbox When you apply "SET VISIBLE (MaListbox; forgery)" associated to "SELECT LINE LISTBOX" in a listbox; the listbox is hidden but not the outline. This bug is fixed with 4D Reference ACI Date 5 mai, 2009 The 'On clicked' event with a picture field The "On clicked" event doesn't operate in the picture field. Reference ACI Date 6 octobre, 2009, MacIntel and PPC Bad query because of the char DEL (27) The command "QUERY" returns bad selection is the wildard char ("@") is used, and if the first record of the selection contains the ASCII code char 27 (DEL). Reference ACI Date 30 juin, 2009, MacIntel and PPC Hierarchical lists commands and hierarchical popup menu When used in Hierarchical List commands, referencing a Hierarchical Pop-up Menu by its object name doesn't work (Work with its List Reference Number). A global correction has been made on the list commands when they are used with object names for Pop-up and Tab objects.. Reference ACI Date 8 avril, 2009 Sorted tables and fields in debugger mode Tables and fields aren't sorted in debugger : the contextual menu item that allows this doesn't work Reference ACI Date 17 avril, 2009 'GET WEB SERVICE RESULT' does not update variable when returned null The "GET WEB SERVICE RESULT" command does not read the result of a Web Services when the result value is an empty string. In this case, the variable receiving the result value is not updated. Reference ACI Date 29 avril, 2009

8 4D error when losing focus after pasted text A 4D error can occur when losing focus after pasted text (with double byte characters). This bug is fixed with 4D 11.5 version. Reference ACI Date 5 octobre, 2009 SQL pictures import into listbox may crash the application With 4D v11.3, if you use Listbox to do a SQL import, a crash may occur when importing picture column. This issue is fixed in 4D Reference ACI Date 18 août, 2009 Entering data in a variable close to a listbox object Entering data in a variable doesn't work correctly (The content appears when leaving the focus) because of listbox in the same form that is linked to records. Reference ACI Date 10 avril, 2009 and PPC Loss of text area when moving scroll bar There is a loss of the text area when moving scroll bar in a SVG area. Reference ACI Date 18 mai, 2009, MacIntel and PPC No confirmation alert after changing index type No confirmation alert after changing index type in Design mode. This bug is fixed in 4D 11.5 Reference ACI Date 25 septembre, 2009 Version 11.5 Platform PPC and Windows Help tip content thanks to a resource To define a Help tip content thanks to a resource doesn't work. Reference ACI Date 19 août, 2009, MacIntel and PPC 'CREATE USER FORM' crashes 4D Server Platform: Windows & Mac The command "CREATE USER FORM" crashes 4D Server. This bug is fixed with 4D 11.5

9 Reference ACI Date 19 août, 2009, MacIntel and PPC MSC verification interrupted by user Platform: Windows & Mac MSC verification interrupted by user end with a message "Verification completed successfully...". Now, if a user cancels the verification : -> 4D Server-Administration Window: The "alert" icon is displayed The "Last verification" displays "canceled by user" after the date. -> The log opened in a browser from the admin window or from the MSC also displays the "canceled by user" label. Reference ACI Date 23 septembre, 2009 All exported values equal to 0 if using a float field Exporting data with at least a Float field leads to have all the values equal to 0 ; Empty string for text field. Reference ACI Date 15 octobre, 2009 'DOM Get XML information' fails for 'Document URI' constant With 4D v11.4, the command "DOM Get XML" information fails to return the path to the DTD document, when the constant 'Document URI' is used in Compiled and non-unicode mode. This issue is now fixed with 4D 11.5 Reference ACI Date 14 mai, 2009 Listbox : bad redraw of highlighted cell In an listbox object, moving through several cells thanks to the Tab key can show some display problem about the cell highlight. It is more obvious on a japanese system. Reference ACI Date 25 mai, 2009 Tool Bar icons in Mode Application are not updated correctly Platform: Mac Processes A and B use different menu bars and different tool bar icons attached to the menu items. Switch from one to the other, the Toolbar is not updated properly. This bug is fixed with 4D 11.5 Reference ACI Date 18 mai, 2009 SET VISIBLE and Group Box does not work properly

10 Platform: Mac & Windows If a variable name is in the text of a group box (example: "mygroupbox <myvariable>") the SET VISIBLE (groupbox;false) does not works: the group box remains visible. This bug is fixed with 4D 11.5 Reference ACI Date 28 mai, 2009 Order of names of tables in Method Editor Platform: Mac & Windows Order of table names in the type-ahead input is not sorted in the method editor. This bug is fixed in 4D 11.5 Reference ACI Date 19 mai, 2009 Multipage, hidden field with 4D View. Given a multipage form with a 4D View area on the last page and input fields in the other pages: When selecting entered characters in the input fields of other pages (other than the page containing the 4D view area) these characters are partially obscured. This problem is fixed with 4D 11.5 version. Reference ACI Date 6 mai, 2009 Quick Report makes wrong data to the file or HTML with Japonese characters There is a problem with Quick Report that put wrong data to an export HTML document that contains japanese characters. Reference ACI Date 4 septembre, 2009 The command 'ORDER BY' that reduces the selection Let a table, 1 field, some data, and 1 more field added after the creation of the data. The command "ORDER BY" reduces the selection to the data created after adding the field if using that one in the sort criteria. Reference ACI Date 14 mai, 2009, MacIntel and PPC Find in Design : "@" character not displayed After a "Find in Design", the result window title doesn't display the character "@" if that one is part of the search criteria. Reference ACI Date 30 juillet, 2009, MacIntel and PPC Find in database: Bad result display

11 In a "Find in database", with a quest like 'object method contains or start...', the search is good but the result display is bad : double-clicking on a line shows item from an other line. Reference ACI Date 14 mai, 2009 Find in Design some methods with accented characters in their name The 'Find in Design' doesn't work correctly when searching methods that "contain or start' with an expression that has accented characters. This is fixed wth 4D 11.5 Reference ACI Date 29 septembre, 2009 Read/Write access on a schema and sql 'UPDATE/DELETE' With 4D v11.4, in some cases, a user that has Read/Write access right for a given schema, can complete sql "INSERT" operation but cannot complete sql "UPDATE" and "DELETE" operations. This access right issue is now fixed in 4D Reference ACI Date 7 juillet, 2009 and PPC Wrong position the second time using 'Open form window' and parameter * Platform: Mac Set the star parameter ("*") to "Open form window" command. It opens the window at wrong position the second time we use it. This bug is fixed with 4D 11.5 Reference ACI Date 25 mai, 2009 'CALL WEB SERVICE' quits if url parameter is empty The command "CALL WEB SERVICE" can unexpectedly quit the application if the url parameter is an empty string. Reference ACI Date 3 juillet, 2009 Version 11.5 Platform PPC and Windows Built Client/Server application, User and Password not Remembered The "Remember Password" option, in the "User Identification" dialog, doesn' work in a built client/server application. This issue is fixed with 4D 11.5 Reference ACI Date 29 avril, 2009 Sub-records creation problem When sub-records are created on an existing record loaded/unload with push record/pop record, 4D crashes. This bug is fixed with 4D 11.5.

12 Reference ACI Date 2 juillet, 2009 Problem on 4D Server because of a 4D View action In the database method "On web connection", if some commands using 4D View are called, when connecting to the web server : - ->the browser shows a 4D Dialog message with the error message "This document does not exist" and 4D Server does not respond anymore. This issue is fixed with 4D 11.5 Reference ACI Date 14 septembre, 2009 Version 11.5 Platform PPC and Windows Method called by 4DSCRIPT does not receive Japanese character Extended characters were badly received in the parameters of a method called by a 4DSCRIPT HTML Tag. Reference ACI Date 12 octobre, 2009 Virtual structure works wrong with invisible fields Virtual structure works wrong with invisible fields. Reference ACI Date 14 mai, 2009 Listbox : unexpected 'On clicked' event In a listbox, after the execution of "On row moved" event, "On clicked" event is executed too. This bug is fixed in 4D 11.5 Reference ACI Date 19 août, 2009 'BUTTON TEXT' doesn't work with active button in a window in compositing mode Platform: Mac "BUTTON TEXT" doesn't work with active button in a window in compositing mode. Bug is fixed with 4D 11.5 Reference ACI Date 25 mai, 2009 Subtable query with multiple conditions With 11.x version, a subtable query with multiple conditions does not return the same results as 4D Example : QUERY([Company];[Company]Key_Word'Word="word";*) QUERY([Company];&;[Company]Key_Word'Word="entertainment";*) QUERY([Company])

13 Reference ACI Date 25 mai, 2009 and PPC Selected Record changing when Scrolling a List Box List boxes that use named selections affects inappropriately the current record in selection when the listbox scrolls. Reference ACI Date 29 avril, 2009 Keyword search using alpha operator and quotation marks consider a table with text field and a unique record "a b c". The following query returns 0 record : QUERY([Table_1];[Table_1]Champ_1;"%";"b") This bug is fixed in 4D Reference ACI Date 5 mai, 2009 Image Blured after a Drag and Drop After use of Drag and Drop to load a picture, this picture was blur. Reference ACI Date 7 octobre, 2009 Version 11.5 Platform PPC and Windows Bad sequence number when using 'PUSH RECORD' and 'POP RECORD' After running the commands "PUSH RECORD" and "POP RECORD", the command "Sequence number" can return bad value. Reference ACI Date 18 mai, 2009 Fields not Enterable in dialogs Platform: Mac & Windows Fields displayed in a window called from the command "DIALOG" are not enterable. This bug is fixed in v11.5 Reference ACI Date 3 juin, 2009, MacIntel and PPC Slowdown when using the "String" command when filter exists. When the "String" command has a format argument (e.i.: string ($ VI; "000")) and there is filter in the toolbox, it undergoes a real slowdown. This problem is fixed with 4D 11.5 Reference ACI Date 19 mai, 2009

14 Table integrity after a conversion from 2004.x to 11.x Let a database converted from 2004.x to 11.x, and let the original 2004.x structure used to work on. If adding a table on it, whereas there is a subtable in the structure, after a second conversion, the integrity of tables can be loss : the table references (UUID) is no more correct and data can be badly linked to their table. Note : In such a case, adding subfield in subtable is not managed by 4D Reference ACI Date 18 mai, 2009 Multiple web areas crash the application Platform: Mac & Windows Multiple web areas displaying PDFs crash 4D. This bug is fixed with 4D 11.5 Reference ACI Date 3 juin, 2009 Administration Window Toolbar disappears on Turkish system On Turkish system, on 4D Server, the toolbar disappears after a click on "users" button. Afterwards, it is impossible to use other tabs. This issue is fixed with 4D 11.5 Reference ACI Date 18 mai, 2009, MacIntel and PPC Unappropriated message When attempting to quit a engined application by clicking on the window close box, instead of quiting, 4D displays an unappropriated message : "This action can't be done. The license has expired...". Reference ACI Date 26 mai, 2009 Unexpected error with 'LAUNCH EXTERNAL PROCESS' On Mac if file/folder name has 2 space characters, the command "LAUNCH EXTERNAL PROCESS " returns an unexpected error. Reference ACI Date 27 août, 2009, MacIntel and PPC The maximum size of a file directly sent by the web server is 2 Gb There is a limitation of 2 Gb of the size of the files directly served by the web server of 4D. With 4D 11.5, it is possible to serve bigger files this way. This limitation does not exist when the file are sent using a web command like SEND HTML FILE. Reference ACI Date 31 juillet, 2009

15 'CLEAR VARIABLE' on an array item The command "CLEAR VARIABLE" doesn't work correctly in compiled mode when passing a pointer to an array item. The aim is to clear the content of the element (Empty, string, 0, False value,...). Reference ACI Date 13 mai, 2009 Problem with ORDER BY and arrays Consider a table with an alpha field and no record. In compiled mode, the following code produces a "Insufficient memory, dimensioning array impossible" : ARRAY TEXT($atText;0) ORDER BY([Table_1];[Table_1]Champ_1) ARRAY TEXT($atText;2) This bug is fixed with 4D Reference ACI Date 13 mai, 2009, MacIntel and PPC Formula editor generates errors There is an error when using the formula editor with related tables. Reference ACI Date 18 mai, 2009 Minimized window not firing 'On Activate' form event Platform: Windows Minimized window not firing "On Activate" form event. This bug is fixed in v11.5 Reference ACI Date 19 août, 2009 Can't type in a single line variable when text is selected Platform: Windows It may happe that typing in a text variable is impossible if text is selected. Except is clicking twice in the area. The font size impact to have the symptom. This bug is fixed with 4D 11.5 Reference ACI Date 13 octobre, 2009 Exported text cut à 1024 characters On mac, in non unicode mode, exporting to a file truncate text at 1024 characters. Reference ACI Date 20 octobre, 2009

16 'PRINT RECORD' and page zero make the application quit With 4D 11.4, if you use the command "PRINT RECORD" to print a form that has text or pictures in page 0, this may lead the application to quit. This issue is now fixed in 4D Reference ACI Date 18 mai, 2009 'BOOLEAN ARRAY FROM SET' creates wrong arrays with server The command 'BOOLEAN ARRAY FROM SET' produces wrong results in client-server mode. There are more elements set to true in the array, than records are in the set. Creating the array several times, the results are different each time. Reference ACI Date 19 mai, 2009 Foreign key causes problem to open a database. The creation, deletion and creation of a foreign key via the command "SQL FOREIGN KEY" makes impossible the opening of a 4D database. The following error message appears after the re-opening of the database: - Error : "Unable to open database" - Error 1241: incorrect checksum " This problem is fixed with 4D 11.5 version. Reference ACI Date 19 août, 2009 The delete key doesn't work with Automatic Drag property Platform: Windows The delete key doesn't work with Automatic Drag property. Bug fixed in v11.5 Reference ACI Date 6 mai, 2009 Problem about Quick report and relations When use Quick report, there is globally a problem with related tables. This problem is solved with 4D version 11.5 Reference ACI Date 7 mai, D quit during the compilation if a plug-in command and a variable have the same name, 4D crash during compilation. This probleme is resolve in 4D We have got now message "A plug-in command and a variable have the same name" Reference ACI Date 16 juin, 2009 Version 11.5 Platform PPC and Windows MSC : referenced unknown List problem after a conversion

17 Let a 2004.x database where several changes have been done in the association of list and object form (List created and deleted, association created and deleted). After a conversion to 11.x, the MSC can find several errors that can't be repeared. Reference ACI Date 4 mai, 2009 Bad scroll of a SVG picture during its scroll Some objects of asvg pisture can disappear while scrolling it. Reference ACI Date 28 août, 2009 Define a chinese keyboard to a field. Define a chinese keyboard to a field. Despite of that set, it just doesn't work. Reference ACI Date 1 septembre, 2009 'SQL SET OPTION'(SQL Connection Time Out...) generates an error With 4D v11.4, the call to the command "SQL SET OPTION" with the option "SQL Connection Time Out", generates the error 9902 with the error message "There is no open connection". This issue is now fixed in 4D Reference ACI Date 27 mai, 2009, MacIntel and PPC 'SCROLL LINES' to a hidden line The command "SCROLL LINES" doesn't work as expected if the position passed targets a hidden row. Reference ACI Date 7 juillet, 2009 Syntax error when use 'QUERY WITH ARRAY' with the the text type field. 4D generates a syntax error when "QUERY WITH ARRAY" is being used with a text field and a text array. This bug is fixed in 4D Reference ACI Date 8 juin, 2009 'Random' that always return same value The command "Random", called several times shortly, can return the same value. Reference ACI Date 4 juillet, 2009 Version 11.5 Platform PPC 4D Server and simultenaous connections, disconnections

18 Important simultenaous connections, disconnections (for example with SQL LOGIN, SQL LOg OUT) performed at the same time, can cause a freeze or a crash on 4D Server. This behaviour is corrected in 4D v11.5 Reference ACI Date 19 mai, 2009 The 'Client web log recording' option modifies the sequence number The "SET DB PARAMETER" command with the "Client web log recording" option does not create a web log but sets the sequence number of the default table to the number of the given web log protocol. Reference ACI Date 5 août, 2009, MacIntel and PPC 'GET SERIAL INFORMATION' that quits the application The command "GET SERIAL INFORMATION" can quit the application. Reference ACI Date 13 mai, 2009 'SAX ADD XML PROCESSING INSTRUCTION' arbitrarily encodes double quotes With 4D v11.4, the command "SAX ADD PROCESSING INSTRUCTION" arbitrarily encodes some instruction data, like the double quotes character. This issue is now fixed in 4D v11.5. The processing instruction is now written as it is without any encoding. Reference ACI Date 25 mai, 2009, MacIntel and PPC QUERY dialog display creates memory leak Displaying and closing the Query editor creates memory leaks. Reference ACI Date 11 juin, 2009 'QUERY BY FORMULA' that lead to a crash With the 11.4 version, 4D commands "QUERY BY FORMULA" and "QUERY SELECTION BY FORMULA"can lead to a crash when using several tables in the query criteria. Reference ACI Date 9 juillet, 2009, MacIntel and PPC SET PROCESS VARIABLE used in a component With 4D v11.4, the command "SET PROCESS VARIABLE" used from a component, sets the host variable with the same name instead of the component variable. This issue is now fixed in 4D v11.5. Reference ACI Date 18 août, 2009

19 'GET LIST BOX ARRAYS' quits 4D if no listbox in the form "GET LIST BOX ARRAYS" quit the application if the listbox not in the form. Reference ACI Date 13 mai, 2009 and PPC Large string concatenation is too slow in 11.x version Since the 11.x version, on Mac, in compiled mode AND in unicode, the concatenation of strings is much slower than with 2004.x versions. This has been improved with the 11.5 version Reference ACI Date 17 juin, 2009 Error when a form inherite from itself Let a 2004.x database that have a form that inherites from itself. After a conversion to 11.x version, displaying that form quits 4D. Reference ACI Date 15 mai, 2009 Problem with Quick Report and Unicode mode off Calling a method in Quick Report which returns a value on a converted 4D v11 database (non unicode) make the application to quit. This problem is solved with 4D version 11.5 Reference ACI Date 12 octobre, 2009 Error # in compiled mode Since the 11.x, an unexpected error # raised in compiled mode when running code line because of an assignment that contains unpointed syntax on both sides of the ":=". No problem on unicode mode. Like : "$MyvarP->:=($MyfieldP->)" or "$vp_array->{1}:=$vp_array->{1}+..." Reference ACI Date 26 mai, 2009 Items in Drop Down List are truncated Platform: Mac & Windows Only on Windows XP, the items in a Drop Down List are truncated. This bug is fixed in v11.5 Reference ACI Date 19 août, 2009 Find in Design: Accented character in criteria force to find all object

20 In a search of methods, If we have accented characters in the criteria expression, than, we may unfortunately find other objects than method. Reference ACI Date 14 octobre, 2009 Problem with some old 4D Chart documents On Mac-Intel machine, some old 4D Chart document can't be loaded with 11.x version. Reference ACI Date 28 octobre, 2009, MacIntel and PPC 'GET LIST ITEM' issue with Hierarchical popup menu "GET LIST ITEM" does not return the good information with Hierarchical popup menu. This is caused because the list is loaded in contracted mode. This problem is fixed with 4D Reference ACI Date 9 juillet, 2009 'SAX GET XML ELEMENT': no error raised for a missing parameter With 4D v11.4, if the command "SAX GET XML ELEMENT" is used without the Prefix parameter (3rd parameter of the command), no error is raised. This issue is fixed in 4D v11.5, and a syntax error is now raised. Reference ACI Date 12 juin, 2009, MacIntel and PPC Memory problem in the Query dialog Bad memory management in the Query editor if there is some implicit join operation in the request. Reference ACI Date 19 juin, 2009 Subtable and Quick Report editor generates error If there is some subtables (made with 2004.x version), making report with related tables can generate an unexpected error message. Reference ACI Date 12 juin, 2009 Clause INTO with parameters of mixed type In a SQL query, 4D can unexpectedly quit because of a clause INTO That has parameters of mixed type. Reference ACI Date 3 juin, 2009

21 Creating a table thanks to 'SQL EXECUTE' can quit unexpectedly the application. Crating a table thanks to the command "SQL EXECUTE" can quit unexpectedly the application. Reference ACI Date 6 juillet, 2009 Duplication of the new entry form This is a client-server synchronisation issue. On the explorer of a client, let a project form being dragged from the "Project Forms" folder to the folder for the forms associated with a table. This project form is being defined as the new entry form. On another client, the considered project form appears twice : in the "Project Forms" folder and in the folder for the forms associated with the table. This bug will be fixed in 4D v11.5 Reference ACI Date 7 juillet, 2009 Undo does not function as expected Platform: Mac The Undo menu item and shortcut do not function as they should. It seems to paste the text in the field. This bug is fixed with 4D 11.5 Reference ACI Date 1 juillet, 2009 Web Digest Authentication with IE The "Validate Digest Web Password" command is not compatible with Internet Explorer and always returns 'False' for this browser. Reference ACI Date 3 septembre, 2009 'Get file from pastboard' can only return one file After a drop of several files to 4D, the command "Get file from pastboard" allows only to have information of one file. Reference ACI Date 18 août, 2009 The style sheet and columns added by programming. The style sheet defined for ListBox is not applied to columns added by programming. Reference ACI Date 8 juillet, 2009 Error when changing the field type

22 In the structure editor, changing a field type to a type that can't be indexed can lead to an unexpected error. Reference ACI Date 18 juin, 2009 MSC log file: Warnings that don't appear correctly after a Verify If an invisible character is introduced in an object name, after a MSC verification session, the "log.xml" file is damaged and all the information are not correctly displayed in 'log.html'. This problem is fixed with 4D 11.5 Reference ACI Date 11 juin, 2009 "@" in the query criteria with the operattion "#" A query with the command "QUERY" on a indexed field, with a criteria based on a 'Different' operator ("#") and a value atht contains the "@" char can lead to a bad result. It depends of the data. Reference ACI Date 7 juillet, 2009 Copied text is not correct in 4D's clipboard Platform : Windows No carriage return is saved after a copy/paste operation from a non-4d application to 4D. Visible in the 4D's clipboard. This bug is fixed with 4D 11.5 Reference ACI Date 9 juin, 2009, MacIntel and PPC Picture library and picture without name Pictures badly displayed in form if their name not defined in the Picture library.. Reference ACI Date 19 août, 2009 Changing the Line style in the property List does not work Platform: Mac & Windows Sometimes, the change of the line style in the property List doesn't work on the oblique lines. Bug fixed with 4D 11.5 Reference ACI Date 19 août, 2009 and PPC Scrollbars still visible after hidding the text area Platform: Mac Sometimes a scrollable area, hidden by programing, leaves scrollbar displayed after a change of page. Bug fixed with 4D 11.5

23 Reference ACI Date 7 juillet, 2009 Version 11.5 Platform PPC and Windows Cannot set the "Autoincrement" property in the Inspector If a field is added to a table and set to Integer, Long Integer, or Int 64 bits the Autoincrement property cannot be set in the Inspector. This is fixed for 4D 11.5 Reference ACI Date 16 juin, D Web area et Safari 4 4D Web area is not compatible with the browser Safari 4. No problem with Safari 3. Reference ACI Date 21 juillet, 2009 Wrong quotation mark in filters examples Theres is wrong quotation marks in filters examples. This problem is soved with 4D 11.5 Reference ACI Date 18 août, 2009 Unable to request subtable field With 4D 11.4, if you request a 4D table that has a subtable field, with a tool like MS Query, through 4D ODBC Driver, you cannot address the fields located after the subtable field. This issue is corrected in 4D Reference ACI Date 7 juillet, 2009 No preview in Explorer for inherited form Platform : Windows et Mac There is no preview in the Explorer, with an inherited form. This bug is fixed in v11.5 Reference ACI Date 7 juillet, 2009 'MOVE OBJECT' and Canvas Plugin Platform : Windows "MOVE OBJECT" and Canvas Plugin, problem. When the "MOVE OBJECT" command is used with the plugin Canvas, the whole area is redrawn in the left top corner even outside the 4D application. This bug is fixed in v11.5 Reference ACI Date 31 juillet, 2009

24 Erro #-108 and #1303 with 'BOOLEAN ARRAY FROM SET' Several executions of "BOOLEAN ARRAY FROM SET" may lead to 2 errors : #-108 (Not enough space in memory) and #1303 (Invalid Selection ID). Reference ACI Date 20 juillet, 2009 'Menu Selected' returns always different numbers for submenus. "Menu Selected" returns always different numbers for submenus. This issue is fixed with 4D 11.5 Reference ACI Date 11 septembre, 2009 Bad char decoding in ISO setting for incoming chars Let the encoding "ISO " defined in the Web preferences. Since the 11.x, characters coming through the '$1' in the "On Web Connection" is not always correct. Reference ACI Date 19 août, 2009 and PPC 4D Windows Title and Chinese characters When running on Chinese OS, texts are well displayed in windows title bar, but display "????" string when running on english OS. This issue is fixed with 4D 11.5 Reference ACI Date 7 juillet, 2009 Memory leak in Begin SQL-End SQL Some SQL request within a "Begin/End SQL" executed several times in a loop can lead to an important memory leak. Reference ACI Date 10 septembre, 2009 Execution speed improved for some 4D commands Compared to previous 11.x version, the version 11.5 improve the execution speed of some commands like "Get pointer", "Substring", "Find in array",... Reference ACI Date 7 juillet, 2009 Version 11.5 Platform PPC and Windows 4D crashes when using nil pointers in compiled mode. In compiled mode, when dereferencing nil pointers, 4D 11.4 unexpectedly quits instead of displaying an error message. This bug will be fixed in 4D 11.5

25 Reference ACI Date 28 août, 2009, MacIntel and PPC Issue with Time fields and negative value. The Time field gets?00:00:00? when a negative hour is set. This issue is fixed with 4D 11.5 Reference ACI Date 3 septembre, 2009 Contextual session numbers always the same 4D web server in contextual mode : Since the 11.x version, contextual session numbers generated are always the same. Reference ACI Date 19 août, 2009 'SET HTTP HEADER' cannot set multiple cookies "SET HTTP HEADER" does not allow to set several cookies at a time using the string syntax. Reference ACI Date 24 août, x 4D search file (".4DF") not totally compatible with 11.x 4D search file (".4DF") built with 2004.x version are not totally compatible with 11.x : it can lead to some display problems, or a crash. Reference ACI Date 18 août, 2009 LISTBOX : form event 'On before data entry' not activated In an enterable listbox, the key "Tab" which moves the cursor from cell to an other, doesn't trigger the event form "On before data entry"of the cell reached. Reference ACI Date 7 juillet, 2009 Impossible remote connection when process are continuously created/deleted When processes are continuously created and deleted on 4D Server v11.x, a new remote connection on the server is impossible or very difficult. This bug will be fixed in 4D v11.5. Reference ACI Date 21 octobre, 2009 and PPC Menubar item does not deselect

26 The menu bar item does not deselect when a dialog is opened and the menu line calls an output list with "MODIFY SELECTION". This issue is fixed with 4D Reference ACI Date 3 août, 2009 Property list palette never opened For some databases, the property list palette is never opened. Reference ACI Date 22 juillet, 2009 Unexpected error #200 in Quick Report editor An unexpected 4D error #200 could raise when adding a field to a column in the Report Editor. Reference ACI Date 6 novembre, 2009 'Pop up menu' command broken with special characters. When using Char(1) in the menu text, semicolon (;) is still acting as a separator and when not using Char(1), dash (-) cause the line to be a separation line when it is used as the first character or the first character after the special characters. This issue is fixed with 4D 11.5 version. Reference ACI Date 1 septembre, 2009 Resizable web area slows down a lot the redraw of the form Sur Mac, a resizable web area slows down a lot the redraw of the form. Reference ACI Date 12 octobre, 2009 'Find in list' that desn't work with Hierarchial pop up menu The command Find in list does not return the position of the given item in the Hierarchial pop up menu object or Tab Object. Reference ACI Date 24 septembre, 2009 'Get current data source' returns wrong source name When connecting to a external SQL Database the command "Get current data source" returns ";DB4D_SQL_LOCAL;", instead the name of the currently database logged in SQL Server. This issue is fixed with 4D 11.5.

27 Reference ACI Date 28 septembre, 2009 Unexpected error #-1 while synchronizing 2 databases An unexpected error #-1 can happen while synchronizing 2 databases with SQL. Reference ACI Date 22 juillet, 2009 Internal 4D error when creating a quick report A 4D Internal error can be raised when using field on crossed tables in the Quick Report wizzard. Reference ACI Date 4 août, D unstable with picture from library with an ID > When adding a picture in the library with ID > 32767, the picture is empty. Plus, if you double-click on the "ghost picture" to edit its information, 4D crashes. Reference ACI Date 11 septembre, 2009 'PROCESS HTML TAGS' that quits 4D if a blob as parameter The command "PROCESS HTML TAGS" can quit 4D if the parameter is a blob. Reference ACI Date 14 octobre, 2009 XLIFF: bad language selection,based on number format instead of display language On Windows, 4D selects the display language according on the number/time/date format, instead of the display language, which is very wrong. This issue is fixed with 4D Reference ACI Date 24 août, 2009 Sequence Number reported incorrectly with "Get Sequence Number" After calling "SET DATABASE PARAMETER" to set a sequence number to the value 'n', the command "Get database parameter" returns 'n+1' instead of 'n'. Get database parameter([sometable];table Sequence Number ))) I get back four million plus 1: The doc clearly states that the Sequence Number is the "last number used". So the number reported should be not Basil

28 Reference ACI Date 3 novembre, 2009 Connecting a German Client to a German Server shows english text. When connecting a German Client to a German Server, English text is shown during the synchronization process. This issue is fixed with 4D 11.5 version. Reference ACI Date 29 juillet, 2009 Get menu item does not display the "real" item text Having a menu where items are localized (either :xliff, or :15000,1 or : ItemNames,5). "Get menu item" doesn't substitute references with the real text, but display the item text as entered in the menu editor. This issue is fixed with 4D 11.5 Reference ACI Date 19 octobre, 2009 Version 11.5 Platform PPC and Windows File number increment with 'SET DATABASE PARAMETER' and selector #28 The command "SET DATABASE PARAMETER" with its selector #28 ("4D Server Log Recording") does not increment file number. Reference ACI Date 6 octobre, 2009 Print Preview doesn't show all pages. When printing list of data (n-x pages out of n pages (x<n)), if you want to see the print preview, the last page is not printed on screen. This issue is fixed with 4D 11.5 Reference ACI Date 29 juillet, 2009 'Dynamic pop menu' does not support :<>var,1 items in 'ON EVENT CALL' If you use in "ON EVENT CALL" the command "Dynamic pop up" menu refering to a menu which uses STR# resource content like ":<>language,1", it does not replace that with the resource content but just displays ":<>language,1". This issue is fixed with 4D 11.5 Reference ACI Date 9 octobre, 2009 Events 'On Begin Drag Over' and 'On Drag Over' Platform: Mac & Windows During a drag/dropping an item, the events "On Begin Drag Over" and "On Drag Over" are fired whereas they are not enabled in any object or form properties. This bug is fixed with 4D 11.5

29 Reference ACI Date 20 octobre, 2009, MacIntel and PPC 'SET FIELD TITLES' command fails according to the way the database is open With 4D v11.4, if you start your 4D application using the 4D menu File/Open, instead of using the drag and drop mechanism, the call to the command SET FIELD TITLES fails to rename the fields. This issue is now fixed in 4D Reference ACI Date 31 juillet, 2009 Anyone can stop a records verify on a client On a server, when clicking on the button "Verify records and indexes" from the tab "Maintenance", a progress dialog appears on the clients. That progress can normally be stopped only by the administrators. This is not the case : anyone can stop it. Reference ACI Date 5 octobre, 2009 Visibility of links with Quick Report The propagation of links is limited at two levels in the Quick Report. Reference ACI Date 5 août, 2009 Version 11.5 Platform PPC and Windows 'ARRAY TO LIST' doesn't take into account the itemrefs array (3rd parameter) With 4D 11.4, the command "ARRAY TO LIST" doesn't take into account the itemrefs array (3rd parameter). The items are created with sequential itemrefs (1, 2...). This issue is now fixed in 4D 11.5, and the provided itemrefs array is taken into account. Reference ACI Date 6 octobre, 2009 'Selected list items' command returns 0 in a new process With 4D 11.4, the command "Selected list items" always retursn 0 when called in a new process. This issue is now fixed in 4D Reference ACI Date 18 août, 2009 Display problem with listboxes There is a display problem with listboxes linked to a data selection. Reference ACI Date 18 août, 2009 Memory leak with "SET MENU BAR"

30 A memory leak leads when executing the "SET MENU BAR " command. This issue is fixed with 4D 11.5 Reference ACI Date 1 septembre, D gets Frozen after editing a copied form On Mac system, after a copy of a form from a 4D to an other (2 4Ds opened), editing the copied form makes the 4D frozen. It happens when a 4D is under Rosetta mode, the other one not. Reference ACI Date 6 octobre, 2009 Problem to generate built application A big picture stored in the structure can prevent to have a correct standalone application generated by the built operation. this is fixed with 4D 11.5 Reference ACI Date 9 octobre, 2009 [Windows 7] Bad redraw of comboboxes/dropdowns Platform: Windows Bad redraw of comboboxes/dropdowns, when using Windows 7. This bug is fixed with 4D 11.5 Reference ACI Date 26 août, 2009 Version 11.5 Platform PPC and Windows Switching from SVG to 4D Write and back causes problem When switching from SVG to 4D Write and back, some times 4D will quit. This issue is fixed with 4D Write 11.5 and 4D 11.5 Reference ACI Date 7 septembre, 2009 Syntax error with 'QUERY SELECTION BY FORMULA' Applied on a table having on text field and containing one record, "QUERY SELECTION BY FORMULA" finds no record and lead to 4D syntax error. This bug will be fixed in 4D Reference ACI Date 15 septembre, 2009 Table creation via SQL not synchronized with 4D Structure infos After creating a table with SQL code, it is unfortunately necessary to open and close the Explorer to run the commands that need access to the table.

31 Reference ACI Date 5 octobre, 2009 [Snow Leopard] Problem with 'SET ENVIRONMENT VARIABLE' There is a problem with "SET ENVIRONMENT VARIABLE" who freeze application with "LAUNCH EXTERNAL PROCESS". Only on Mac OS Reference ACI Date 31 août, 2009 'SCAN INDEX' can lead 4D to an error Consider a table with a Cluster B-Tree indexed field. In a process, records are being created. In another process, SCAN INDEX is being executed on the considered field, which leads to the crash of 4D. This bug will be fixed in 4D Reference ACI Date 14 septembre, 2009, MacIntel and PPC Saving password doesn't work in engined client-server If not "Saving password" at the first connection, this option will never work for next connections. Only in engined client-server. Reference ACI Date 15 octobre, 2009 Use of 'GET/SET PRINT OPTION' under Snow Leopard The use of commands "GET/SET PRINT OPTION" give wrong results under Mac OS 10.6.x (Snow Leopard). Reference ACI Date 15 octobre, 2009 "PUSH RECORD" doesn't lock the records. Since the 11.x, the command "PUSH RECORD" doesn't lock the records. Reference ACI Date 4 septembre, 2009 Error in output form in a contextual web mode 4D might quit unexpectedly when, in an output form in a contextual web mode, you click on the button to go back to the 'home' page. Reference ACI Date 13 octobre, 2009 OEM Server, "Licences folder" MSC button

32 On a OEM engined server, the "Licences folder" MSC button is visible. It should be hidden. This bug will be fixed in 4D 11.5 Reference ACI Date 6 octobre, 2009 Listbox: hours over 596:31:23 appear with negative values In Listbox, hours over 596:31:23 appear with negative values This bug is fixed with 4D 11.5 Reference ACI Date 14 octobre, 2009 Version 11.5 Platform PPC and Windows Problem of XLIFF file loading. In the 4D documentation, it is indicated that the sequence of loading the XLIFF file is: 1. System Language 2. 4D Language 3. English 4. First language found in the resources folder This 4th step does not work. This issue is fixed with 4D Reference ACI Date 3 novembre, 2009 SQL: Issue with 'ON ERR CALL' in a block. "ON ERR CALL" is not working only when tracing SQL commands within Begin/End SQL block. Regular execution without the debugger would properly call error handlers. This issue is fixed with 4D Now error handlers are called with or without tracing as expected. Reference ACI Date 28 septembre, 2009 Japanese issue: 4D converts text into UTF-8 regardless of the web character set When web character set is defined as Shift_JIS, 4D converts text that will be inserted to web page in UTF- 8. So the inserted text could not be displayed correctly on web browser. Reference ACI Date 12 octobre, 2009 Event 'On Drop' trigger the second time With a Listbox object, it hapens that the event "On Drop" can be triggered only after a second 'drop' (Drag & drop). Reference ACI Date 20 octobre, 2009 Non-unicode plugin command that returns a picture causes a memory leak With 4D v11.4, if you use a non-unicode plugin command that returns a picture, it causes a memory leak

33 in the application which leads to application crash. This is the case for instance for the 4D Draw plugin command 'DR Area to picture'. This issue is now fixed in 4D v11.5. Reference ACI Date 16 octobre, 2009 Crash of the 'CALL WEB SERVICE' command Some Web Services can crash the application when they are called through the "CALL WEB SERVICE" command. Ceci est corrigé avec 4D 11.5 Reference ACI Date 22 septembre, 2009 Database parameter 'Debug Log Recording' Problem to set and read the database parameter "Debug Log Recording", which has the number #34. Example : SET DATABASE PARAMETER(34;2) $a:=get database parameter(34) $a is equal to "1" instead of "2". Reference ACI Date 6 octobre, D issues when pasting text then move focus on Japanese system On Japanese Windows system (XP or Vista), when pasting a japanese text in a form input area, after hitting tab key, 4D can unexpectedly quit. This issue is fixed with 4D 11.5 Reference ACI Date 7 octobre, 2009 Error in Quick Report if tables have been deleted There is an error in Quick Report editor with type cross table format if a table has been deleted. This problem is solved with 4D version 11.5 Reference ACI Date 7 octobre, 2009 'QUERY BY FORMULA' on linked tables On the client, "QUERY BY FORMULA" leaves (in linked tables) special selections and current records that become unusable after the execution of the request. This bug is fixed in 4D 11.5, where the unloading of the linked records and selections is being forced before reloading the first record found. Reference ACI Date 27 octobre, 2009

34 Freeze of 4D with some MS SQL Server ODBC drivers versions With 4D ODBC Pro v11.4, when using some MS SQL Server ODBC drivers versions, 4D may freeze after disconnecting from MS SQL Server database. This issue is now fixed in 4D ODBC Pro Reference ACI Date 19 octobre, 2009 MSC does not repair Reference ACI Date 2 octobre, 2009 Memory Leaks with Named Selections In client-server mode only, some memory leaks can occured using the command : "COPY NAMED SELECTION", "CREATE SELECTION FROM ARRAY" and "USE NAMED SELECTION". They can cause a hanging or crashing issues on 4D Server. These problems are fixed with 4D 11.5 Reference ACI Date 7 octobre, 2009 [Snow Leopard] "Open Window", "DIALOG" Consider "Form1", a simple form with a button. With the following code executed on Snow Leopard, the form will not be displayed : Open window(150;150;-1;-1;standard window;"";"") DIALOG("Form1") This bug is fixed in 4D Reference ACI Date 8 octobre, 2009 Access problem to the style sheet tab In the ToolBox window, if clicking on the Resources tab, can't go anymore to the stylesheet page. Reference ACI Date 15 octobre, 2009 'SAVE SET' in client-server mode In client-server mode, the command "SAVE SET" can quit the 4D Remote unexpectedly. Reference ACI Date 13 octobre, 2009 Text that disappear in the Explorer Through the Explorer, when editing a form name, clicking in the area just make the name text disappear.

35 Reference ACI Date 22 octobre, 2009 Dialogue connexion, noms machines avec accents In the connection dialog, pubished database named are not well displayed if they contain a accented character. Reference ACI Date 14 octobre, D issue with 32 or more length method name on Japanese system On Japanese system, when compiling a structure that contains a method, which as 32 or more length method name, an error is generated. This issue is fixed with 4D 11.5 Reference ACI Date 13 octobre, 2009, MacIntel and PPC Memory leak with 'QUERY BY FORMULA' [Table_1] is a table with a longint field and only one record with the value "1". The following command creates a memory leak : QUERY BY FORMULA ([Table_1];[Table_1]Field_1#1) This bug is fixed in 4D Reference ACI Date 21 octobre, 2009 Listbox header does not show help tip assigned with variable Help tips content assigned thanks to variable is not displayed if it is a help tip for a listbox header. Reference ACI Date 26 octobre, 2009 Memory Leak with Gif picture There is some memory leaks with Gif picture loading. Reference ACI Date 21 octobre, 2009 Help tip test that quit the application In the Help tips part from the Tool box dialog, checking with the "Test area" can quit the application if the help tip text contains the syntax that display field value.. Example : <[Table_1]Alpha> Reference ACI Date 3 novembre, 2009

36 'SELECTION TO ARRAY' with Picture Array/ Field The 4D command "SELECTION TO ARRAY" with a large selection, meaning 100,000+ records, with a picture field/array can fail if the heap memory is not sufficient on the server side. This problem is fixed with 4D 11.5 Reference ACI Date 21 octobre, 2009 Clicking on 4D Server Processes tab may lead the application to quit With the 11.4 version, when you have several processes running on 4D Server, the Processes tab refreshment may lead in some cases to a crash of the application. This is the case, for instance, for SQL connexions processes. This issue is now fixed in 4D Server v11.5. Reference ACI Date 20 octobre, 2009 Cannot restore database from backup If the structure and data file are on separate hard drives, the restore cannot be done. Reference ACI Date 3 novembre, 2009 lose of the focus in Quicl Report ; impossible to chosse field for a sort In the Quick Report editor, the focus loss make wrong results with related tables and the use of the sort. It is aften impossible to choose the desired field for the sort. Reference ACI Date 26 octobre, 2009 Resized picture left 4D in an Array Picture object If you resize a picture (set in the Picture library), via a picture operator, the application quit unexpectedly. Reference ACI Date 23 octobre, 2009 Menu item separator does not work The dash "-" in the menu item is no longer interpreted as separator line. This issue is fixed with 4D 11.5 version. Reference ACI Date 27 octobre, 2009 and PPC Bad UTF-8 decoding for Web Service using complextype 4D v11 does a wrong decode for web services using complextype (doc) sending UTF-8 characters as answer parameter.

37 Reference ACI Date 3 novembre, 2009, MacIntel and PPC Wrong date in Quick Reports There is a problem with the use of command 'current date" in the Quick Report : The application return the date minus one day. Reference ACI Date 22 octobre, 2009 'QUERY WITH ARRAY' stops quering at an empty array element It may happen that a query launch by the command "QUERY WITH ARRAY" just stops because of an empty element in the array. Reference ACI Date 3 novembre, 2009 Menu Bars Corrupted in converting 2004 DB to v11 A 2004.x database converted, repaired and compacted, can have its menus damaged. This issue is fixed with 4D 11.5 version. Reference ACI Date 5 novembre, 2009 Using 'DIALOG' with a Project Form in contextual mode crashes 4D The use of a form project within the "DIALOG" command can cause the application to quit if this command is called in a web contextual mode. Reference ACI Date 29 octobre, 2009 Error if component are missing With a built application, it may happen that it unexpectedly quit if components are msising. Only on Mac. Reference ACI Date 5 novembre, 2009, MacIntel and PPC Indexes not updated after changing its type When opening a consistent previous datafile with a structure modified by changing an index type, the next searches could not work. Index were badly updated. Reference ACI Date 5 novembre, 2009 The command 'REDRAW' on an listbox object The command "REDRAW" doesn't allow to refresh the display of a listbox linked to a selection of data.

38 Reference ACI Date 5 novembre, 2009, MacIntel and PPC The "Confirmation of the modification" dialog is empty The dialog "Confirmation of the modification of Indexes" can be empty if going through the Inspector. No problem by going thanks to the contextual menu in the structure editor. Reference ACI Date 5 novembre, 2009 Record locked because of 'PUSH RECORD' On client-server mode, the 4D command "PUSH RECORD" can lock the record forevermore to all processes. Reference ACI Date 5 novembre, 2009 Memory leak in the 'On Web Connection' Method The memory associated to a text variable allocated in the "On Web Connection" method is not released after the execution of the method. Reference ACI Date 10 novembre, 2009 'ARRAY TO SELECTION' and the set 'LockedSet' The command "ARRAY TO SELECTION" doesn't update the set 'LockedSet' correctly : there is always only one record in that set. Reference ACI Date 13 novembre, 2009 Blob returns by a web service truncated Thanks to the command "GET WEB SERVICE RESULT", the blob returned from a web service is always truncated to bytes.

Fixed Bugs for v14 R5 (all products) March 24, 2015

Fixed Bugs for v14 R5 (all products) March 24, 2015 Fixed Bugs for v14 R5 (all products) March 24, 2015 ACI0091628 'SET LIST ITEM PARAMETER' and the 'Additional text' on the right Using the command "SET LIST ITEM PARAMETER" with the object name (instead

More information

Fixed bugs (137) Reference ACI0055705 Opening Date September 17, 2014

Fixed bugs (137) Reference ACI0055705 Opening Date September 17, 2014 Fixed bugs (137) Reference ACI0055705 Opening Date September 17, 2014 Product 4D ODBC Pro Platform Windows Memory leak in the command "ODBC_SQLGetDiagRec" With 4D ODBC Pro v13.5, the command "ODBC_SQLGetDiagRec"

More information

How To Fix A Bug In 4D 4D

How To Fix A Bug In 4D 4D 4D - 4D Server 13.4 - Fixed bugs (198) Reference ACI0064087 Date September 20,2013 Version 13.4 Platform PPC Managing a large list item display With 4D v13.3, when a list item contains a text that is larger

More information

Fixes for CrossTec ResQDesk

Fixes for CrossTec ResQDesk Fixes for CrossTec ResQDesk Fixes in CrossTec ResQDesk 5.00.0006 December 2, 2014 Resolved issue where the list of Operators on Category was not saving correctly when adding multiple Operators. Fixed issue

More information

Using SQL Server Management Studio

Using SQL Server Management Studio Using SQL Server Management Studio Microsoft SQL Server Management Studio 2005 is a graphical tool for database designer or programmer. With SQL Server Management Studio 2005 you can: Create databases

More information

Data Tool Platform SQL Development Tools

Data Tool Platform SQL Development Tools Data Tool Platform SQL Development Tools ekapner Contents Setting SQL Development Preferences...5 Execution Plan View Options Preferences...5 General Preferences...5 Label Decorations Preferences...6

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC

MyOra 3.0. User Guide. SQL Tool for Oracle. Jayam Systems, LLC MyOra 3.0 SQL Tool for Oracle User Guide Jayam Systems, LLC Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL

More information

Using the Query Analyzer

Using the Query Analyzer Using the Query Analyzer Using the Query Analyzer Objectives Explore the Query Analyzer user interface. Learn how to use the menu items and toolbars to work with SQL Server data and objects. Use object

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

Password Memory 6 User s Guide

Password Memory 6 User s Guide C O D E : A E R O T E C H N O L O G I E S Password Memory 6 User s Guide 2007-2015 by code:aero technologies Phone: +1 (321) 285.7447 E-mail: [email protected] Table of Contents Password Memory 6... 1

More information

Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been

Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been Bug ID Name 8661 Matter Agenda Setup - you are now able to delete agenda groups 8766 Save current sort order for matter agenda groups has been reinstated 8794 Ability to show Deleted Records from List

More information

Hosting Users Guide 2011

Hosting Users Guide 2011 Hosting Users Guide 2011 eofficemgr technology support for small business Celebrating a decade of providing innovative cloud computing services to small business. Table of Contents Overview... 3 Configure

More information

IBM Emptoris Contract Management. Release Notes. Version 10.0.1.5 GI13-3418-09

IBM Emptoris Contract Management. Release Notes. Version 10.0.1.5 GI13-3418-09 IBM Emptoris Management Release Notes Version 10.0.1.5 GI13-3418-09 Note: Before using this information and the product it supports, read the information in Notices on page 75. Copyright IBM Corporation

More information

Tips and Tricks SAGE ACCPAC INTELLIGENCE

Tips and Tricks SAGE ACCPAC INTELLIGENCE Tips and Tricks SAGE ACCPAC INTELLIGENCE 1 Table of Contents Auto e-mailing reports... 4 Automatically Running Macros... 7 Creating new Macros from Excel... 8 Compact Metadata Functionality... 9 Copying,

More information

4D v14. Upgrade Windows /OS X. 4D 1985-2014 4D SAS. All Rights Reserved.

4D v14. Upgrade Windows /OS X. 4D 1985-2014 4D SAS. All Rights Reserved. 4D v14 Upgrade Windows /OS X 4D 1985-2014 4D SAS. All Rights Reserved. 4D v14 - Upgrade Windows and OS X Versions Copyright 1985-2014 4D SAS. All Rights Reserved. The software described in this manual

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com [email protected] 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Introduction to MS WINDOWS XP

Introduction to MS WINDOWS XP Introduction to MS WINDOWS XP Mouse Desktop Windows Applications File handling Introduction to MS Windows XP 2 Table of Contents What is Windows XP?... 3 Windows within Windows... 3 The Desktop... 3 The

More information

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1

MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 MAS 500 Intelligence Tips and Tricks Booklet Vol. 1 1 Contents Accessing the Sage MAS Intelligence Reports... 3 Copying, Pasting and Renaming Reports... 4 To create a new report from an existing report...

More information

Google Docs Basics Website: http://etc.usf.edu/te/

Google Docs Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ Google Docs is a free web-based office suite that allows you to store documents online so you can access them from any computer with an internet connection. With Google

More information

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5.

Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. 1 2 3 4 Database Studio is the new tool to administrate SAP MaxDB database instances as of version 7.5. It replaces the previous tools Database Manager GUI and SQL Studio from SAP MaxDB version 7.7 onwards

More information

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office

Release Document Version: 1.4-2013-05-30. User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Release Document Version: 1.4-2013-05-30 User Guide: SAP BusinessObjects Analysis, edition for Microsoft Office Table of Contents 1 About this guide....6 1.1 Who should read this guide?....6 1.2 User profiles....6

More information

FmPro Migrator - FileMaker to SQL Server

FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server FmPro Migrator - FileMaker to SQL Server 1 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 FmPro Migrator - FileMaker to SQL Server Migration

More information

IBM FileNet eforms Designer

IBM FileNet eforms Designer IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 IBM FileNet eforms Designer Version 5.0.2 Advanced Tutorial for Desktop eforms Design GC31-5506-00 Note

More information

Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences. Mike Dempsey

Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences. Mike Dempsey Teradata SQL Assistant Version 13.0 (.Net) Enhancements and Differences by Mike Dempsey Overview SQL Assistant 13.0 is an entirely new application that has been re-designed from the ground up. It has been

More information

Differences in Use between Calc and Excel

Differences in Use between Calc and Excel Differences in Use between Calc and Excel Title: Differences in Use between Calc and Excel: Version: 1.0 First edition: October 2004 Contents Overview... 3 Copyright and trademark information... 3 Feedback...3

More information

Colligo Email Manager 6.0. Connected Mode - User Guide

Colligo Email Manager 6.0. Connected Mode - User Guide 6.0 Connected Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License

More information

Jet Data Manager 2012 User Guide

Jet Data Manager 2012 User Guide Jet Data Manager 2012 User Guide Welcome This documentation provides descriptions of the concepts and features of the Jet Data Manager and how to use with them. With the Jet Data Manager you can transform

More information

Create a New Database in Access 2010

Create a New Database in Access 2010 Create a New Database in Access 2010 Table of Contents OVERVIEW... 1 CREATING A DATABASE... 1 ADDING TO A DATABASE... 2 CREATE A DATABASE BY USING A TEMPLATE... 2 CREATE A DATABASE WITHOUT USING A TEMPLATE...

More information

4D v11 SQL Release 1 (11.1) ADDENDUM

4D v11 SQL Release 1 (11.1) ADDENDUM 4D v11 SQL Release 1 (11.1) ADDENDUM Welcome to release 1 of 4D v11 SQL. This document outlines the new features and modifications provided in this version of 4D. Query Analysis 4D provides three new commands

More information

Sophos Anti-Virus for Mac OS X: Home Edition Help

Sophos Anti-Virus for Mac OS X: Home Edition Help Sophos Anti-Virus for Mac OS X: Home Edition Help For standalone Macs running Mac OS X Product version: 9C Document date: June 2013 Sophos TOC 3 Contents About Sophos Anti-Virus...5 About the Scans window...5

More information

Colligo Email Manager 6.2. Offline Mode - User Guide

Colligo Email Manager 6.2. Offline Mode - User Guide 6.2 Offline Mode - User Guide Contents Colligo Email Manager 1 Benefits 1 Key Features 1 Platforms Supported 1 Installing and Activating Colligo Email Manager 3 Checking for Updates 4 Updating Your License

More information

Results CRM 2012 User Manual

Results CRM 2012 User Manual Results CRM 2012 User Manual A Guide to Using Results CRM Standard, Results CRM Plus, & Results CRM Business Suite Table of Contents Installation Instructions... 1 Single User & Evaluation Installation

More information

Business Objects Version 5 : Introduction

Business Objects Version 5 : Introduction Business Objects Version 5 : Introduction Page 1 TABLE OF CONTENTS Introduction About Business Objects Changing Your Password Retrieving Pre-Defined Reports Formatting Your Report Using the Slice and Dice

More information

Stellar Phoenix. SQL Database Repair 6.0. Installation Guide

Stellar Phoenix. SQL Database Repair 6.0. Installation Guide Stellar Phoenix SQL Database Repair 6.0 Installation Guide Overview Stellar Phoenix SQL Database Repair software is an easy to use application designed to repair corrupt or damaged Microsoft SQL Server

More information

Data Warehouse Troubleshooting Tips

Data Warehouse Troubleshooting Tips Table of Contents "Can't find the Admin layer "... 1 "Can't locate connection document "... 3 Column Headings are Missing after Copy/Paste... 5 Connection Error: ORA-01017: invalid username/password; logon

More information

USER GUIDE MANTRA WEB EXTRACTOR. www.altiliagroup.com

USER GUIDE MANTRA WEB EXTRACTOR. www.altiliagroup.com USER GUIDE MANTRA WEB EXTRACTOR www.altiliagroup.com Page 1 of 57 MANTRA WEB EXTRACTOR USER GUIDE TABLE OF CONTENTS CONVENTIONS... 2 CHAPTER 2 BASICS... 6 CHAPTER 3 - WORKSPACE... 7 Menu bar 7 Toolbar

More information

Getting Started Guide

Getting Started Guide Getting Started Guide Mulberry IMAP Internet Mail Client Versions 3.0 & 3.1 Cyrusoft International, Inc. Suite 780 The Design Center 5001 Baum Blvd. Pittsburgh PA 15213 USA Tel: +1 412 605 0499 Fax: +1

More information

Integrated Accounting System for Mac OS X and Windows

Integrated Accounting System for Mac OS X and Windows Integrated Accounting System for Mac OS X and Windows Program version: 6.2 110111 2011 HansaWorld Ireland Limited, Dublin, Ireland Preface Books by HansaWorld is a powerful accounting system for the Mac

More information

4D v11 SQL Release 3 (11.3) ADDENDUM

4D v11 SQL Release 3 (11.3) ADDENDUM ADDENDUM Welcome to release 3 of 4D v11 SQL. This document describes the new features and modifications found in this new version of the program, as summarized below: Several new features concerning the

More information

"SQL Database Professional " module PRINTED MANUAL

SQL Database Professional  module PRINTED MANUAL "SQL Database Professional " module PRINTED MANUAL "SQL Database Professional " module All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or

More information

Introduction to Mac Operating System: Snow Leopard

Introduction to Mac Operating System: Snow Leopard Introduction to Mac Operating System: Snow Leopard Switching the Computer On 1. Press the round button on the back of the computer to turn the computer on. If the screen is black, but the lights are lit

More information

Wakanda Studio Features

Wakanda Studio Features Wakanda Studio Features Discover the many features in Wakanda Studio. The main features each have their own chapters and other features are documented elsewhere: Wakanda Server Administration Data Browser

More information

ProspectSoft CRM Version 6.02.000 Release Notes

ProspectSoft CRM Version 6.02.000 Release Notes Software Update ProspectSoft CRM Version 6.02.000 Release Notes Target Readership This document is intended for release by anyone currently running a ProspectSoft CRM release earlier than 6.02.000. If

More information

DbSchema Tutorial with Introduction in SQL Databases

DbSchema Tutorial with Introduction in SQL Databases DbSchema Tutorial with Introduction in SQL Databases Contents Connect to the Database and Create First Tables... 2 Create Foreign Keys... 7 Create Indexes... 9 Generate Random Data... 11 Relational Data

More information

Excel 2003 Tutorial I

Excel 2003 Tutorial I This tutorial was adapted from a tutorial by see its complete version at http://www.fgcu.edu/support/office2000/excel/index.html Excel 2003 Tutorial I Spreadsheet Basics Screen Layout Title bar Menu bar

More information

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development

EXCEL 2007. Using Excel for Data Query & Management. Information Technology. MS Office Excel 2007 Users Guide. IT Training & Development Information Technology MS Office Excel 2007 Users Guide EXCEL 2007 Using Excel for Data Query & Management IT Training & Development (818) 677-1700 [email protected] http://www.csun.edu/training TABLE

More information

Microsoft Access 2010 handout

Microsoft Access 2010 handout Microsoft Access 2010 handout Access 2010 is a relational database program you can use to create and manage large quantities of data. You can use Access to manage anything from a home inventory to a giant

More information

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services

Enterprise Reporting Advanced Web Intelligence Training. Enterprise Reporting Services Enterprise Reporting Advanced Web Intelligence Training Enterprise Reporting Services Table of Contents Chapter Page 1 Overview 4 2 Web Intelligence Access 8 3 BI Launch Pad Navigation 12 4 Nested Query

More information

MS Access Lab 2. Topic: Tables

MS Access Lab 2. Topic: Tables MS Access Lab 2 Topic: Tables Summary Introduction: Tables, Start to build a new database Creating Tables: Datasheet View, Design View Working with Data: Sorting, Filtering Help on Tables Introduction

More information

JetBrains ReSharper 2.0 Overview Introduction ReSharper is undoubtedly the most intelligent add-in to Visual Studio.NET 2003 and 2005. It greatly increases the productivity of C# and ASP.NET developers,

More information

Search help. More on Office.com: images templates

Search help. More on Office.com: images templates Page 1 of 14 Access 2010 Home > Access 2010 Help and How-to > Getting started Search help More on Office.com: images templates Access 2010: database tasks Here are some basic database tasks that you can

More information

Personal Call Manager User Guide. BCM Business Communications Manager

Personal Call Manager User Guide. BCM Business Communications Manager Personal Call Manager User Guide BCM Business Communications Manager Document Status: Standard Document Version: 04.01 Document Number: NN40010-104 Date: August 2008 Copyright Nortel Networks 2005 2008

More information

Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4. 2 Your Web Mail Home Page... 5. 3 Using the Inbox...

Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4. 2 Your Web Mail Home Page... 5. 3 Using the Inbox... Powered by Table of Contents Web Mail Guide... Error! Bookmark not defined. 1 Introduction to Web Mail... 4 1.1 Requirements... 4 1.2 Recommendations for using Web Mail... 4 1.3 Accessing your Web Mail...

More information

CPM 5.2.1 5.6 release notes

CPM 5.2.1 5.6 release notes 1 (18) CPM 5.2.1 5.6 release notes Aditro Oy, 2014 CPM Release Notes Page 1 of 18 2 (18) Contents Fakta version 5.2.1. version 1.2.1... 3 Fakta version 5.2.1.1038 sp1 version 1.2.1.300 sp1... 4 Fakta version

More information

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE

CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE User Guide CONTACTS SYNCHRONIZER FOR IPAD USER GUIDE Product Version: 1.0 CONTENTS 1. INTRODUCTION...4 2. INSTALLATION...5 2.1 DESKTOP INSTALLATION...5 2.2 IPAD INSTALLATION...9 3. USING THE CONTACTS SYNCHRONIZER

More information

Importing and Exporting With SPSS for Windows 17 TUT 117

Importing and Exporting With SPSS for Windows 17 TUT 117 Information Systems Services Importing and Exporting With TUT 117 Version 2.0 (Nov 2009) Contents 1. Introduction... 3 1.1 Aim of this Document... 3 2. Importing Data from Other Sources... 3 2.1 Reading

More information

Talend Open Studio for MDM. Getting Started Guide 6.0.0

Talend Open Studio for MDM. Getting Started Guide 6.0.0 Talend Open Studio for MDM Getting Started Guide 6.0.0 Talend Open Studio for MDM Adapted for v6.0.0. Supersedes previous releases. Publication date: July 2, 2015 Copyleft This documentation is provided

More information

Banana is a native application for Windows, Linux and Mac and includes functions that allow the user to manage different types of accounting files:

Banana is a native application for Windows, Linux and Mac and includes functions that allow the user to manage different types of accounting files: banana Accounting 7 TECHNICA NICAL DATA Applications and accounting types Banana is a native application for Windows, Linux and Mac and includes functions that allow the user to manage different types

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008

Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008 Errors That Can Occur When You re Running a Report From Tigerpaw s SQL-based System (Version 9 and Above) Modified 10/2/2008 1 Introduction The following is an explanation of some errors you might encounter

More information

SQL Server An Overview

SQL Server An Overview SQL Server An Overview SQL Server Microsoft SQL Server is designed to work effectively in a number of environments: As a two-tier or multi-tier client/server database system As a desktop database system

More information

WHAT S NEW IN RADAROPUS 1.39 AND 1.40 (PROGRAM UPDATES)

WHAT S NEW IN RADAROPUS 1.39 AND 1.40 (PROGRAM UPDATES) WHAT S NEW IN RADAROPUS 1.39-1.41 The successor of RadarOpus 1.38 comes in different steps due to technical reasons. Versions 1.39 (DVD release) is only released for Chinese customers and installs improvements

More information

Network Probe User Guide

Network Probe User Guide Network Probe User Guide Network Probe User Guide Table of Contents 1. Introduction...1 2. Installation...2 Windows installation...2 Linux installation...3 Mac installation...4 License key...5 Deployment...5

More information

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO:

INTRODUCTION: SQL SERVER ACCESS / LOGIN ACCOUNT INFO: INTRODUCTION: You can extract data (i.e. the total cost report) directly from the Truck Tracker SQL Server database by using a 3 rd party data tools such as Excel or Crystal Reports. Basically any software

More information

How to Edit Your Website

How to Edit Your Website How to Edit Your Website A guide to using your Content Management System Overview 2 Accessing the CMS 2 Choosing Your Language 2 Resetting Your Password 3 Sites 4 Favorites 4 Pages 5 Creating Pages 5 Managing

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Remote Desktop Services User's Guide

Remote Desktop Services User's Guide Contents Remote Desktop Services Document Revision Control Revision Description Author DATE 1.0 Initial Release Karen M. Hess 3/24/2015 1.1 Added section for viewing mapped drives Karen M. Hess 4/15/2015

More information

PowerLogic ION Enterprise 5.6

PowerLogic ION Enterprise 5.6 PowerLogic ION Enterprise 5.6 Power Management Software User Guide April 2007 Notices This section describes the symbols used in this guide. Danger This alerts you to things that may cause serious injury

More information

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices.

Abstract. For notes detailing the changes in each release, see the MySQL for Excel Release Notes. For legal information, see the Legal Notices. MySQL for Excel Abstract This is the MySQL for Excel Reference Manual. It documents MySQL for Excel 1.3 through 1.3.6. Much of the documentation also applies to the previous 1.2 series. For notes detailing

More information

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy

MyOra 3.5. User Guide. SQL Tool for Oracle. Kris Murthy MyOra 3.5 SQL Tool for Oracle User Guide Kris Murthy Contents Features... 4 Connecting to the Database... 5 Login... 5 Login History... 6 Connection Indicator... 6 Closing the Connection... 7 SQL Editor...

More information

NETWORK PRINT MONITOR User Guide

NETWORK PRINT MONITOR User Guide NETWORK PRINT MONITOR User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable

More information

Creating Database Tables in Microsoft SQL Server

Creating Database Tables in Microsoft SQL Server Creating Database Tables in Microsoft SQL Server Microsoft SQL Server is a relational database server that stores and retrieves data for multi-user network-based applications. SQL Server databases are

More information

ArchiveOne Enterprise (Compliance) Version 6.0 SR1 Release Notes

ArchiveOne Enterprise (Compliance) Version 6.0 SR1 Release Notes ArchiveOne Enterprise (Compliance) Version 6.0 SR1 Release Notes Introduction These release notes are for ArchiveOne Enterprise (Compliance) Version 6.0 SR1 (build 2455). They detail the changes between

More information

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved.

User Guide. Version 3.2. Copyright 2002-2009 Snow Software AB. All rights reserved. Version 3.2 User Guide Copyright 2002-2009 Snow Software AB. All rights reserved. This manual and computer program is protected by copyright law and international treaties. Unauthorized reproduction or

More information

Microsoft Office Access 2007 Basics

Microsoft Office Access 2007 Basics Access(ing) A Database Project PRESENTED BY THE TECHNOLOGY TRAINERS OF THE MONROE COUNTY LIBRARY SYSTEM EMAIL: [email protected] MONROE COUNTY LIBRARY SYSTEM 734-241-5770 1 840 SOUTH ROESSLER

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Content Management System

Content Management System OIT Training and Documentation Services Content Management System End User Training Guide OIT TRAINING AND DOCUMENTATION [email protected] http://www.uta.edu/oit/cs/training/index.php 2009 CONTENTS 1.

More information

Web Intelligence User Guide

Web Intelligence User Guide Web Intelligence User Guide Office of Financial Management - Enterprise Reporting Services 4/11/2011 Table of Contents Chapter 1 - Overview... 1 Purpose... 1 Chapter 2 Logon Procedure... 3 Web Intelligence

More information

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700

ACCESS 2007. Importing and Exporting Data Files. Information Technology. MS Access 2007 Users Guide. IT Training & Development (818) 677-1700 Information Technology MS Access 2007 Users Guide ACCESS 2007 Importing and Exporting Data Files IT Training & Development (818) 677-1700 [email protected] TABLE OF CONTENTS Introduction... 1 Import Excel

More information

Crystal Reports Payroll Exercise

Crystal Reports Payroll Exercise Crystal Reports Payroll Exercise Objective This document provides step-by-step instructions on how to build a basic report on Crystal Reports XI on the MUNIS System supported by MAISD. The exercise will

More information

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com

Excel Templates. & Quote/Invoice Maker for ACT! Another efficient and affordable ACT! Add-On by V 1.1. http://www.exponenciel.com Excel Templates & Quote/Invoice Maker for ACT! V 1.1 Another efficient and affordable ACT! Add-On by http://www.exponenciel.com Excel Templates for ACT! User s Manual 2 Table of content Relationship between

More information

ibolt V3.2 Release Notes

ibolt V3.2 Release Notes ibolt V3.2 Release Notes Welcome to ibolt V3.2, which has been designed to deliver an easy-touse, flexible, and cost-effective business integration solution. This document highlights the new and enhanced

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

FirstClass FAQ's An item is missing from my FirstClass desktop

FirstClass FAQ's An item is missing from my FirstClass desktop FirstClass FAQ's An item is missing from my FirstClass desktop Deleted item: If you put a item on your desktop, you can delete it. To determine what kind of item (conference-original, conference-alias,

More information

Hypercosm. Studio. www.hypercosm.com

Hypercosm. Studio. www.hypercosm.com Hypercosm Studio www.hypercosm.com Hypercosm Studio Guide 3 Revision: November 2005 Copyright 2005 Hypercosm LLC All rights reserved. Hypercosm, OMAR, Hypercosm 3D Player, and Hypercosm Studio are trademarks

More information

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide

Decision Support AITS University Administration. Web Intelligence Rich Client 4.1 User Guide Decision Support AITS University Administration Web Intelligence Rich Client 4.1 User Guide 2 P age Web Intelligence 4.1 User Guide Web Intelligence 4.1 User Guide Contents Getting Started in Web Intelligence

More information

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc.

Timeless Time and Expense Version 3.0. Copyright 1997-2009 MAG Softwrx, Inc. Timeless Time and Expense Version 3.0 Timeless Time and Expense All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including

More information

ORACLE BUSINESS INTELLIGENCE WORKSHOP

ORACLE BUSINESS INTELLIGENCE WORKSHOP ORACLE BUSINESS INTELLIGENCE WORKSHOP Creating Interactive Dashboards and Using Oracle Business Intelligence Answers Purpose This tutorial shows you how to build, format, and customize Oracle Business

More information

Advanced Event Viewer Manual

Advanced Event Viewer Manual Advanced Event Viewer Manual Document version: 2.2944.01 Download Advanced Event Viewer at: http://www.advancedeventviewer.com Page 1 Introduction Advanced Event Viewer is an award winning application

More information

Table of Contents. Introduction: 2. Settings: 6. Archive Email: 9. Search Email: 12. Browse Email: 16. Schedule Archiving: 18

Table of Contents. Introduction: 2. Settings: 6. Archive Email: 9. Search Email: 12. Browse Email: 16. Schedule Archiving: 18 MailSteward Manual Page 1 Table of Contents Introduction: 2 Settings: 6 Archive Email: 9 Search Email: 12 Browse Email: 16 Schedule Archiving: 18 Add, Search, & View Tags: 20 Set Rules for Tagging or Excluding:

More information

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1

Migrating to Excel 2010 from Excel 2003 - Excel - Microsoft Office 1 of 1 Migrating to Excel 2010 - Excel - Microsoft Office 1 of 1 In This Guide Microsoft Excel 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key

More information

Desktop, Web and Mobile Testing Tutorials

Desktop, Web and Mobile Testing Tutorials Desktop, Web and Mobile Testing Tutorials * Windows and the Windows logo are trademarks of the Microsoft group of companies. 2 About the Tutorial With TestComplete, you can test applications of three major

More information

Sophos Anti-Virus for Mac OS X Help

Sophos Anti-Virus for Mac OS X Help Sophos Anti-Virus for Mac OS X Help For networked and standalone Macs running Mac OS X Product version: 9 Document date: June 2013 Sophos TOC 3 Contents About Sophos Anti-Virus...5 About the Scans window...5

More information

CommonSpot Content Server Version 6.2 Release Notes

CommonSpot Content Server Version 6.2 Release Notes CommonSpot Content Server Version 6.2 Release Notes Copyright 1998-2011 PaperThin, Inc. All rights reserved. About this Document CommonSpot version 6.2 updates the recent 6.1 release with: Enhancements

More information

DataPA OpenAnalytics End User Training

DataPA OpenAnalytics End User Training DataPA OpenAnalytics End User Training DataPA End User Training Lesson 1 Course Overview DataPA Chapter 1 Course Overview Introduction This course covers the skills required to use DataPA OpenAnalytics

More information