Search found 301 matches: sequence

Return to advanced search

Re: Editsource() Problem

... is possible to create a script and set the order for our files to be compiled. But hbmk2, eventhough we define an order in our .hbp file, the sequence is completely different because, by default, the core harbour libraries are compiled/linked after all of the files listed in our .hbp file. ...
by ricbarraes
Mon Jun 15, 2020 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5340

Re: Editsource() Problem

... is possible to create a script and set the order for our files to be compiled. But hbmk2, eventhough we define an order in our .hbp file, the sequence is completely different because, by default, the core harbour libraries are compiled/linked after all of the files listed in our .hbp file. ...
by ricbarraes
Mon Jun 08, 2020 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5340

Re: Old DOS to new Windows = Conversion thoughts

... function if you need. but not all Clipper Code make Sense in Windows Environment like DOS-Printer ... --- i guess your Clipper App use Epson ESC Sequence to select Font etc. Problem : hard to find a Printer who understood it. when you want to use your Windows Printer than you need to re-write ...
by Jimmy
Wed Dec 18, 2019 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 2028

Re: Documentación sintaxis

... statements spanning across multiple lines, such as loops (DO WHILE, FOR and FOR EACH), branching (DO CASE and SWITCH), error handling (BEGIN SEQUENCE and TRY...CATCH). Even the declaration of LOCAL variables within an extended code block is supported. Only STATIC variables cannot be declared. ...
by nageswaragunupudi
Wed Oct 30, 2019 5:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Documentación sintaxis
Replies: 6
Views: 1449

Re: how to fix Black frame start with WMPlayer.OCX? *Fixed*

... come from ... :o i have to disable BBCode [code=fw] oActiveX:Settings:AutoStart := .T. bOldError := ERRORBLOCK( { | e | BREAK( e ) } ) BEGIN SEQUENCE oActiveX:URL := cPlayFile [/code]this Way Video start from 0:00 but you can change it to [code=fw] oActiveX:Settings:AutoStart := ...
by Jimmy
Thu Oct 03, 2019 4:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to fix Black frame start with WMPlayer.OCX? *Fixed*
Replies: 13
Views: 1981

Re: communicating via shared memory

... these functions in harbour manual. But I get: Error: Unknown or unregistered symbol PEEKBYTE() Reads a byte from memory PEEKSTR() Reads a byte sequence from memory PEEKWORD() Reads a 16-bit word from memory POKEBYTE() Writes a byte to memory POKEWORD() Writes a 16-bit word to memory PPCBUFTYP() ...
by Otto
Wed Sep 11, 2019 4:07 pm
 
Forum: mod_harbour
Topic: communicating via shared memory
Replies: 7
Views: 1062

Re: How to use user defined function in XBrowse?

... expressions. When both COLUMNS and FIELDS clauses are speicified, XBrowse places the columns first and then the fields. We can later rearrange the sequence of xbrowse columns. ======================================== I have used FIELDS but still failed to call my functions. Thanks & Regards.
by Max HK
Fri Aug 30, 2019 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use user defined function in XBrowse?
Replies: 6
Views: 923

Re: harbour_for_mod_harbour error compiler

#xcommand TRY => BEGIN SEQUENCE WITH {| oErr | Break( oErr ) }

#xcommand CATCH [<!oErr!>] => RECOVER [USING <oErr>] <-oErr->

#xcommand FINALLY => ALWAYS

simply add these lines at the top of your PRGs, that you are going to turn into HRB files
by Antonio Linares
Thu Aug 22, 2019 7:51 am
 
Forum: mod_harbour
Topic: harbour_for_mod_harbour error compiler
Replies: 14
Views: 1683

Re: to Nages: test for tdatabase

... with the same logic as your counters.dbf. Till DBFCDX introduced AutoIncrement field type, we all had to adopt some similar logic to generate sequence numbers. All this logic is no more required if we use AutoIncrement fields. Here is the important difference: You are fetching the incremented ...
by nageswaragunupudi
Sat Apr 27, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5769

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... oRec:Cognome OF oDlg SIZE 90, 10 PIXEL FONT oFont UPDATE it's right but then you cannot manage a duplicate record !!! If you not understand the sequence I write you not undestood my problem!!! to use "tdatabase" I have to give up not showing the user code ( account number of customer) ...
by Silvio.Falconi
Wed Mar 27, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3697

Re: MariaDB doubt about field

... modifications. Alernatively, I prefer a function using a different approach. function seq_nextval( cName )   oCn:Execute( "UPDATE sequences SET seq_value = LAST_INSERT_ID( seq_value + 1 )" + ;                " WHERE seq_name = '" + cName + "';" + ;      ...
by wartiaga
Mon Mar 11, 2019 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB doubt about field
Replies: 13
Views: 1864

Re: MariaDB doubt about field

... Alernatively, I prefer a function using a different approach. function seq_nextval( cName )   oCn:Execute( "UPDATE sequences SET seq_value = LAST_INSERT_ID( seq_value + 1 )" + ;                " WHERE seq_name = '" ...
by nageswaragunupudi
Sun Mar 10, 2019 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB doubt about field
Replies: 13
Views: 1864

Hacking Android (pipes) stdout and stderr redirection

... ] := "Smith" + Chr( 13 ) + Chr( 10 ) + " and Smith" AAdd( hInput[ "list" ], hPerson ) NEXT ? BEGIN SEQUENCE cInput := hb_JsonEncode( hInput, .f. ) + Chr( 10 ) ? "INPUT:", Len( cInput ) hProcess := hb_processOpen( "java.exe -cp JSON.jar;. ...
by Antonio Linares
Mon Mar 04, 2019 7:23 am
 
Forum: Utilities / Utilidades
Topic: Hacking Android (pipes) stdout and stderr redirection
Replies: 0
Views: 525

Re: xBase now unstable, slow, error Status_Lock_Not_Granted

... Port: 50004, Dst Port: 445, Seq: 14081476, Ack: 7322407, Len: 75 Source Port: 50004 Destination Port: 445 [Stream index: 0] [TCP Segment Len: 75] Sequence number: 14081476 (relative sequence number) [Next sequence number: 14081551 (relative sequence number)] Acknowledgment number: 7322407 (relative ...
by José
Mon Jan 21, 2019 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBase now unstable, slow, error Status_Lock_Not_Granted
Replies: 15
Views: 4070

Re: xbase ahora inestable, lenta, error Status_Lock_Not_Granted

... Port: 50004, Dst Port: 445, Seq: 14081476, Ack: 7322407, Len: 75 Source Port: 50004 Destination Port: 445 [Stream index: 0] [TCP Segment Len: 75] Sequence number: 14081476 (relative sequence number) [Next sequence number: 14081551 (relative sequence number)] Acknowledgment number: 7322407 (relative ...
by José
Mon Jan 21, 2019 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbase ahora inestable, lenta, error Status_Lock_Not_Granted
Replies: 16
Views: 3702
PreviousNext

Return to advanced search

cron