Search found 111 matches: definitions

Return to advanced search

Re: hash for storing variables

... web development. It shares many advantages of object-oriented programming, although it does not encompass all aspects of OOP. Centralizing style definitions and avoiding redundancies are important to minimize conflicts and maintenance issues.
by Otto
Tue Nov 28, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 499

simple image viewer - sample

... It starts by including two header files, "FiveWin.ch" and "Image.ch". These likely provide additional functionality or definitions used in the program. 2. **Main Function**: The `Main()` function is the entry point of the program. Here, it initializes several local variables, ...
by Otto
Fri Jun 09, 2023 6:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simple image viewer - sample
Replies: 3
Views: 266

Re: How to create a PRIVATE variable owned by the caller?

... each element is initialized to NIL. You can create and, optionally, initialize a list of variables and arrays with one PRIVATE statement if the definitions are separated by commas. Description The PRIVATE statement creates variables and arrays visible within the current and invoked procedures ...
by hmpaquito
Tue Jan 10, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 771

Why am I able to define same function twice in javascript?

... the previous one. The second definition of an Object overwrites the first one. In general the last definition of an object overwrites all previous definitions. Functions in JavaScript are Objects https://stackoverflow.com/questions/33973987/why-am-i-able-to-define-same-function-twice-in-javascript
by Otto
Mon Sep 26, 2022 9:59 am
 
Forum: mod_harbour
Topic: Why am I able to define same function twice in javascript?
Replies: 0
Views: 315

Re: Runtime with Windows 7 - New builds

Tim, I don't actually support any Win7 devices any longer, but I do still have a fair number of XP devices and older WIndows Server devices that are still in my 32 bit mix. I had to deal with a similar situation back in the VS 2017 period to keep being able to build for those devices while also bein...
by rhlawek
Thu Apr 28, 2022 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 484

Re: Using WebView with Borland !!!

The following code is working fine with Borland C Compiler via STATIC linking of the DLL. I have added the missing C wrapper definitions. #include "FiveWin.ch"function Main()   local hWebView := WebView_Create()   WebView_Navigate( hWebView, Html() ...
by Silvio.Falconi
Tue Feb 15, 2022 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7386

Re: Using WebView with Borland !!!

The following code is working fine with Borland C Compiler via STATIC linking of the DLL. I have added the missing C wrapper definitions. #include "FiveWin.ch"function Main()   local hWebView := WebView_Create()   WebView_Navigate( hWebView, Html() ...
by anserkk
Tue Feb 15, 2022 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7386

Re: dbase III/IV file encrypted

... #define DBI_ROLLBACK 130 /* Rollback changes made to current record */ #define DBI_USER 1000 /* User-defined DBI_ constants */ /* BLOB support - definitions for internal use by BLOB.CH */ #define DBI_BLOB_DIRECT_EXPORT 201 #define DBI_BLOB_DIRECT_GET 202 #define DBI_BLOB_DIRECT_IMPORT 203 #define ...
by lorenzoazz
Sat Jan 29, 2022 1:17 pm
 
Forum: All products support
Topic: dbase III/IV file encrypted
Replies: 8
Views: 980

Re: Soap Web Service

WSDL file for Anitonio <?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" ...
by byron.hopp
Wed Jan 26, 2022 9:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service
Replies: 7
Views: 902

Re: james

When I created the application for the beach, in December 2020 james corrected the definitions for opening the archives by creating a class called Tincremental which was only used to add a counter. In these definitions james omits the "DBFCDX" driver because ...
by Silvio.Falconi
Mon Dec 13, 2021 7:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: james
Replies: 8
Views: 782

Re: Snippets of fivewin commands for VsCode

... from the UeStudio templates I used. An advantage that VsCode has that you can put other snippets in charge. Ex: in this case I have the color definitions that are in _FwD_ColorsT. When you have the cursor on it, press CTRL + SpaceBar. https://i.ibb.co/kMGV1m5/Anota-o-2020-06-22-102317.png
by Giovany Vecchi
Mon Jun 22, 2020 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Snippets of fivewin commands for VsCode
Replies: 3
Views: 695

Re: #Define mutiline

If you mean in one #define, can we create multiple definitions, then it is not possible.
Each define has to be separate.
I am not sure if I understood you correctly.
by nageswaragunupudi
Wed May 06, 2020 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: #Define mutiline
Replies: 15
Views: 1343

Pelles Editor and Fonts

Pelles adds three numbers to the font definitions
e.g. FONT 8, "Tahoma", 0, 0, 1

Is there anyway of avoiding these number from being generated to save me from editing the RC file prior to compiling

Thanks
Peter
by reds
Thu Jul 25, 2019 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles Editor and Fonts
Replies: 0
Views: 338

Re: Example Business Object (Customer)

... technique for converting data between incompatible type systems using object-oriented programming languages . However there do seem to be varying definitions. See this discussion: https://stackoverflow.com/questions/1152299/what-is-an-object-relational-mapping-framework The issue for us FiveWin ...
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8490

Re: checkbox on xBrowse with surplus info

... time. We again request to specify the ArrayData in the XBROWSE command only but not use SetArray() directly. This enables how to treat the column definitions while preparing the xbrowse. Even this is not necessary oBrwO:aArrayData:= aOrigen Instead, please specify DATASOURCE aOrigen inside the ...
by nageswaragunupudi
Wed Oct 10, 2018 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox on xBrowse with surplus info
Replies: 3
Views: 1007
Next

Return to advanced search

cron