Dear Joao,
I think complete samples are always of great help.
I also think it's good when design is incorporated into the examples, so you can see what all is possible.
Just for the solution, you can also directly click on it in the resource editor, which I think is even easier when someone uses ...
Search found 53 matches: incorporated
Searched query: incorporated
- Fri Mar 01, 2024 9:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem with alignment in SAY command
- Replies: 18
- Views: 2763
- Fri Aug 04, 2023 6:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Lost connection to MySQL server during query
- Replies: 40
- Views: 17953
Re: Lost connection to MySQL server during query
... user apps .. and Ms Sql Server for Enterprise applications is FREE for less than 100 users or so and all the ADO ( ole ) drivers are already incorporated into the Windows Operating system .. and FREE is good and having the OLE drivers already present on every Windows desktop is a blessing .. I ...
- Tue Oct 25, 2022 12:46 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printing double sided
- Replies: 6
- Views: 2962
Re: Printing double sided
... that is does not take the value passed. So apparently the command defaults to "short side binding". I'm not sure who would use that one (3). We need to use long edge binding ( 2 ).
Yes, it would be nice to see this incorporated, with proper options, in the tPrinter class ( printer.prg )
Antonio ????
Yes, it would be nice to see this incorporated, with proper options, in the tPrinter class ( printer.prg )
Antonio ????
- Fri Apr 22, 2022 12:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADS - The future is <sadly> now so where do you go ?
- Replies: 26
- Views: 5321
Re: ADS - The future is <sadly> now so where do you go ?
Gentleman ... for those who want to see what ADO is like ... here is the adorick.prg ... notice also .. incorporated into the program is a integrated xbrowse incremental search using filters ( very fast ) .. also as you can see you can use plain old ansi Sql .. see how I create a new .mdb from scratch ...
- Thu Jan 20, 2022 2:13 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Clipboard question
- Replies: 1
- Views: 209
Clipboard question
A couple months ago I incorporated a change from this forum, basic code below, to be able to fetch the clipboard contents, edit it, then put the edited version into the get . This stopped working with the last update, in the following code it crashes on the oClp:Open() line, giving me a TGet ...
- Sun May 16, 2021 2:32 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Introducing FiveTech's fivedit
- Replies: 560
- Views: 144485
Re: Introducing FiveTech's fivedit
In recent months, FivEdit has incorporated important new features:
- Integration to work with Mod-Harbor, both with PRGS, Html, etc.
- Implementation of "Dark Theme" and improvements in its color settings
- Management of your Workspaces in advance of their integration in Git / Github
- Direct editing ...
- Integration to work with Mod-Harbor, both with PRGS, Html, etc.
- Implementation of "Dark Theme" and improvements in its color settings
- Management of your Workspaces in advance of their integration in Git / Github
- Direct editing ...
- Wed Dec 09, 2020 12:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: creation of a pdf
- Replies: 12
- Views: 1708
Re: creation of a pdf
... the file XML:
<Attachment>...base64code...</Attachment>
EMG
Emg,
Now here at School we have an electronic invoice with the style sheet incorporated,
so if I use base64code and converte it not run ok
any solution please ?
how many formats and which types can be incorporated in the ...
<Attachment>...base64code...</Attachment>
EMG
Emg,
Now here at School we have an electronic invoice with the style sheet incorporated,
so if I use base64code and converte it not run ok
any solution please ?
how many formats and which types can be incorporated in the ...
- Thu Jan 02, 2020 3:28 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: MariaRowSet Field ERROR in TGET READONLY Control
- Replies: 6
- Views: 1369
Re: MariaRowSet Field ERROR in TGET READONLY Control
The fix is incorporated in FWH2001
- Tue Oct 22, 2019 7:45 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH Graphs
- Replies: 9
- Views: 2485
FWH Graphs
... 40;) oFontT:End()RETURN (NIL)
I'm thinking that others may have used this also, and that it was either incorporated into FWH, or another class may be in use. So, before I write all new code for all my graphs, is it possible someone has already converted to ...
I'm thinking that others may have used this also, and that it was either incorporated into FWH, or another class may be in use. So, before I write all new code for all my graphs, is it possible someone has already converted to ...
- Fri Jun 28, 2019 4:39 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: IMPRIMIR GRAFICA
- Replies: 8
- Views: 1513
Re: IMPRIMIR GRAFICA
... version of TGraph in the latest version of FWH also has the METHOD Print( .. ) only.
There is no METHOD PrintGraph() even in the latest version of FWH.
Possible that Mr. Cristobal incorporated some changes in his personal version.
Are you sure the existing method Print(...) is not useful to you?
There is no METHOD PrintGraph() even in the latest version of FWH.
Possible that Mr. Cristobal incorporated some changes in his personal version.
Are you sure the existing method Print(...) is not useful to you?
- Fri Feb 15, 2019 2:55 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: ERROR __OBJDERIVEDFROM
- Replies: 14
- Views: 2536
Re: ERROR __OBJDERIVEDFROM
... avoid calling PostEdit() again from inside this codeblock.
2) Recommended to avoid bOnPostEdit. If defined, may limit to assign data and any consequent actions may be incorporated inside bOnChange
We await your help in providing a sample that we can build at our end and investigate the matter.
2) Recommended to avoid bOnPostEdit. If defined, may limit to assign data and any consequent actions may be incorporated inside bOnChange
We await your help in providing a sample that we can build at our end and investigate the matter.
- Tue Nov 13, 2018 7:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH 18.10: Enhancements to strings.prg
- Replies: 19
- Views: 7498
Re: FWH 18.08: Enhancements to strings.prg
... The low level layer is meant for developers, and is written in C. The core
* api is meant to be lightning fast, with much complexity being incorporated in
* the hit table by the dictionary programs, so that I18N calls are resolved as
* fast as possible, that is usually lot faster than it is ...
* api is meant to be lightning fast, with much complexity being incorporated in
* the hit table by the dictionary programs, so that I18N calls are resolved as
* fast as possible, that is usually lot faster than it is ...
- Wed Oct 11, 2017 2:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Application security and Code review
- Replies: 15
- Views: 5817
Application security and Code review
... last week.
Since this is a large Agency they use Microsoft networking with Active Directory, As a VERY nice enhancement to the application, I incorporated some LDAP code to open a connection to Active Directory .. query AD for ( only ) First name, Last Name, and Userid to populate xBrowse as a look ...
Since this is a large Agency they use Microsoft networking with Active Directory, As a VERY nice enhancement to the application, I incorporated some LDAP code to open a connection to Active Directory .. query AD for ( only ) First name, Last Name, and Userid to populate xBrowse as a look ...
- Fri Jun 09, 2017 10:29 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: Fix para xbrowse
- Replies: 5
- Views: 913
Re: Fix para xbrowse
Mr Carlos
Your suggested change is incorporated in fwh 17.06
Your suggested change is incorporated in fwh 17.06
- Fri Mar 10, 2017 5:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Plotting locations on Google Maps
- Replies: 48
- Views: 16769
Re: Plotting locations on Google Maps
... maps is that they are often used in marketing programs to show areas that yield the best results from communications by businesses.
Thanks for the ideas ... they are being incorporated ... and my goal will to ultimately build a class that allows us greater use of Google Maps from within FWH.
Tim
Thanks for the ideas ... they are being incorporated ... and my goal will to ultimately build a class that allows us greater use of Google Maps from within FWH.
Tim