Search found 86 matches: flexibility

Return to advanced search

Re: Data exchange between PC and Android device on the same loca

... own package (embeded), or part in the package and part in visible files, or all visible. But I would say that maybe you have to see the speed, flexibility and power of the system, designed exclusively with our Harbour, it's that easy. If you want to see, for example, the xtreme package, there ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 793

Interesting discussion with ChtGPT

... and functions. Integration into modern environments: While Clipper was designed for specific use cases, modern languages often offer more flexibility and integration into current technologies and platforms. However, this doesn't mean the code or language is "bad" or "wrong". ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Re: Webview question

Dear Otto,

> I believe that WebView2 provides me with more flexibility to work on the desktop. With it, we can develop screens using HTML/JS without the need for a web server

web and desktop working in better harmony :-)
by Antonio Linares
Tue Jul 04, 2023 3:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2931

Re: Webview question

... @hPost), xbrowse(hPost), oWebView:Return(cCalls, 0, "{ 'result': 'Hello from PRG' }") }. I believe that WebView2 provides me with more flexibility to work on the desktop. With it, we can develop screens using HTML/JS without the need for a web server. Best regards, Otto
by Otto
Mon Jul 03, 2023 9:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2931

Re: Number of Fields

... this? Especially for web pages, DBF files are easy to use. Do you have experience with it? Comparisons? Demands on the server, server maintenance, flexibility when moving. Security, since only a few people in the relationship use DBF files, they are already more secure in and of itself. SQL servers ...
by Otto
Fri Oct 08, 2021 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 885

Re: filter or where statement in SQL

... yourself. These classes are complex and there are many methods and data for internal use. We need to keep them for ourselves to retain enough flexibility for future developments. We, therefore, request you to use only the datas/methods documented in WiKi and subsequent WhatsNew.Txt. Thank ...
by Horizon
Wed May 06, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: filter or where statement in SQL

... yourself. These classes are complex and there are many methods and data for internal use. We need to keep them for ourselves to retain enough flexibility for future developments. We, therefore, request you to use only the datas/methods documented in WiKi and subsequent WhatsNew.Txt.
by nageswaragunupudi
Wed May 06, 2020 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: Xbrowse class technical question

The screen-shot posted first can be achieved either through Tree or simple array. Tree allows the user greater flexibility of viewing the summary and/or details. (Drill-down view) Here is a sample program using Tree. This sample uses CUSTOMER.DBF and STATES.DBF in the fwh\samples ...
by Marc Venken
Wed May 08, 2019 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse class technical question
Replies: 14
Views: 4930

Re: The neatest way to remove email button from TPreview

... define your own buttonbar instead of the default buttonbar. TPreview():bButtonBar := { |oPreview, oWnd| YourButtonBar( oPreview, oWnd ) } Highest flexibility to customize.
by nageswaragunupudi
Mon Apr 29, 2019 10:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The neatest way to remove email button from TPreview
Replies: 6
Views: 736

Re: strategies

... that is extremely attractive: the similarity with the way of working that we are accustomed those who develop desktop applications. I saw that flexibility in Sencha. (http://www.sencha.com) in its desktop-like web development format ( https://examples.sencha.com/extjs/6.7.0/examples/classic/desktop ...
by cmsoft
Sun Feb 24, 2019 4:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8118

Late to FiveTouch party!

Hello, I am finding that using Android OS tablets seem to provide more flexibility that iOS. With that, I am ready to jump in head first! I understand that we can develop application in Windows and port (move) to the Andoid tablet, correct? Is it possible to ...
by cdmmaui
Wed Jan 16, 2019 8:04 am
 
Forum: FiveTouch
Topic: Late to FiveTouch party!
Replies: 4
Views: 1651

Re: FwhmariaDb y xBrowse (resuelto)

Assuming that there is no change in the columns:
Code: Select all  Expand view
oBrw:oDbf := oNewRs
oBrw:Refresh()


FWH 18.05 offers more flexibility
viewtopic.php?f=3&t=32737&p=213490&hilit=rowset#p213490
by nageswaragunupudi
Sun Dec 30, 2018 12:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FwhmariaDb y xBrowse (resuelto)
Replies: 2
Views: 518

Re: Sample for Lan network

... have a problem. I think the issue here is that you will have to modify some ( or a lot ) of your code, but once you do it, you will have far more flexibility. Once you do it, then you will never regret it, and everything will be much simpler and clearer. My code would be quite complex and I just ...
by TimStone
Tue Nov 06, 2018 4:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample for Lan network
Replies: 8
Views: 1823

Re: Responsive desktop design

... and smartphones screens. And then in each type of environment, the way that you can design your dialogues and that your controls have a certain flexibility. The word "responsive" scares me, because when you resize a screen if you do not do it right, all the controls are stacked. Really ...
by Carles
Thu Oct 25, 2018 1:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Responsive desktop design
Replies: 19
Views: 5860

Re: SetCheck() on MariaDB => SOLVED

Hi Rao,

Yes you are correct! :D

The example you provided truly demonstrate xBrowse flexibility ... I so much appreciate your help.

Thanks!

:idea: :idea: :idea: :idea: :idea:
by fraxzi
Wed Sep 05, 2018 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck() on MariaDB => SOLVED
Replies: 15
Views: 2596
Next

Return to advanced search