Search found 49 matches: inbuilt

Return to advanced search

Re: Fivewin and ADO

how to get "Inline Edit? "Inline Edit" is the inbuilt way of editing XBrowse cells. This is available at all times. The programmer does not have to do anything more than setting oCol:nEditType > 0 (usually EDIT_GET. if oCol:nEditType ...
by nageswaragunupudi
Sat Jun 10, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3838

Re: Error XBROWSE SEEK (while no Index) after change RDD

... like you set oBrw:bSeek := nil We recommend not to. Instead oBrw:bSeek can be { || .f. } When the dbf is not indexed or not set to any index, the inbuilt bSeek returns .F. YES, i have try to SET bSeek to NIL my "Problem" was that i have many DBF which work with *.NTX which does not "Autopen" ...
by Jimmy
Mon May 08, 2023 12:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 591

Re: Error XBROWSE SEEK (while no Index) after change RDD

... like you set oBrw:bSeek := nil We recommend not to. Instead oBrw:bSeek can be { || .f. } When the dbf is not indexed or not set to any index, the inbuilt bSeek returns .F. Till FWH2206, Incremental seek was always on by default. From FWH2212, we can disable incremental seek by setting oBrw:lIncrSeek ...
by nageswaragunupudi
Sat May 06, 2023 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error XBROWSE SEEK (while no Index) after change RDD
Replies: 9
Views: 591

Re: ChromeDriver - WebDriver for Chrome

... Selenium with Excel in the Visual Basic Editor or within a visual basic script (VBS). That's what they have mentioned. This Selenium has extensive inbuilt features, for eg to export HTML tables to Excel etc. Function TestSelenium()    Local oSel, oPost, aData:={}        oSel := ...
by anserkk
Thu Jan 19, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChromeDriver - WebDriver for Chrome
Replies: 9
Views: 1111

Re: Displaying an image with xbrowse ( uwe )

XBrowse does not have inbuilt capability to read from a weblink. We can now read images from URLS automatically without any additional programming. #include "fivewin.ch"#define MANGOES "https://img.huffingtonpost.com/asset/5c1225351f0000f00626a771.jpeg?ops=scalefit_630_noupscale"#define ...
by nageswaragunupudi
Thu Jul 28, 2022 2:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Displaying an image with xbrowse ( uwe )
Replies: 11
Views: 3181

Re: Korean character problem...

... nil  https://imagizer.imageshack.com/v2/xq90/924/FsIbxw.png This sample connects to the MySql server using the inbuilt MySql/Maria library, without using any 3rd party librarires. Korean characters are read and displayed properly, you can edit and store Korean ...
by nageswaragunupudi
Wed Nov 18, 2020 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Korean character problem...
Replies: 8
Views: 997

Re: Nuevo FWH 20.07

Hola buenos dias Antonio, He probado xbrbar.prg: shows inbuilt buttonbar in xbrowse. en un ejemplo mio, y me hace el siguiente efecto al pulsar sobre la cabecera o sobre la buttonbar. Adjunto un archivo gif para que aprecie el efecto que hace al poner ...
by Marcelo Roggeri
Tue Aug 11, 2020 3:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 24.04
Replies: 23
Views: 32999

New FTDN July/Julio 2020 (FWH 20.07)

July 2020 ========= * New Samples: xbrbar.prg: shows inbuilt buttonbar in xbrowse. * XBROWSE: - When a column header is clicked, the header is painted in the topbar area fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39178&p=233785#p233785 ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1216

Re: Ayuda con Mysql

You can connect to MySql through ADO or directly with FWH inbuilt MySql library. You propose to connect and work using ADO. For this, you need to download and install MySql ODBC connector on every PC using your software. We assume you have installed the ...
by nageswaragunupudi
Wed Jul 08, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ayuda con Mysql
Replies: 11
Views: 1968

Re: Mr. Nages please: HARU PDF Bugs/Extensions

... functions. In addition, FWH added some additional imaging functionality that is not possible with the in-built functions of libharu. Libharu has inbuilt functions for png and jpg files/image buffers. In addition, it has one function to read images from memory formtted in its proprietory format. ...
by nageswaragunupudi
Fri Mar 06, 2020 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Nages please: HARU PDF Bugs/Extensions
Replies: 21
Views: 5667

Re: Decoremos el arbol de navidad de FWH - Decorate the FWH tree

... to be distributed along with our application EXE file ie something similar to the way FreeImage.DLL works. The viewer, the designer everything is inbuilt into that FastReport DLL file. To me, the following are the main attractions in FastReport 1. No other files required, just one single DLL along ...
by anserkk
Wed Jul 17, 2019 4:31 am
 
Forum: Utilities / Utilidades
Topic: Decoremos el arbol de navidad de FWH - Decorate the FWH tree
Replies: 55
Views: 23851

New FTDN May/Mayo 2019 (FWH 19.05)

... width, height, ... ) * XBrowse: - New DATA bPaintBack. If specified, this codeblock is used to paint background of the browse, instead of the inbuilt logic. - Incremental filter in Array browse can now be used even when lAutoSort is false. Previously trying to use incremental filters without ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3177

Re: A problem with TDatabase using copy() / Past()

... Where is the need to write the unnecessary code to Lock, Save and Unlock()? How do you think FWH releases methods without inbuilt locking and unlocking? FWH methods are simple to use. It is simpler and safer to use the methods as they are provided. Kindly do not complicate ...
by nageswaragunupudi
Thu Jan 31, 2019 2:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A problem with TDatabase using copy() / Past() ?
Replies: 7
Views: 1206

Re: Conexión a Base Datos

... the reason for the error you are getting. Because you are using FWH 18.01, it is a lot easier to connect to and work with MySql tables using the inbuilt functionality of FWH. Please open \fwh\samples\maria01.prg You will see this in line 14.    oCn   := FW_DemoDB()  ...
by nageswaragunupudi
Fri Nov 23, 2018 12:25 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conexión a Base Datos
Replies: 2
Views: 874

Re: PageScript 32 is now available for free

Now again PageScript 32 is online
Nice print Preview and real PDF can be created inbuilt
visit http://pagescript32.com/

Demo adopted for FWH
Image

Download source and demo
https://files.fm/f/3pnaa95h
by bpd2000
Sun Sep 17, 2017 11:23 am
 
Forum: Off Topic / Otros temas
Topic: PageScript 32 is now available for free
Replies: 4
Views: 2288
Next

Return to advanced search

cron