Search found 68 matches: specification

Return to advanced search

Re: RAO advice on using Mysql

Thanks RAO for the clear specification, and how to use RecSet.
Now we also know what methods are available.

Regards Maurizio
www.nipeservice.com
by Maurizio
Fri Feb 02, 2024 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 971

Re: Classe TGif

Dear Oliveiros, The kind of GIF file that is needed is a standard GIF file that follows the GIF89a specification. This means that the GIF file should have the following characteristics: It should have a header that identifies the file as a GIF file and specifies the version ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 1656

Re: Sending HTML using MAIL

... type is usually specified using one of the predefined message classes that are defined in the Messaging Application Programming Interface (MAPI) specification. Here are some of the common values for lpszMessageType parameter: "IPM.Note" - a regular email message "IPM.Appointment" ...
by Antonio Linares
Wed Apr 05, 2023 6:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sending HTML using MAIL
Replies: 10
Views: 693

Re: How to create a PRIVATE variable owned by the caller?

... <identifier> is followed by square brackets ([ ]), an array is created and assigned to the <identifier>. When the <identifier> specification indicates an array, the syntax for specifying the number of elements for each dimension can be array[<nElements>, <nElements2>,...] ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 777

Re: IA

... when use GIF Ink is persisted by using a Graphics Interchange Format (GIF) file that contains ISF as metadata that is embedded within the file. Specification about ISF https://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/InkSerializedFormat(ISF)Specification.pdf ...
by Jimmy
Thu Apr 07, 2022 10:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IA
Replies: 19
Views: 1690

AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )

... en su totalidad este es el archivo xml <?xml version="1.0" encoding="UTF-8"?> <Invoice xmlns="urn:oasis:names:specification:ubl:schema:xsd:Invoice-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" ...
by CARLOS ATUNCAR
Sun Mar 14, 2021 3:18 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: AYUDA PARA LEER XML DE FACTURA ELECTRONICA ( SOLUCIONADO )
Replies: 6
Views: 1379

Re: WaitUntil - batch command replacement for scheduler

Unfortunately, it doesn't address the specification of a specific time. These are just variations of timeout, where you specify the number of seconds. I'd want a child program or batch to run, e.g. at 11:15 am, regardless of when the parent ...
by FWExplorer
Tue Jan 05, 2021 11:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WaitUntil - batch command replacement for scheduler
Replies: 8
Views: 960

Re: mod Harbour booking - my new project

Hello, my mod harbor online booking is now in the state that the requirement specifications and functional specification are covered. Now I start with detail programming. Data comes from dbf file :D - the function is from 1994 from my DOS version of WINHOTEL which ...
by Otto
Wed Aug 28, 2019 6:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod Harbour booking - my new project
Replies: 19
Views: 2380

Re: Restful API

... server. https://github.com/rafathefull/restful To design the API interface and endpoints, there is an outstanding stardard to follow, OAS Open API Specification, and wonderful tools that support it. For design: Swagger Editor https://swagger.io/tools/swagger-editor/ . You describe every ...
by Carlos Mora
Fri Nov 16, 2018 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restful API
Replies: 12
Views: 2944

Re: FWH 18.08: Enhancements to strings.prg

... tables search pat to cpath. No tests is * made to see if cPath is a valid path. The path can be relative, * if it does not begin with a drive specification (Windows) or with * a slash, or absolute. Default directory set at program startup is * i18n/ * * * HB_I18nGetPath() --> cPath * * ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5425

Re: Invisible CDX files

... SET DEFAULT and SET PATH are not pointing elsewhere? From the doc: The File() function is used to check if a file exists that matches the file specification <cFileSpec>. When <cFileSpec> does not contain directory information, the function searches directories in the following order: ...
by Enrico Maria Giordano
Sun Sep 09, 2018 6:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3302

New FTDN November/Noviembre (FWH 17.11)

... function cNumToStr() is used which displays all the decimals upto a maximum of 10. In addition numbers are formatted respecting the FWNumFormat() specification. - Paste of text as numeric values: Clipboard text containing formatted numbers either in American /European format are properly untranformed ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1315

Re: Error ADSCDX/5179 Error 5179

... when attempting to store into an Integer column a numeric value that is outside the range -2,147,483,647 to 2,147,483,647. See ADT Field Types and Specification. Solution: Ensure the numeric value to be stored in a column is within the supported range or restructure (i.e., ALTER) the table to ensure ...
by karinha
Wed Aug 02, 2017 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ADSCDX/5179 Error 5179
Replies: 1
Views: 388

Re: Sample - collection ( download Rel. 1.1 )

... the tool You don't need to do that. Splitted in sections, these main things are done already You only need to include / define the tests. The specification of the PRG-structures There are five sections A selected section can include multiple tests 1. A dialog with FULLsize folder ( page 1 ...
by ukoenig
Thu Jun 15, 2017 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample - collection ( download Rel. 1.1 )
Replies: 10
Views: 2697

Re: Change of structure during development

... width as 30 oCn:AlterColumn( "mytable", { "member_name", 'C', 30, 0 }  Second parameter is like the column specification in our familiar DBF structure. Rename a column: oCn:RenameColumn( "mytable", "oldcolumnname", "newcolumnname" ...
by nageswaragunupudi
Sat May 27, 2017 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change of structure during development
Replies: 3
Views: 686
Next

Return to advanced search