Search found 1027 matches: feature

Return to advanced search

Re: Consuta sobre MariaDB/MySql

... to communicate with the server. 1) Contract with a good service provider. 2) Use FW built-in library which provides automatic reconnection feature transparently. My advice is to connect at the beginning of the application and close the connection only when closing the application.
by nageswaragunupudi
Wed Jan 24, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 354

Re: A Call for New Ideas and Web Integration

Thank you. I will search through ChatGPT's plugins to see if there is already a feature that can distinguish important from unimportant.
by Otto
Mon Dec 11, 2023 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Call for New Ideas and Web Integration
Replies: 7
Views: 692

Re: Convert a print to Rtf or doc

Same way as we can generate editable pdf documents using TPrinter():lUseHaruPDF, we wanted to provide generation of editable Word Docx also. But the work is incomplete. We will soon provide this feature.

Till then one can consider using TWord class that is available free to generate word document.
by nageswaragunupudi
Thu Nov 30, 2023 10:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Convert a print to Rtf or doc
Replies: 33
Views: 3230

Re: Calculate total pages

We will be providing this feature in the next version. In all cases other than direct printing to printer and generating PDF using HaruPDF, the printer class generates meta files for preview and then printing or for generation of pdf, ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5507

Re: Graph/Chart Scrollable

Dear Rao Sir , Antonio ,

Looking this feature in the next version. Thanks in advance...!!

Thanks
Shridhar
by shrifw
Thu Nov 16, 2023 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 12
Views: 1290

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

... VARCHAR <nMaxChars>// orVARCHAR { <nMinChars>, <nMaxChars> ) Variable length Gets are implemented by FWH only. Such feature is not availabe in pure (x)Harbour. Only fixed length editing
by nageswaragunupudi
Sun Nov 12, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 279

Re: Eliminate Editing Icons XBROWSE MySql

... in my second posting, double click 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: 332

SetAutoHelp

I like the new feature of SetAutoHelp. ... but I have the F1 key set to my manual which is already quite extensive. I would like to actually use the feature but add it as an F2 key. When changing the code, however, it disables the ...
by TimStone
Fri Nov 03, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetAutoHelp
Replies: 2
Views: 186

The Future of Developer Forums

... the quality of the forums and contributes to the growth of its members. Quality and Trust The quality of discussions in a forum is a defining feature. If forums provide high-quality posts and reliable information, they become a trusted source for developers. It's essential that members are ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 298

C language #define # and ## operators use

This is supported by C compilers, but I guess it is a quite unknown feature: A single #name stringify the name A double ## joins two names function Main()   MsgInfo( Test() )return nil #pragma BEGINDUMP#include <hbapi.h>#include ...
by Antonio Linares
Tue Oct 24, 2023 7:20 am
 
Forum: Off Topic / Otros temas
Topic: C language #define # and ## operators use
Replies: 0
Views: 302

Re: FIVEWIN power - a room planer video

Hello friends, Some days ago, I received the following request: Dear Winhotel Team, Do you have a program for table assignments? Such a feature would be very useful for our restaurant manager. Thanks, Hello [Recipient Name], Could you provide more details on how you envision this allocation? ...
by Otto
Wed Oct 11, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 10480

Re: MARIADB ROWSET BATCH DML OPERATION EXAMPLE

Dear Rao Sir ,

As requested , could you please provide code to use extended the feature of XBROWSE , DATAROW & ROWSET.

Thanks
Shridhar
by shrifw
Wed Oct 11, 2023 4:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MARIADB ROWSET BATCH DML OPERATION EXAMPLE
Replies: 7
Views: 671

Re: Is there any feature to select multi line in xbrowser

aSel :=oBrw:aSelected
XBROWSER aSel
by FranciscoA
Tue Oct 03, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 322

Re: Is there any feature to select multi line in xbrowser

If I understand correctly, then you want to show only certain deadlines in the browser?
Then use :aFilter / :Refresh()
by Natter
Tue Oct 03, 2023 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 322

Is there any feature to select multi line in xbrowser

Hi, I have an array like this. aList := {{"Albert",50},{"John",45},{"Antonio", 55}} I can show this array via xbrowser XBROWSER aList SLNUM TITLE "List" Can I also select and than show selected lines, more than one line ...
by Horizon
Tue Oct 03, 2023 7:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is there any feature to select multi line in xbrowser
Replies: 2
Views: 322
Next

Return to advanced search