Search found 301 matches: sequence

Return to advanced search

Hash when decoding JSON [ Mr. Rao ]

... 3B Activity // There will be many of these Details // Each of these may have multiple lines I will be reading all lines in Section 3, in sequence, and will want to add each line to an array. Ultimately this will display a BROWSER display. Currently, if I use hb_JSONdecode( file ) and ...
by TimStone
Wed Jul 19, 2017 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash when decoding JSON [ Mr. Rao ]
Replies: 7
Views: 1775

JSON - request then decode

... the approach was a bit different. I'd appreciate it if someone has some alternative approaches on how I should be handling this request / response sequence. Thanks so much. Tim For XML data I have been using
by TimStone
Mon Jul 17, 2017 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3771

Re: MySql/MariaDB Collation

I am using FWH 17.06, BCC7 and Harbour 3.2.0dev (r1703231115) The sort order at the beginning is correct, but after you press refresh button the sequence changes. I am using the buildh.bat file in samples folder to compile and link. I have deleted only the following line: echo %fwh%\lib\hbpgsql.lib ...
by betoncu
Wed Jun 28, 2017 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MySql/MariaDB Collation
Replies: 16
Views: 3453

Re: Problem GetBar and Report in Xbrowse

... very soon later. http://imagizer.imageshack.us/v2/xq90/922/pyZitW.png <quote> When in cHeader of the column is present CRLF sequence because the header is composed of two rows, than the header of the report is not. ok </quote> That is the because of the behavior of ...
by nageswaragunupudi
Wed Jun 14, 2017 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem GetBar and Report in Xbrowse
Replies: 1
Views: 536

Problem GetBar and Report in Xbrowse

... When in xbrowse two columns belong at same Group headers the position of get in getbar is not ok. When in cHeader of the column is present CRLF sequence because the header is composed of two rows, than the header of the report is not. ok try this sample : #include "FiveWin.ch" #include ...
by mauri.menabue
Mon Jun 12, 2017 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem GetBar and Report in Xbrowse
Replies: 1
Views: 536

Re: FWHMARIADB Samples

... accommodates upto 1-1/2 million numbers in each series and makes an ID with width of 6 characters. This sample sample involves creation of a `sequences` table for 3 series 'IN', 'PO', 'VR' and a function to retrieve the next sequence value of any of these series. The sequence number is converted ...
by nageswaragunupudi
Tue May 16, 2017 7:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20665

Re: Start sample for a (My)-sql project

... Regards Yunus. For updating clients' balances, use triggers. For generating sequential numbers like "INV????", we better have another sequence table and use it. It is not safe to: (1) Take Max( INVNO ) and increment it or (2) do it in triggers Both may result in duplicate numbers in ...
by nageswaragunupudi
Mon May 15, 2017 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Start sample for a (My)-sql project
Replies: 12
Views: 1290

Re: Proposal .. 'just not xBase any more'

... Interesting read. Thank you for putting this list together. I think we are all aware of the fragility of databases out there but reading this sequence you've put together is bone chilling. Some of them, I wasn't aware of. University of Central Florida? Berkeley? 2.2 M patients on Century Oncology ...
by reinaldocrespo
Wed Mar 08, 2017 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Proposal .. 'just not xBase any more'
Replies: 9
Views: 5725

Re: Funciones propias en una lib (Solucionado)

... (c) 1987-2014 Embarcadero Technologies, Inc. Syntax: TLIB options libname [commands | files], listfile libname library file pathname commands sequence of operations to be performed (optional) listfile file name for listing file (optional) A command is of the form: <symbol>module, where ...
by MarioG
Fri Feb 03, 2017 8:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones propias en una lib (Solucionado)
Replies: 48
Views: 9836

Re: problem with read from xml file

... lSave := .f. local oFont local dd,mm,rr LOCAL oXmlDoc,oXmlNode, oXmlRecScan, oXmlFieldScan setpos(25,80) cls set_4_:=set(4,'yyyy-mm-dd') begin sequence cFileName := 'demo.xml' If !file(cFileName) break Endif cString:=Memoread( cFileName ) // cString:=strtran(cString,'<![CDATA[','') // cString:=strtran(cString,']]>','') ...
by kajot
Tue Jan 24, 2017 8:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with read from xml file
Replies: 17
Views: 3572

Re: :procLine - equivalente

Karinha, Antonio
Muchas gracias por colocar o tempo na pesquisa
muchas gracias por poner tiempo en la investigación

Tendré que usar BEGIN... SEQUENCE... END :shock:
by MarioG
Wed Jan 04, 2017 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2960

Re: :procLine - equivalente

http://i.imgur.com/UEU7RGk.png Resuelto con BEGIN... SEQUENCE... END. Que compilador(Harbour) complicado! xHarbour es bien mas facil. // testing procline() con Harbour. Me gusta xHarbour. jejejejejeje.#include "FiveWin.ch"MEMVAR A, ...
by karinha
Tue Jan 03, 2017 1:01 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: :procLine - equivalente
Replies: 24
Views: 2960

Crear cCode para script de Harbour

... ) oHrb = HB_CompileFromBuf( cCode, "-n", "-I" + cFWheaders, "-I" + cHBheaders ) if ! Empty( oHrb ) BEGIN SEQUENCE bOldError = ErrorBlock( { | o | DoBreak( o ) } ) uRet = hb_HrbDo( hb_HrbLoad( oHrb ), ... ) END SEQUENCE ErrorBlock( bOldError ) endif return ...
by Compuin
Mon Jan 02, 2017 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear cCode para script de Harbour
Replies: 13
Views: 2041

Re: Looking for cliparse.zip / Buscando cliparse.zip

... { ... }; void MAIN( void ) { BYTE pcode[] = { ... }; VirtualMachine( pcode, symbols ); } Basically, Test.prg source code has been converted into a sequence of pcode bytes contained into the array pcode[] = { ... } and all our MAIN() function does is invoke, at run-time, a Clipper VirtualMachine() ...
by Antonio Linares
Mon Oct 24, 2016 7:51 am
 
Forum: Off Topic / Otros temas
Topic: Looking for cliparse.zip / Buscando cliparse.zip
Replies: 6
Views: 2332

Richedit( ) function problems

... := "this is a test line of the rich edit function. It should be editable very easily" RichEdit( @cText, cTitle, 0,0,40,200 ) Using this sequence, the following is happening 1) After making changes, and exiting the function, the changes are not saved to a memo field. 2) The icons for ...
by TimStone
Fri Jun 24, 2016 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit( ) function problems
Replies: 27
Views: 6800
PreviousNext

Return to advanced search