Search found 280 matches: appropriate

Return to advanced search

Re: Marc : Conversion process and questions about it

... methods of that object. oCustomer:AcceptPayment( nAmount, dDate) Since the customer object is a smart object it knows how to update any appropriate databases with the payment information. Using this technology I have taken existing programs and reduced the code by 50-70 percent. This ...
by James Bott
Sat Jan 02, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3505

Re: Imprimir imagen guardada en tabla SQL

... "M" creates a long text field and datatype "m" creates a long binary field. This function internally creates an sql statement appropriate for the RDBMS and its version and we are relieved from the trouble of finding the correct datatype. The next sample demonstrates using this ...
by nageswaragunupudi
Fri Dec 25, 2020 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2453

Re: Which C compiler and which Harbour should be used for FW?

For anyone interested in working with Visual Studio, here is a link to a detailed previous discussion. Please note it has a link to Antonio's early work on how to setup Visual Studio to work with FWH. Though it's an earlier version of VS, it is still appropriate today.
by TimStone
Sun Aug 02, 2020 12:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3592

Re: xBrowse anomoly

James,

I wish ... but sometimes they assign symbols ... not appropriate but they insist.
by TimStone
Wed Apr 29, 2020 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3552

Re: FWCONNECT con Mysql 8.017

... de Mysql que tienes Instalada es de 32bits o 64bits. Server 64bits. But both 32-bit and 64-bit FWH applications can access the server using appropriate versions of libmysql.dll/lib or libmarialib.dll/lib Are you experiencing any problems in connecting to Server version 8.0?
by nageswaragunupudi
Wed Dec 04, 2019 3:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT con MysqL (SOLUCIONADO)
Replies: 23
Views: 3801

Re: xBrowse jpg in SQL-database

We need to first write them to a temporary file on the disk and then open the file with appropriate application. Writing to disk: // xharbourMEMOWRIT( cFilename, oRs:Fields( "fieldname" ):Value, .f. ) // ADO//orMEMOWRIT( cFileName, oRs:fieldname, ...
by nageswaragunupudi
Fri Nov 15, 2019 4:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse jpg in SQL-database
Replies: 19
Views: 3018

Re: Librería LeafLet

Hola Sr. Navarro, cuando quiero pegar el texto del archivo error me arroja el siguiente msj.


Not Acceptable!

An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.

Antes lo podía hacer sin problemas
by caducca
Wed Oct 30, 2019 11:29 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Librería LeafLet
Replies: 28
Views: 3468

Re: HTMLEditor

... JS, CSS and the languages most used by us. Preferences - Panels / Margins / Config -> "Automatic Lexer Select" Fivedit, apply the appropriate lexer when the file is opened. Fivedit execute HTML files directly on the browser that can be external, as defined in Preferences - General, ...
by cnavarro
Fri Sep 13, 2019 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLEditor
Replies: 6
Views: 964

Re: String to array using 2 different delimiters

... i ] := HB_ATokens( c, "-" ) } ) This is optional. Converts character values to numbers, dates, etc., as may be appropriate. This may or may not give the expected results in all cases.   for each aRow in aData      AEval( aRow, { |c,i| ...
by nageswaragunupudi
Fri Aug 09, 2019 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: String to array using 2 different delimiters
Replies: 4
Views: 625

Re: A problem Btnbmp and HEX-symbols from fonts

Thank You very much for the infos I got a little bit confused after the tests If <n> is in the appropriate range of symbols, Segoe MDL2 Assets font is used to display the symbol on Windows 10. On Windows 8, Segoe UI Symbol font is used. Fonts defined for the BTNBMP ...
by ukoenig
Tue Jun 25, 2019 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 459

Re: A problem Btnbmp and HEX-symbol from fonts

When we specify BTNBMP RESOURCE <n> ( hex or normal) If <n> is in the appropriate range of symbols, Segoe MDL2 Assets font is used to display the symbol on Windows 10. On Windows 8, Segoe UI Symbol font is used. Fonts defined for the BTNBMP are used for ...
by nageswaragunupudi
Tue Jun 25, 2019 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem Btnbmp and HEX-symbols from fonts
Replies: 2
Views: 459

Re: To James Bott - Error Using TData

... DTOS( DATE( ) ) + " " + TIME()        oClient:save()    ENDIFRETURN self  The one line of code, used in appropriate other places of the program, will add a new client record, assign tax rates and purchasing level ( Retail, wholesale, etc ) and also create ...
by Silvio.Falconi
Tue May 28, 2019 11:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5180

Re: To James Bott - Error Using TData

... DTOS( DATE( ) ) + " " + TIME()        oClient:save()    ENDIFRETURN self  The one line of code, used in appropriate other places of the program, will add a new client record, assign tax rates and purchasing level ( Retail, wholesale, etc ) and also create ...
by TimStone
Tue May 28, 2019 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5180

Re: to Nages: test for tdatabase

... are linked by their ID, and the serviced item by it's unique ID. Everything is on one screen with folders which are automatically loaded with the appropriate data for speed. The Parts folder displays all the data in it's upper half, which is connected to the browse in the lower half. The parts ...
by TimStone
Fri May 10, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5769

Re: The neatest way to remove email button from TPreview

Where do I place the code? At every report or just need to call them once from the main prg?


Call it once in the main program.
You can also make any other changes you consider appropriate.

Note: This is from FWH1904 to be released soon.
by nageswaragunupudi
Tue Apr 30, 2019 3:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The neatest way to remove email button from TPreview
Replies: 6
Views: 744
PreviousNext

Return to advanced search