Search found 731 matches: functionality

Return to advanced search

Re: Definir font richedit5

... powerful WYSIWYG editor that can be easily integrated into web applications. TinyMCE is customizable and offers a variety of plugins to expand its functionality. Regards, Otto
by Otto
Wed Dec 27, 2023 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 679

Re: copy a row of xbrowse

... FiveWin, you need to modify your `Copy` and `Paste` functionalities to handle multiple rows. Here is an approach to achieve this: 1. **Modify Copy Functionality**: Instead of copying a single row to `aCopy`, copy all selected rows. You can use a loop to go through the selected rows and add them ...
by Otto
Tue Dec 05, 2023 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 6194

Re: Convert a print to Rtf or doc

... either. A programmer who starts now to learn html, needs a very long time to produce html code and also requires a large html code with same functionality as a one line program in FWH XBROWSER "CUSTOMER.DBF" FASTEDIT with vertical and horizontal scrolling and facility to edit values ...
by nageswaragunupudi
Fri Dec 01, 2023 2:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3839

Re: Convert a print to Rtf or doc

... to actual requirements. HTML Templates: External HTML templates are used for the report. These should be present and correctly formatted. Printing Functionality: The printing functionality depends on the correct configuration and installation of the ActiveX object. https://mybergland.com/fwforum/neutriathlonclip1.jpg ...
by Otto
Thu Nov 30, 2023 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3839

Re: Help splitting up a character address string

... of Harbourino can be carried out from a single console. This might indicate a user-friendly interface for managing various aspects of Harbourino's functionality. However, specific details about its syntax or direct examples of its use are not readily available in these sources​​. For comprehensive ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 886

Re: Eliminate Editing Icons XBROWSE MySql

... will not any more open edit screen. Better you use this version. Note: Dbl-click to open edit screen is not a feature of basic xbrowse. It is a functionality provided by xbrowser. We can disable it as I have advised in the code.
by nageswaragunupudi
Tue Nov 07, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Eliminate Editing Icons XBROWSE MySql
Replies: 6
Views: 446

Re: Interesting discussion with ChtGPT

... frees us from that restriction Syntax: Swift ( Apple ) uses ? print statements. Harbour, and FWH, are far more sophisticated Libraries: What functionality is NOT covered in Harbour/FWH Integration: Again with the Clipper stuff, and it doesn't even know what it was used for. We constantly ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1478

Re: Advantage Database Server

Apparently this is a database engine developed by Alaska Software to emulate ISAM style functionality for xBase++. It looks like people are considering using PgDBE instead of ADS (Advantage Database Server), but they are having performance issues. You mentioned that ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 4082

Re: Problemas al migrar desde FWH2012 a FWH2307 - cerrado

... function. Fixed now and will be available in FWH2310 to be released in a day or two. Meanwhile, you can use other functions with the same functionality eg. lIsDir() as suggested by Mr, Enrico
by nageswaragunupudi
Wed Nov 01, 2023 5:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas al migrar desde FWH2012 a FWH2307 - cerrado
Replies: 22
Views: 1990

Re: cFilePath issue.

... going to remove Upper in the next version FWH2310 going to be released at any time. I just availed the opportunity to discuss other options. Their functionality is not exactly like cFilePath One more. Works only of if the file exists: ? FileSysObj():GetFile( cFile ):ParentFolder:Path
by nageswaragunupudi
Wed Nov 01, 2023 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: cFilePath issue.
Replies: 4
Views: 341

Re: DBF . Commit

... like on a single-user system and without the overhead of an SQL server. Especially for beginners who come from HTML but also need some database functionality - just like the Jet(access) engine users back in the day on the WEB - would be a big target audience for us. But unfortunately, the view ...
by Enrico Maria Giordano
Mon Oct 23, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 3006

Re: DBF . Commit

... like on a single-user system and without the overhead of an SQL server. Especially for beginners who come from HTML but also need some database functionality - just like the Jet(access) engine users back in the day on the WEB - would be a big target audience for us. But unfortunately, the view ...
by Otto
Mon Oct 23, 2023 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 3006

Re: TGet() - UTF8 encoding fails [Unsolved]

... Upper() function for converting to Upper case when picture clause "@!" is used. Windows OS has its own built-in Upper/Lower case functionality. This functionality is used by a Unicode Get by setting the style to ES_UPPERCASE, so this upper case conversion is automatically done ...
by nageswaragunupudi
Sat Oct 14, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet() - UTF8 encoding fails [Solved]
Replies: 20
Views: 1886

Re: Saving OuterHTML using Await Implementation with TWebView

... for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1998

Re: Saving OuterHTML using Await Implementation with TWebView

... for specific elements to be loaded on the web page, ensuring the content is available for extraction. - The idea is to simulate the 'await' functionality seen in other programming languages. 2. **Main Function**: - A Dialog (`oDlg`) is created titled "WebView Test". - The `GetOuterHtml` ...
by Otto
Thu Aug 17, 2023 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1998
PreviousNext

Return to advanced search