Search found 274 matches: managed

Return to advanced search

Re: Ayuda Orientación Sobre un Get

... había conseguido cambiar el Picture. Solo un pequeño detalle de tu código. Falta un # en el picture del Valid. Simple, clean, perfect. I had not managed to change the Picture. Just a little detail of your code. A # is missing in the Valid picture. VALID ( oGet:oGet:Picture := "@R ##.###.##-#", ...
by JESUS MARIN
Thu Dec 12, 2019 6:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda Orientación Sobre un Get "Pendiente"
Replies: 13
Views: 1649

Re: Change text color and background of tRadio

Have you managed to solve the 3D effect?


I did not make it.
I noticed that even putting at the beginning of the program the option Set3dLook (.F.) OR .T., Does not change anything.
by Giovany Vecchi
Wed Nov 20, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text color and background of tRadio
Replies: 10
Views: 1134

Re: Change text color and background of tRadio

Giovany Vecchi wrote:
cnavarro wrote:Giovany, Your design is very good, congratulations

Thank you Navarro. We have to show that Fivewin is beyond what we think we can do.



The limit is our imagination, without any doubt

Giovany Vecchi wrote:I thought the Set3DLook(.F.) function would solve this question


Have you managed to solve the 3D effect?
by cnavarro
Wed Nov 20, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text color and background of tRadio
Replies: 10
Views: 1134

Re: mod_harbour sessions videos on YouTube

Massimo,

Carles Aubia has managed how to automatically translate the youtube videos into any language:
Image
by Antonio Linares
Sat Aug 17, 2019 6:39 pm
 
Forum: mod_harbour
Topic: mod_harbour sessions videos on YouTube
Replies: 14
Views: 2764

Hosting a mod_harbour project at GitHub

As you may know, GitHub offers free web pages for each repo that you may have. I have managed to create a front-end at GitHub that connects to a mod_harbour app running remotely: https://fivetechsoft.github.io/snippets/ The remote mod_harbour app behaves ...
by Antonio Linares
Sat Aug 03, 2019 8:03 pm
 
Forum: mod_harbour
Topic: Hosting a mod_harbour project at GitHub
Replies: 0
Views: 313

Re: Login by api

Hello good day With this code I managed to identify myself, send json files to the web service and receive a response. function consultar_documento()    local user := "myuser"    local pass := "mypass"    local ...
by leandro
Thu May 30, 2019 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Login by api
Replies: 4
Views: 1508

Re: EasyReport Print To PDF File Without Dialog window ?

...  oBmp:End()Return nil//----------------------------------------------------------------------------// Testing the code that Mr. Nages told me, I managed to generate a pdf file from the preview to the hard drive, also including the QR code. EASYREPORT oVRD NAME Pub:DIRLOCAL+Pub:CODEMP+"\REP\factura.vrd" ...
by leandro
Tue May 28, 2019 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport Print To PDF File Without Dialog window ?
Replies: 20
Views: 3809

Re: DOSBOX

dosBox allows me to still use old programs such as xDot and fox. I've managed to automate so that when I press Enter on a dbf file, dosbox will be run, xDot/fox will be run with the dbf loaded

Image
by hua
Thu Mar 14, 2019 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOSBOX
Replies: 4
Views: 695

New google maps

Good Morning.

Has anyone managed to use the new way of using google maps with api key?
by aferra
Fri Mar 08, 2019 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New google maps
Replies: 2
Views: 523

Re: null field in FW_OpenRecordSet

...       WINDOWS            1000002   ado               AS400             +++++++++ field C in 2nd record return all ++++++++ because field is not managed in WRITE istrution field C I can use HEX function in AS400 SQL db2 to avoid seconds record, blank value in hexadecimal is '40' SELECT * FROM ...
by damianodec
Thu Feb 21, 2019 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: null field in FW_OpenRecordSet
Replies: 11
Views: 1911

Re: Problem with a Combobox

Uwe, This thing is very interesting. I store files in an archive but it is managed by the user and the files can be of various types. Generally, the end user could load png or even gif, jpg and Bmp. How can I check if the files are png or are these functions ...
by Silvio.Falconi
Wed Feb 20, 2019 12:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with a Combobox
Replies: 7
Views: 1198

Re: Bug in TMenu

... on the value of nMenuInfo that we pass to that function. When the new item is created by the system (you already know that the MDI feature is managed by the system itself and already in disuse), we do not have the TMenuItem object to be able to manage its properties, including the item's prompt, ...
by cnavarro
Sat Jan 05, 2019 4:31 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TMenu [Fixed]
Replies: 9
Views: 3756

Re: Your EXE into a Web app

... my words were just a provocation, I think Carles has understood my intentions. For Carles I can only take off my hat for the Myrpt utility that he managed to do, chapeau!!! Maybe I will be wrong but I think Mr. Compuin spends his time only to offend and not to make applications with the fivewin ...
by Silvio.Falconi
Tue Oct 16, 2018 6:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Your EXE into a Web app
Replies: 41
Views: 9429

Re: Dialog controls are flickering when resized..

... mdichild window? Why can we not use the dialog itself directly? In what way a nomodal dialog different from mdichild in functionality? Mr. Rao, I managed to reduced the flickering by: 1. removing the STYLE clause in DEFINE WINDOW (with style clause, the entire objects flickers irretably :) ) 2. ...
by fraxzi
Wed Jun 20, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dialog controls are flickering when resized..
Replies: 34
Views: 9515

The magic of the Sockets

... a connection application for the class sockets, in the end I work wonders, we have gotten a hand to the class they have done great things. We have managed to communicate the equipment (cars) that I have on the road to a stationary server in 100% without errors and commands to send information from ...
by Busmatic_wpb
Wed May 16, 2018 2:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: The magic of the Sockets
Replies: 1
Views: 640
PreviousNext

Return to advanced search