Search found 140 matches: stores

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... exit(); } fwrite($Report, "Print Report: Verkauf "); fclose($Report); The FIVEWIN program prepares all the data for the report and stores the data in a CSV file. PHP program is waiting: while ($x <= 2) { sleep(1); if (file_exists($filename . "csv")) { echo "filename:" ...
by Arturo Lopesoria
Fri Feb 23, 2024 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 767

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... users might share your concerns, while others might appreciate the convenience and efficiency of Microsoft solutions. I don't know any computer stores that even unpack the devices anymore. Nor do I know any service technicians who would bother to do this work and uninstall things. Regarding ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1686

Re: Incluyendo el SQLRDD

SR_RecnoName() Returns the name of the column that stores the Recno() › Syntax SR_RecnoName( [<cName>] ) ==> cOldSet › Arguments <cName> Column name to manage the Recno(). › Return Returns the status that was current before SR_RecnoName() ...
by carlos vargas
Fri Aug 25, 2023 1:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2535

Re: need Help with oBro:bSeek

... does all this for us. XBrowse searches all open indexes/tags and identifies which index/tag is to be used to sort on which column and stores the index/tag information in oCol:cSortOrder. When the header is clicked, xbrowse automatically sets the index tag to oCol:cSortOrder, without ...
by nageswaragunupudi
Wed Aug 16, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need Help with oBro:bSeek
Replies: 3
Views: 215

Re: Create help system with F1

... or "published." This field can assist in managing the workflow and visibility of the help content. Related Topics: A field that stores references or links to related help topics. This field allows you to establish connections between different topics, enabling users to navigate ...
by Antonio Linares
Tue Jul 11, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create help system with F1
Replies: 15
Views: 862

prompt-editor

Hello friends, We have released a new program called "prompt-editor." It is a simple editor that stores standard prompts for ChatGPT, making it easier to edit the questions. Now, we need to update the DBF file that contains the standard questions over the internet. ...
by Otto
Wed May 31, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: prompt-editor
Replies: 5
Views: 253

Re: XBROWSE Column Question

hi, XBrowse automatically uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse. XBrowse uses this information to do AutoSort what about Function in Indexkey() like ...
by Jimmy
Mon May 08, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 867

Re: XBROWSE Column Question

STATIC FUNCTION StripFunc( cSeek )


XBrowse automatically uses similar logic to indentify which INDEX/ORDER to be used for which column and stores the INDEXNAME in the data oCol:cSortOrder, while initially building the browse.
XBrowse uses this information to do AutoSort
by nageswaragunupudi
Sat May 06, 2023 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Column Question
Replies: 23
Views: 867

Re: Resource Bitmap for Fivewin

... is not of a valid format, then change BITMAP to 10 (RCDATA) and try again. When we specify RCDATA (10), the resource compiler reads the file and stores the contents as a string, When FWH reads the resource, what all it gets is a string, which can be a pure text or binary data. FWH ReadImage function ...
by nageswaragunupudi
Sun Oct 30, 2022 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource Bitmap for Fivewin
Replies: 7
Views: 434

Re: Busqueda al interior de un Archivo INI

hb_HHasKey(<hHash>, <xKey> [, @<nPos> ]) ➜ lExists returns .T. if <xKey> exists in the hash table and stores its ordinal position to @<nPos> which must be passed by reference to retain the stored position. If the key doesn’t exists then <nPos> will ...
by cnavarro
Fri May 13, 2022 4:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda al interior de un Archivo INI
Replies: 3
Views: 448

Re: UPC lookup

... a great deal of detail on that item, ie. the manufacturer, description, physical details, retail price, and more. Often it also provides a list of stores where you can obtain the product. My clients use and sell parts. They all have UPC codes on them which is just a series of letters and numbers. ...
by TimStone
Mon Apr 11, 2022 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UPC lookup
Replies: 4
Views: 241

Problem With indexes and Xbowse Search

... Mdx index on a dbf , I not remeber why on this dbf "Tabgen.dbf" I save all record I need on every procedure of application this archive stores the reference records for rates, payments, warehouse reasons, warehouse types, units of measurement, etc. and it use the standard archive the ...
by Silvio.Falconi
Wed Feb 16, 2022 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem With indexes and Xbowse Search
Replies: 0
Views: 143

Re: TPM

Carlos As Antonio mentions .. TPM is a special memory chip that stores certain security information .. specifically a Bitlocker Encryption key. Historically, most Computers and laptops targeted for the consumer market did not come with a TPM chip and will ...
by Rick Lipkin
Thu Oct 28, 2021 8:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TPM
Replies: 6
Views: 671

Re: Campos empaquetados en archivo de texto

... HB_FUNC( Pack2Text ) { private Decimal Unpack(byte[] inp, int scale) { long lo = 0; long mid = 0; long hi = 0; bool isNegative; // this nybble stores only the sign, not a digit. // "C" hex is positive, "D" hex is negative, and "F" hex is unsigned. switch (nibble(inp, ...
by El Loco
Wed Oct 13, 2021 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3006

field flags in dbCreate()/dbStruct()

... - column is autoincrementing // "Z" - column is compressed // "E" - column is encrypted // "U" - column stores Unicode strings
by Antonio Linares
Sat May 01, 2021 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: field flags in dbCreate()/dbStruct()
Replies: 0
Views: 298
Next

Return to advanced search