Search found 82 matches: objective

Return to advanced search

U-Dbu

Hi friends, U-Dbu is an example program whose objective is to show its functionality and his way of programming. The scenario here will be the web, one of the jumps that most makes it difficult for many of the harbour programmers. After 3 years ...
by Carles
Sun Apr 30, 2023 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: U-Dbu
Replies: 17
Views: 1199

Re: REDEFINE SAY on Buttonbar

... than allowing the gradient background to show through. 7). The use of TRANSPARENT, no matter how it is implemented, does not work to achieve this objective. 8). If you look above the browse on Marc's example, you see the exact problem. The word Test has a background around it different than the ...
by TimStone
Wed Dec 07, 2022 6:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1981

Re: Printing double sided

All my printing is always single-sided and I would love to have double-sided as an option. Yes, my printer supports it.

I see the objective here is to push single sided, but what if I wanted it to be double sided ?

Thanks.
by TimStone
Tue Oct 04, 2022 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1255

Re: EasyReport progress?

... if he could integrate ER with the Fivewin distribution, as a first step to try to improve it with the invaluable help of all users. This first objective is accomplished. Now, thanks to your comments, we will try among all the interested parties to solve the possible problems that we may encounter ...
by cnavarro
Fri Jul 30, 2021 9:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8840

Re: Multiple Dimension Array in Combobox

... and the drop down display does show the 2nd element. However, I need it to return the 1st element to the actual field for saving. Again, the objective is to display the 2nd element of the array in the drop down, but to return the value of the 1st element to the field being edited by the combobox. ...
by TimStone
Wed Aug 28, 2019 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Dimension Array in Combobox
Replies: 24
Views: 4025

Re: TO JAmes Bott : command for tdata

I'm sorry but I do not understand the code or the objective. First you go through and delete all of teh records. Then you turn SET DELETED ON which means you essentially have an empty database. Next you SetOrder to 0 ( no index ) but you never told ...
by Silvio.Falconi
Tue May 28, 2019 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO James Bott : command for tdata
Replies: 9
Views: 1045

Re: TO JAmes Bott : command for tdata

I'm sorry but I do not understand the code or the objective. First you go through and delete all of teh records. Then you turn SET DELETED ON which means you essentially have an empty database. Next you SetOrder to 0 ( no index ) but you never told ...
by TimStone
Sat May 25, 2019 11:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO James Bott : command for tdata
Replies: 9
Views: 1045

Re: PHP vs PYTHON

... course, by diffusion, use and potential, that JavaScript takes the first place But, obviously, thanks for your contribution, since it fulfills the objective of my post: to know the different opinions and experiences of all because we will all learn. On the other hand, I think there are aspects ...
by cnavarro
Mon Mar 11, 2019 11:50 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3367

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

Your main objective is to swap records in servizi.dbf. For this purpose, you are copying the data into an array, swapping array elements and then copy the array back to the dbf. All that is not necessary. You can swap the records ...
by nageswaragunupudi
Wed Jan 30, 2019 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3305

Re: Ribbon Theme

... The ribbonbar uses outlines (actually double outlines) around the bar and the tabs and the same colors are used for the group separator bars. My objective was originally just to make the bar look like MS Word 2016 (i.e. Windows 10 look). Windows 10 has a very clean a flat look with no gradients ...
by James Bott
Wed Oct 03, 2018 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: soap y dato de retorno

... ?, this allows to obtain the data of the whole month in a single call. but I could not get the data, I get an empty object. although the objective of obtaining the data has already been fulfilled. Getting the data from RecuperaTC_Mes is a curiosity. very grateful for the help.
by carlos vargas
Mon Oct 09, 2017 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: soap y dato de retorno
Replies: 11
Views: 2933

Hash when decoding JSON [ Mr. Rao ]

... &cStr creates an error with &. I am building this whith FWH 17.06 plus Harbour and MSVC++ 2017 Do you have an alternative ? The ultimate objective is this. I receive a JSON document. It is built as follows: SECTION 1 SECTION 2 SECTION 3 // This is the data I want Subsection 3A DetailSections ...
by TimStone
Wed Jul 19, 2017 9:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hash when decoding JSON [ Mr. Rao ]
Replies: 7
Views: 1775

Re: enviando datos desde una función en swift ( experimental )

> un fichero de cabecera de objectiveC donde define la clase foo como si fuera c eso es lo más interesante, para ver como lo adapta a Objective-C gracias! pongo aquí el fichero completo , lo importante está al final ... una cosa ... SWIFT_CLASS("_TtC9Bridgette3foo") el nombre ...
by mastintin
Thu Apr 13, 2017 1:10 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: enviando datos desde una función en swift ( experimental )
Replies: 13
Views: 4316

Re: enviando datos desde una función en swift ( experimental )

> un fichero de cabecera de objectiveC donde define la clase foo como si fuera c

eso es lo más interesante, para ver como lo adapta a Objective-C

gracias!
by Antonio Linares
Thu Apr 13, 2017 11:09 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: enviando datos desde una función en swift ( experimental )
Replies: 13
Views: 4316

Re: macexec with variable

Here we have two ways to do it:

http://stackoverflow.com/questions/5048677/launching-an-mac-app-with-objective-c-cocoa

lets see which one is the right one to use
by Antonio Linares
Thu Apr 13, 2017 7:50 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: macexec with variable
Replies: 9
Views: 2686
Next

Return to advanced search