Search found 71 matches: emulate

Return to advanced search

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 ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3404

Re: who use PostgreSQL with Fivewin ?

... i must "update" else Data will be "corrupt" for Xbase++ Apps using PgDBE but the Main work is : how to emulate ISAM Style Concept of Xbase++ PgDBE have a lot of Overhead so i look for a harbour / Fivewin Way --- when build TPQServer LIB there is a File ...
by Jimmy
Wed Sep 27, 2023 8:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: who use PostgreSQL with Fivewin ?
Replies: 13
Views: 991

Re: OpenAI class using hbCurl

... 530    }}-------------------------------------------------------------------------------------------------*/  If you wish to emulate chatting, which is the most powerful, you'd change the URL and model like this: :cURL := https://api.openai.com/v1/chat/completions :Model := ...
by reinaldocrespo
Wed May 10, 2023 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OpenAI class using hbCurl
Replies: 8
Views: 669

Re: flat style

... panels and other controls also have shadows. Oh, and most Win 11 controls have rounded corners too. Preparing for the inevitable, I would try to emulate Win 11 design now. People do judge a book by it's cover (and software by it's interface). Note that when you display windows and dialogs on ...
by James Bott
Sat Apr 09, 2022 11:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: flat style
Replies: 6
Views: 383

Re: Advantage Database Server

hi, Alaska have create PgDBE for Xbase++ to emulate ISAM Style People want to use it instead of ADS while they "think" that Alaska found "Wonder-Pile" i have "testdrive" early Version of PgDBE and Concept seems "interessing" ...
by Jimmy
Mon Jan 24, 2022 7:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3404

Re: Marc : Conversion process and questions about it

... your learning curve. Most object programming texts advocate separating the interface code from real-world objects. Thus a customer object should emulate a real-world customer and not include data entry screens, browses, etc. There is nothing wrong with creating classes for those types of things ...
by James Bott
Sat Jan 02, 2021 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3173

Re: Marc : Conversion process and questions about it

... like in your second example. You should always try to write code only once. This reduces code and thus the chance of errors. Also you want to emulate the real world, so you create a customers class and open the database and index(s) in the class. Class TCustomers from TDatabase   Method New()EndclassMethod ...
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: 3173

Re: FiveWin applications gallery

... the same for ClientPrint.jar. In FWH version is included comunication fron PHP on server ERP app, and Verifone_VX520 pos system. ( COM port, emulate USB ) Also include support for all type of BarCodes, in POS or Matrics printer, ( ESC* - Grafic bmp slices ) WebScket run pseudo Sincronusly, ...
by Damir
Wed May 20, 2020 2:09 am
 
Forum: Utilities / Utilidades
Topic: FiveWin applications gallery
Replies: 52
Views: 53835

emulate ordscope on array

I have two arrays and I have to save them in two dbf the two arrays are linked by a nItem code If I had two dbf I would know how to do it using ordscope but with arrays I don't know how to do it Main Array I must save on invoice.dbf https://i.postimg.cc/0QNM6snM/main.png On first arr...
by Silvio.Falconi
Mon Mar 23, 2020 10:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: emulate ordscope on array
Replies: 0
Views: 233

Re: Old DOS to new Windows = Conversion thoughts

... Add this to compile/link [C:\xHB\Samples\GT_wvg.prg] Link in [C:\xHB\Lib\WVG.lib] so you can use mouse and graphic fonts. Then I add this to emulate dos screen with mouse.      SET EVENTMASK TO INKEY_ALL   Wvt_SetCodePage(511)           ...
by Gale FORd
Mon Dec 23, 2019 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Old DOS to new Windows = Conversion thoughts
Replies: 15
Views: 1983

Re: Ribbon Theme

Antonio, Now I am trying to emulate the Word 2019 window message bar. Here is the best I could do. The top bar is the FW bar overlaid over a image of Word 2019, so the bottom bar is Word. https://i.postimg.cc/WtLJ6n1N/Word-2019-vs-Fivewin-msgbars.jpg ...
by James Bott
Fri May 31, 2019 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28029

Re: Ribbon Theme

... tab instead of the text. If either of you has access to a copy of MS Word 2016 maybe you can take a look and give me some feedback. I am trying to emulate Word as closely as possible. Thanks, James
by James Bott
Sun Oct 21, 2018 9:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28029

Re: Ribbon Theme

... MS Word. The buttons inherit the color of the ribbonbar. I have not seen any ribbonbars that have different colored buttons, and my intent is to emulate Microsoft's look. Of course, if you really wanted something like that it is possible but would require changes to the class code. Hmm, maybe ...
by James Bott
Thu Oct 04, 2018 3:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28029

Re: Label new

because I wish emulate a label print
I tried with a dialog or tpanel but I not have success
if you want give a hand ( help) yo're welcome
by Silvio.Falconi
Mon Jan 30, 2017 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Label new
Replies: 16
Views: 4458

Re: Live Tiles (Metro) Examples.

Byron,

Do you mean a Windows Universal app or a desktop app ?

What connection protocol do you use for the barcode scan ? Does it emulate a keyboard ?
by Antonio Linares
Sun May 15, 2016 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Live Tiles (Metro) Examples.
Replies: 3
Views: 842
Next

Return to advanced search