Search found 301 matches: sequence

Return to advanced search

Re: strange execution of Index

... Arguments <nIndexPos> This is the numeric ordinal position of the index to activate as the controlling index. Indexes are numbered in the sequence they are opened with OrdListAdd(), try this way: SERVIZI->( OrdSetFocus("ORDINE" ) )
by FranciscoA
Mon Jan 14, 2019 7:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2026

Re: Invisible CDX files

Enrico, Well I tried checking my system. The actual sequence to the setting is: Explorer, View tab, Options, Change folder and search options, View tab, Advanced Settings, Hide protected operating and system files It is set to hide them on my computer, ...
by James Bott
Thu Sep 06, 2018 3:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Invisible CDX files
Replies: 21
Views: 3328

Re: Crear function para Script de Harbour

... oHrb = HB_CompileFromBuf( cCode, .T., "-n", "-Ic:\fwh\include", "-Ic:\harbour\include" ) if ! Empty( oHrb ) BEGIN SEQUENCE bOldError = ErrorBlock( { | o | DoBreak( o ) } ) hb_HrbRun( oHrb ) END SEQUENCE ErrorBlock( bOldError ) endif */ return nil //----------------------------------------------------------------------------// ...
by Compuin
Thu Aug 16, 2018 6:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear function para Script de Harbour
Replies: 31
Views: 3428

Re: Introducing FiveTech's fivedit

... files in the project, I believe the best option is "Incremetal Build". However I would like to know if editing the PRG file the correct sequence is to use the compile button and then execute it, and if you need to click save (Ctrl + S) for it to consider the compilation. I am commenting ...
by MFarias
Mon Jun 11, 2018 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107942

Re: ads + internet + dudas

Hector, Yo recuero que la mejor manera de gestionar este caso es capturando el error cuando abres la base de datos, con un un BEGIN SEQUENCE/RECOVER. En el caso de no existir, creas la tabla/indices tranquilamente. Gracias Carles, es lo que pense desde un principio, ahora como tratarías ...
by hectorpapiri
Fri May 11, 2018 12:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ads + internet + dudas
Replies: 10
Views: 2271

Re: ads + internet + dudas

Hector,

Yo recuero que la mejor manera de gestionar este caso es capturando el error cuando abres la base de datos, con un un BEGIN SEQUENCE/RECOVER. En el caso de no existir, creas la tabla/indices tranquilamente.
by Carles
Fri May 11, 2018 5:38 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ads + internet + dudas
Replies: 10
Views: 2271

Re: Ports to 485 with converter USB, please help.

Look this Example of C code to transmit data Here is a basic example on how to transmit a sequence of chars (in this case 0x55 0x00 0x55) over the RS485 line. // rs485tx.c // Basic example of RS485 half duplex transmission #include <sys/ioctl.h> #include <fcntl.h> ...
by Busmatic_wpb
Thu Feb 08, 2018 3:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1436

Re: Ports to 485 with converter USB, please help.

Oscar,

I do not think I understood the problem well, but reading the function Mandar_enq seems to try 10 times to send a string...

What I can tell you is that you do not have to send the string, but the sequence char (02) + char (30) + char (30) +....
by Diego Decandia
Wed Feb 07, 2018 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ports to 485 with converter USB, please help.
Replies: 7
Views: 1436

Re: Buscando funciones/propiedades...

... of frame when window has the WS_DLGFRAME style. SM_CXDOUBLECLK 36 Width of the rectangle around the location of the first click in a double-click sequence. SM_CXFRAME 32 Width of window frame that can be sized. SM_CXFULLSCREEN 16 Width of window client area for a full-screen window. SM_CXHSCROLL ...
by cuatecatl82
Sun Dec 24, 2017 9:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buscando funciones/propiedades...
Replies: 2
Views: 970

Quit command

Try the command quit I can go out from application but the exe is also on memory How I can resolve this ? I try also with this sequence (found on this forum) but I have problems on Win7 and win10 IF oDlgAuth:nresult == IDOK      FreeResources()       sysrefresh()      ...
by Silvio.Falconi
Wed Dec 13, 2017 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Quit command
Replies: 10
Views: 1744

Re: FWMARIADB:copy record. How can it know the dest. record id?

... -> arrayaRows  := oCn:QueryResult('select * from '+tablename) -> array  Is it returning same structure and sequence? Yes Please see this example   oRs   := oCn:RowSet( "customer" )   oRs:Goto( 10 )  // we ...
by nageswaragunupudi
Thu Dec 07, 2017 5:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB:copy record. How can it know the dest. record id?
Replies: 9
Views: 1511

Re: FWMARIADB:copy record. How can it know the dest. record id?

... -> arrayaRows  := oCn:QueryResult('select * from '+tablename) -> array Is it returning same structure and sequence? If so, I will use oRs:Append( aFields[n][1], aRows ) and then I can edit and change the new record after oRs:Append() Thank you in advance.
by dutch
Thu Dec 07, 2017 2:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB:copy record. How can it know the dest. record id?
Replies: 9
Views: 1511

Re: xBrowse as record adding tool for data tables

... a pattern of two characters depending on the field being generated for followed by the last two digits of the year followed by a dash and then a sequenced number of up to n digits zero filled on the left. Every year the stored procedure "knows" it needs to restart a new sequence for ...
by reinaldocrespo
Tue Oct 24, 2017 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse as record adding tool for data tables
Replies: 16
Views: 3057

Re: Introducing FiveTech's fivedit

Question: Is there a file I need to delete to work normally? PS.: I always replace it in the folder. Sequence: 1.Menu 2.Display 3.Preferences [ctrl + f2] 4.Click [Save] or [Cancel] 5.Error Dialog: Application =========== Path and name: C:\Des\build\fivedit\fivedit.exe (32 ...
by MFarias
Fri Oct 13, 2017 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107942

Re: TensorFlow Multilayer perceptron

... I got quite curious to understand how he did it: “It works by predicting the next letter to follow a given sequence of letters, and the predictions are determined by what it learned about language from the Friends dialogue provided,” This seems different ...
by Antonio Linares
Fri Aug 04, 2017 8:28 am
 
Forum: Off Topic / Otros temas
Topic: TensorFlow Multilayer perceptron
Replies: 3
Views: 794
PreviousNext

Return to advanced search