Search found 301 matches: sequence

Return to advanced search

Re: Problem with tdatabase

... 3-DESCRIPTION > Description of the record (which field table or reference function for the action) 4-VAL_SEQUENCE > Current value of the sequence of numbers. Example: oDb_Semaforo:GoTo(120) //Registration with the clients registration sequenceoDb_Semaforo:rLock(8) //Method ...
by Giovany Vecchi
Sun Dec 19, 2021 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tdatabase
Replies: 14
Views: 1860

Focus error on this new project

... // oDlgRB[1]:nStyle := nOR(WS_CHILD) // ,WS_THICKFRAME Then the xbrowse is floating, but the mouse is working ? Probably there is also a fault in sequence of the window, ribbon, folderex and wbrowse setup ... Can someone help me change the program in order to get this working ? It should compile ...
by Marc Venken
Thu Dec 09, 2021 10:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1166

Re: Enhance errorsys.prg

hi, 1st. Errorsys, load at Startup, is "last Chance" to retry ... but most it is "too late" :( at Runtime i do use BEGIN SEQUENCE and a "new" Errorblock. depend on "oError" you can try to "react" on it LOCAL oError, bError   bError := ERRORBLOCK( ...
by Jimmy
Tue Nov 30, 2021 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Enhance errorsys.prg
Replies: 8
Views: 822

Select columns of a Xbrowse to print

... giving the number 1 and then first giving the number 2 and then zipcode giving the number 3 and the report must print the connections in this sequence City, first, zipcode for a sample I have the selection for excel https://i.postimg.cc/cCfGfk3X/tyr.png I would like the end ...
by Silvio.Falconi
Thu Oct 21, 2021 11:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Select columns of a Xbrowse to print
Replies: 14
Views: 930

Re: Number of Fields

... least 6 fields,because each exercise can be the same as another boy or the same boy with different weights and measures, so for each exercise the sequence and annotations must be memorized
by Silvio.Falconi
Fri Oct 15, 2021 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 897

Re: Iniciando con mod_harbour

... function Customer ( ... ) ; thread STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "Customer", iif( .F., { }, { @HBObject() } ), @Customer() ) ...
by EBM
Fri Oct 08, 2021 6:36 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3794

Re: MySql Nativa Transacciones. At. Mr. Rao

Anyway, I don't know if harbor supports that instruction. Harbour does not support "TRY/CATCH" syntax at all. It supports BEGIN SEQUENCE/END SEQUENCE only. xHarbour supports both. fivewin.ch translates TRY/CATCH to BEGIN/END SEQUENCE for Harbour users. FINALLY also is translated. ...
by nageswaragunupudi
Sat Sep 18, 2021 3:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MySql Nativa Transacciones. At. Mr. Rao
Replies: 26
Views: 2487

Re: Web camera

Natter,

You may use the javascript solution here:

https://stackoverflow.com/questions/19235286/convert-html5-canvas-sequence-to-a-video-file

thanks to Charly!
by Antonio Linares
Wed Aug 18, 2021 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web camera
Replies: 2
Views: 432

Ayuda con Mod_Harbour Mercury class

... ; function Customer ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "Customer", iif( .F., { }, { @HBObject() } ), @Customer() ) ...
by RSalazarU
Thu Mar 11, 2021 3:05 pm
 
Forum: mod_harbour
Topic: Ayuda con Mod_Harbour Mercury class
Replies: 2
Views: 442

Ayuda con Mod_Harbour Mercury class

... ; function Customer ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == NIL .AND. __clsLockDef( @s_oClass ) ; BEGIN SEQUENCE ; nScope := 1 ; ( ( nScope ) ) ; oClass := iif( .F.,, HBClass():new( "Customer", iif( .F., { }, { @HBObject() } ), @Customer() ) ...
by RSalazarU
Thu Mar 11, 2021 1:45 pm
 
Forum: mod_harbour
Topic: Ayuda con Mod_Harbour Mercury class
Replies: 0
Views: 326

Re: Columnas dinámicas xbrowse array (Solucionado)

... aCols, [lRetainRest=.t.], [lReNumber=.f.] )  This is a sample dynamically changing the columns and sequence of columns during runtime: FWH2101: #include "fivewin.ch"function Main()   local oWnd, oBar, oBrw, oFont  ...
by nageswaragunupudi
Thu Mar 11, 2021 4:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Columnas dinámicas xbrowse array (Solucionado)
Replies: 8
Views: 1499

Fivewin and debug

Hi,
is there a simple mode to debub a fivewin app?
I now use msginfo() to view field value and logic sequence but is there an interactive way?

Thanks
by damianodec
Fri Feb 05, 2021 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and debug
Replies: 1
Views: 275

Debugger error when executing WebPageContents()

... Everything is fine. But during a debugging of WebPageContents(), there's an error which I believe is due to an interpretation of the escape sequence \". The title of the error popup is in spanish, and is only partial. The partial string is 'Seleccione...'. The line that generates the ...
by FWExplorer
Wed Dec 30, 2020 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debugger error when executing WebPageContents()
Replies: 5
Views: 432

Re: About TCalendar

... o ) } but I have this result https://i.postimg.cc/yxLtCgfd/vvv.png then if I resize the splitter I have this result not seeing the sequence of the mounths https://i.postimg.cc/rsGWD56V/ccc.png
by Silvio.Falconi
Tue Dec 29, 2020 10:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About TCalendar
Replies: 16
Views: 2799

Re: FWH 1808: Dialog as Mdichild

If the dialog is activated as normal, when pressing <Tab>, the sequence of active controls is: 1. Checkbox Switch-1 2. Checkbox Switch-2 3. GET cVar1 4. GET cVar2 5. Button This is the normal operation. But if the dialog is activated as MDIChild, the ...
by Max HK
Sun Aug 09, 2020 6:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4124
PreviousNext

Return to advanced search