topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
checking an url | [quote="nageswaragunupudi":1stahdhb]Can you please try this simple function?
[code=fw:1stahdhb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cRet := WebPageContents<span style="color: #000000;">(</span> cUrl <span style="color: #000000;">)</span><br /><span style="color: #00C800;">if</span> Em... |
checking an url | [quote:1quvqt6o]Is there an option to show progress of download?
[/quote:1quvqt6o]
No. |
checking an url | Can this be used, to check the validity of sites with credentials? |
checking an url | <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=234092#p234092">viewtopic.php?p=234092#p234092</a><!-- l --> |
checkres() no funciona | Colegas, estoy tratando de implementar esta utilidad pero no me genera ningún archivo compilando con harbour, con xHarbour funciona. Mi entorno FWH1204, BCC582, HARBOUR 3.0. Alguna idea. Desde ya muchísimas gracias.
Saludos |
checkres() no funciona | [url:5k5x5686]http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_setresdebug[/url:5k5x5686] |
checkres.txt | Hola amigos, revisé todo el programa y creo que los Brush los eliminé a todos.
Pero el checkres.txt me sigue saliendo esto
31/08/2023 18:01:13: C:\Fuentes\Alfainmo\alfainmo.Exe -- BRUSH,286265516,TDIALOG:SETCOLOR(2900)->TDIALOG:NEW(219)->MSGRUN(38)->MSGWAIT(64)->MAIN(0)
31/08/2023 18:01:13: C:\Fuentes\Alfainmo\alfai... |
checkres.txt | Estimado Dario,
Con que parámetros estás llamando a MsgWait() desde tu PRG ? |
checkres.txt | Antonio,gracias por contestar.
lo uso así
Msgwait("Esperando finalización del proceso", "Aguarde", 0.5)
Gracias y saludos
Dario Fernandez |
checkres.txt | Estimado Dario,
Estás usando la versión más reciente de FWH ?
En un simple ejemplo aqui no sucede eso:
[code=fw:3up0kwqo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">WINDOW</span> oWnd<br /> oWnd:<span style="color: #00... |
checkres.txt | No Antonio, uso la 22.12.
Veré como lo soluciono.
Saludos
Gracias.
Dario Fernandez |
chequear integridad de un archivo ZIP | buenastengo la siguiente dudacómo puedo chequear la integridad de un archivo ZIPEl tema es que transfiero archivos ZIP por FTP y en algunas ocaciones la comunicacion se trunca y el ZIP recibido está corruptoY al intentar abrirlo el programa sale conen "Abnormal...." y ahi queda detenidodesde ya muchas graciasPabloFWH2.... |
chiarimenti su FWPPC | ciao a tutti,vi volevo chiedere un paio di cose:1) quanti file dbf possono essere aperti in FWPPC e quindi quante aree di lavoro attive (in clipper ricordo che erano massimo 9)2) esiste una funzione tipo visual foxpro wait windows ? io spesso utilizzi inviare a video i messaggi delle varie operazioni che ... |
chiarimenti su FWPPC | [quote="xfood":8bmpurld]1) quanti file dbf possono essere aperti in FWPPC[/quote:8bmpurld]
Non credo ci sia un limite. Dipende dal sistema operativo.
[quote="xfood":8bmpurld]e quindi quante aree di lavoro attive
(in clipper ricordo che erano massimo 9)[/quote:8bmpurld]
Mi pare siano 256.
[quote="xfood":8bmpurld... |
chiarimenti su FWPPC | WAHOOOOOPOSSO USARE 256 AREE DI LAVORO?????CIOAO POSSO SCRIVERE SELECT 100USE CLIENTIANCHE IN FWPPC?BELLISSIMO........SE E' COSI CONFERMAMELO PER FAVORE GRAZIE MILLE |
chiarimenti su FWPPC | Veramente io l'ho sempre fatto anche in Clipper.EMG |
chiarimenti su FWPPC | grazie, devo settare una qualche variabile x gestire tutte queste aree di lavoro?p.s. esiste una funzione che mi permette di inserire un valore?esempio in vfp esisteva una funzione chiamata nValoreIniziale='001'nValore=inputbox('inserimento',nvaloreIniziale,'inserisci qui un valore)o devo creare una dialog con un solo ... |
chiarimenti su FWPPC | [quote="xfood":1jlsbh4g]devo settare una qualche variabile x gestire tutte queste aree di lavoro?[/quote:1jlsbh4g]
No.
[quote="xfood":1jlsbh4g]p.s. esiste una funzione che mi permette di inserire un valore?[/quote:1jlsbh4g]MsgGet()EMG |
chiarimenti su FWPPC | scusatemi,ho questo pezzettino di codice @ 43, 2 SAY aCtl[ 6 ] PROMPT "DATA:" OF oDlg ; FONT aFonts[ 2 ] UPDATE ; COLORS CLR_BLACK, CLR_WHITE SIZE 36, 10 PIXELsiccome lo sto utilizzando su un palmareesiste il modo per uscire da questo campo premendo il tasto invio del terminale?esce solo se premo i... |
chiarimenti su FWPPC | HELP HELP HELPcortesemente esiste una soluzione per il problema riportato sopra questo post?Grazie mille a tutti |
chiarimenti su FWPPC | Il problema non è chiaro. Nell'esempio indichi una SAY che, ovviamente, non ha la possibilità di avere il focus. Se hai sbagliato esempio e intendevi una GET allora puoi provare con[code:2kpch308]oGet1:bKeyDown = { | nKey | If( nKey = VK_RETURN, oGet2:SetFocus(), ) }[/code:2kpch308]EMG |
chiarimenti su FWPPC | Grazie mille,hai centrato il problemanon so come mai quel codice sia finito male,avro fatto un copia/incolla erratoil codice era + o - questo@ 2, 2 DTPICKER oget1 var dDate OF oWnde il tuo suggerimento e OKKKKKKGrazie mille ENRICOfinalmento il mio programmino comincia a prendere formacerchero di stressarvi il meno pos... |
chiarimenti su FWPPC | scusatemi,ma non riesco a capireho questo codice che sembrava funzionare ma invece.....DEFINE DIALOG oDlg FROM 0, 0 TO 190, 230 PIXEL ; COLORS CLR_BLACK, CLR_WHITE ; TITLE "Inserimento Dati" @ 42, 49 DTPICKER aCtl[ 5 ] VAR NDATA OF oDlg ; FONT aFonts[ 2 ] ; COLORS CLR_HG... |
chiarimenti su FWPPC | Sostituisci il SetFocus() con un MsgInfo() per vedere se effettivamente quella parte viene eseguita.EMG |
chiarimenti su FWPPC | ti invio tutta la procedurina completa,su windows cee 5.0 il controllo DTPICKEResce solo con il tasto Tab e se premo invio in questocaso non mi spunta il messaggio perchè?????Grazie mille anticipatamente#include "FWCE.ch"//----------------------------------------------------------------------------//function Main()Loca... |
chiarimenti su FWPPC | help help helpQUALCUNO MI AIUTIGRAZIE DI ESISTERE A TUTTI |
chm de harbour. | hola.
Alguien tiene las ayudas (.chm y chw) de harbour?
gracias. |
chm de harbour. | Hola Gustavo.
Tengo un par de ficheros .chm
te los mando. ya sabes renombra .zop a .zip.
Saludos.
Jose. |
chm de harbour. | hola
tenes la ayuda de harbour? |
chm de harbour. | Hola Gustavo, si la tengo pero estoy de viaje, cuando vuelva te la mando
Saludos.
Enviado desde mi POCOPHONE F1 mediante Tapatalk |
chm de harbour. | Enviado mediante WeTransfer.
Saludos
Jose. |
chm de harbour. | gracias |
chm-files in FWH | Antonio,
What are the plans for the use of chm-files in FWH?
Will there be a "simple" solution like SET HELPFILE TO XXX.CHM
or do we have to change the code to HTMLHelp(..) everywhere?
Thanks for your answer,
Dietmar |
chm-files in FWH | Dietmar,
If we could implement the equivalent functions for the ones that are used one, then we could support both help files formats |
choose printer | Hi,
Does option exist in the fwh to choose the printer that wants to print?
Clemerson |
choose printer | Yes, use the TO clause of the PRINT command.
EMG |
choose printer | EnricoMaria,
like this me yours to do. I wanted to do before the report the user to choose the printer that wants to print:
[img:3axt6fd2]http://www.mpc.com.br/sysfar/teste/choose.jpg[/img:3axt6fd2]
Clemerson |
choose printer | Clemerson,
PRINTER oPrn ... FROM USER |
choose printer | Antonio,
here he gave right:
PRINT oPrn FROM USER NAME "Relatório Fechamento..." Preview
and in this example where would put FROM USER?
REPORT oRpt CAPTION "Clientes" TITLE "Cadastro de Clientes" ;
HEADER "Data: " + DToC( Date() ) + ", Hora: " + Time() ;
FOOTER "Página: " + Str( oRpt... |
choose printer | PRINT oPrn ... FROM USER
REPORT oRpt ... TO DEVICE oPrn
EMG |
choose printer | [quote="EnricoMaria":qd6b3zjm]PRINT oPrn ... FROM USER
REPORT oRpt ... TO DEVICE oPrn
EMG[/quote:qd6b3zjm]
he didn't work:
REPORT oRpt CAPTION "Clientes" TITLE "Cadastro de Clientes" ;
HEADER "Data: " + DToC( Date() ) + ", Hora: " + Time() ;
FOOTER "Página: " + Str( oRpt:nPage, 3 ) ;
... |
choose printer | try this <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: -->
REPORT oRpt CAPTION "Clientes" TITLE "Cadastro de Clientes" ;
HEADER "Data: " + DToC( Date() ) + ", Hora: " + Time() ;
FOOTER "Página: " + Str( oRpt:nPage, 3 ) ;
FROM USER ;
PREVIEW
Best Regard
Area... |
choose printer | This is a working sample:
[code:2plzmn2d]#include "Fivewin.ch"
#include "Report.ch"
FUNCTION MAIN()
LOCAL oPrn, oRpt
USE TEST
PRINT oPrn FROM USER PREVIEW
REPORT oRpt TO DEVICE oPrn
COLUMN TITLE "LAST";
DATA FIELD -> last
COLUMN TITLE "FIRST";
DATA ... |
chooseFont | choosefont have the parameter?
I ask it because on my pc I cannot see the colors
and when I wish select a font it must me return all also the color
I cannot see the color and the effect type Underlined or Strikethrough |
chooseFont | Use un .INI para controlar las fuentes.
[code=fw:2s3v9w7u]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"Fivewin.ch"</span><br /><br /><span style="color: #00D7D7;">#define</span> FW_NORMAL <span style="color: #000000;">400</... |
chooseFont | No
[b:2sqxiega]this give me also the color and other effect [/b:2sqxiega]
local aFont, nRGBColor := 0
aFont := ChooseFont( , @nRGBColor )
MsgInfo( nRGBColor ) |
chooseFont | If I call ChooseFont( ,@nColoreFont )
it show me this
[img:yonz2bx8]https://i.postimg.cc/65WNcMBv/choosefont1.png[/img:yonz2bx8]
So I saw and can select also the effect Strikeoutline and UNDERLINE
If make If I call ChooseFont() I cannot see the colors,and the effect
[img:yonz2bx8]https://i.... |
choosefont | En la ayuda oficial de FWH, al comentar la función choosefont() se indica "See IDE-->SOURCE for several samples used. "¿Donde se encuentra exactamente esa carpeta? |
choosefont | Manuel,Esa carpeta debería estar en la carpeta raiz de la instalación de FWH. Es un ejemplo de un IDE tradicional que se incluye como ejemplo. De todas formas ahi no hay ejemplos de ChooseFont().Si buscas por ChooseFont() en FWH\samples encontrarás varios ejemplos. En concreto el más completo es samples\TestFon3.prgCom... |
choosefont | Muchas gracias Antonio. |
choosefont | When open choosefont ( on first time) not set the size of font I passed as you can see on this picture
How it is possible ?
[img:34oadcbj]https://i.postimg.cc/HjG3khDm/font.png[/img:34oadcbj]
[b:34oadcbj]the small test[/b:34oadcbj]
[code=fw:34oadcbj]<div class="fw" id="{CB}" style="font-family... |
choosefont return values | .. |
choosefont return values | Mira \samples\UGO.PRG se sirve.
[url:2dl4j3l6]http://forums.fivetechsupport.com/viewtopic.php?t=13678[/url:2dl4j3l6]
[url:2dl4j3l6]http://www.fivetechsupport.com/forums/viewtopic.php?f=3&t=18075[/url:2dl4j3l6]
[url:2dl4j3l6]http://www.fivetechsoft.com/files/utilities/nauti... |
choosefont return values | [quote="karinha":1xucrtxl]Mira \samples\UGO.PRG se sirve.
[url:1xucrtxl]http://forums.fivetechsupport.com/viewtopic.php?t=13678[/url:1xucrtxl]
[url:1xucrtxl]http://www.fivetechsupport.com/forums/viewtopic.php?f=3&t=18075[/url:1xucrtxl]
[url:1xucrtxl]http://www.fivetechsoft.... |
chr | I 'm converting an oldest clipper function and I need to show this caracter on fwh
I have on oldest source
static spade := chr(6)
static heart := chr(3)
static club := chr(5)
static diamond := chr(4)
how I can converte these chr because on windows not see the symbols
I tried also With HB_OemToAnsi and HB_AN... |
chr | You will have to use a font that contains those symbols. In windows there is a font called Symbol that has the 4 playing card suits in them. You can see them if you run charmap program in windows. In Symbol font they are decimal 167, 168, 169, and 170. |
chr( 0 ) devuelto desde Funcion Harb | Antonio,
En una oportunidad me respondiste a un problema que tengo con respecto a esto "hola " + chr( 0 ) + chr( 0 ) + "adios",
o sea, los chr( 0 ) con respecto a este mismo tema, Te mando un proyecto en el cual desde
Har se llama a una función que esta en C y desde esa funcion se llama a otra que esta en HAR,
la c... |
chr( 0 ) devuelto desde Funcion Harb | Gustavo,
Tu código está bien. Es MessageBox() de Windows quien no te muestra los ceros. Haz lo siguiente y lo verás:
[code:2oqwjb3i]
respuesta = hb_parc( -1 ) + 7;
[/code:2oqwjb3i]
A partir del 7 byte, está "Adios" |
chr( 0 ) devuelto desde Funcion Harb | Antonio,
La cosa parece ser no tan sencilla, probe lo que me dijiste igual que el ejemplo que me habias enviado. pero si tomas de ese codigo lo que trae la variable cRespuesta por lo menos a mi no me trae toda la cadena. O yo estoy loco. |
chr( 0 ) devuelto desde Funcion Harb | Has probado a llamar a MessageBox() con el valor que te he indicado ? |
chr( 0 ) devuelto desde Funcion Harb | Antonio,
Si, si pones + 7 Muestra Adios, pero necesito que muestre "hola y adios", o sea toda la cadena que se le pasa. no solamente la segunda parte.
Es mas, en este caso es "hola" + chr( 0 ) + chr( 0 ) + "Adios" pero si sería asi:
[code:2u8pu5hf]"hola" + chr( 0 ) + chr( 0 ) + "Adios" + chr( 0 ... |
chr( 0 ) devuelto desde Funcion Harb | Antonio,
Estamos desarrollando un proyecto el cual esto es muy importante.
Se puede de alguna manera generar esa cadena y tomarla desde funciones tantos C como xHar?
Gracias. |
chr( 0 ) devuelto desde Funcion Harb | Gustavo,
Si necesitas usar MessageBox() para mostrar cadenas que contengan ceros, podrias cambiar los ceros por Chr( 255 ) y dejar solo el cero del final de cadena. |
chr( 0 ) devuelto desde Funcion Harb | Antonio,
Desde ya gracias por todo el tiempo que me estas dando, no necesito mostrar dicha cadena sino que necesito que esa cadena sea almacenada en una variable, para luego tratarla, en si la cadena guarda un contenido y luego tengo que ir tomando partes de ella (con substr(... ) ) para realizar diferentes tareas.
E... |
chronometer | where I can see a test for create or simulate a chronometer ( time seconds) ? |
chronometer | [url:2kjpwm3k]https://www.youtube.com/watch?v=6WoodSgcGGU[/url:2kjpwm3k] |
chronometer | [code=fw:25embsri]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><br /><span style="color: #00C800;">Static</span> oDlg<br /><br /><span style="color: #B900B9;">//---------------------------------------... |
chronometer | [code=fw:noi8m641]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><br /><span style="color: #00C800;">Static</span> nGet<br /><span style="color: #00C800;">Static</span> oBmp1, oBmp2, oBmp3, oBmp4, oBmp5... |
chronometer | [code=fw:2ob822t4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.Ch"</span><br /><br /><span style="color: #00C800;">Static</span> nGet<br /><span style="color: #00C800;">Static</span> oBmp1, oBmp2, oBmp3, oBmp4, oBmp5... |
chronometer | Antonio,
do U use now VB ?
Do U have left the fantastic world of Fivewin?
Recently I reached the venereal age 50, <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> but I still enjoy the evening to create small programs and applications for my friends with Fivewin, ..... |
chronometer | Dear Silvio,
I don't use VB at all as Harbour provides me all that I need <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
I thought that a VB video could be inspiring for the user interface design |
chronometer | Resolved !!
[img:gfn19whw]http://www.eoeo.it/wp-content/uploads/2016/04/crono.jpg[/img:gfn19whw]
But I see Hour : minutes : seconds
Only I asked myself how I can make to have millisecs ? and partial ?
I use the function SecsToTime( nTimeInSecs ) to show the chronometer
how I can modify it t... |
chronometer | RESOLVED !!!
[img:2md4asa8]http://www.eoeo.it/wp-content/uploads/2016/04/mm.jpg[/img:2md4asa8]
AS FORMULA One
also with Partial times |
chronometer | [size=200:1fl7zcpl]Lunch ???[/size:1fl7zcpl]
You can also change the reset button with "breakfast" |
chronometer | yes of course
Now I add also another button with "Dinner" only for you !!!
p.s. Christmas is over for a long time, it's time to change the hat? |
chronometer | Friends,
there is My Tled class it make also a chronometer |
chronometer | I still remember the beautiful screenshots posted by Mr. Silvio long time back. You can see if his solution meets your requirements.
Mr. Euclides,
Nice changes. Taking forward your changes I altered my program. Please check if this is ok with you.
[code=fw:zdg1o75x]<div class="fw" id="{CB}" style="font-family: monosp... |
chronometer | Mr. Rao
Can you set until ten stops ?
on my class I can make
Local cMessage:= "1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890"
oLed2:= TLed():New(20, 10, oDlg,cMessage)
@ 19, 10 say "sample TLed with Chronometer" of oDlg size 100,10
oL... |
chronometer | Mr. Silvio
You already have it. |
chronometer | <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
chronometer | Silvio, did you try compile TLED with Harbour??
I strongly REFUSE to use xHarbour...
Euclides |
chronometer | ???
why ?
I compile with xharbour and harbour what's mean ? |
chronometer | hi to all
I need a chronometer in a dialog.
two buttons, one start and one stop and a field with chornometer:
START HH:MM:SS STOP
any example?
thank you |
chronometer | [code=fw:orrdo9f3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br />... |
chronometer | very good mr.Rao
thank you! |
chronometer | Anyway, thanks Mr. Rao!
I have a very complicated routine to do almost the same thing... (back from the Clipper code)
I changed a little bit the code with your permission (I hope) and works fine to me.
It shows the result time (in cents of seconds) and resets the value with the second "STOP"
It can be tested just hiti... |
chronometer | hi mr Rao,
your function works good but what happened when I press started button at 11:59:40 pm ? reset Seconds?
Users have to use this chrono all days, 24/24 7/7, night and day and will be work always. |
chronometer | [quote="damianodec":1vgukvk1]hi mr Rao,
your function works good but what happened when I press started button at 11:59:40 pm ? reset Seconds?
Users have to use this chrono all days, 24/24 7/7, night and day and will be work always.[/quote:1vgukvk1]
Please try:
[code=fw:1vgukvk1]<div class="fw" id="{CB}" style="font-... |
chronometer | Sorry,
I saw there is a oldest release on github and now there is the right release of Tled 1.00 run also on Harbour
[img:3u0ohoea]https://i.postimg.cc/Zqp0yycx/tled.jpg[/img:3u0ohoea]
[code=fw:3u0ohoea]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00C800;">CL... |
chronometer | Silvio:
Excellent work and contribution.
Regards |
chronometer | I created the [b:pnbnjy3u]Tled class i[/b:pnbnjy3u]n 2009 because I needed to visualize the total for the orders and simulate the turret of the cash registers, then stupidly I gave it to someone I trusted and instead this person gave to the whole world.
In fact, someone from a latent programming language has cloned it... |
chronometer | With this class is simply...
[img:jr99s4au]https://i.postimg.cc/HL2kgWv6/crono.png[/img:jr99s4au]
I did this when I had to simulate a panel of the old LCD in an office where there is always the queue of people and each has its number as in supermarkets or at the post office "Now we serve the number ..... |
chronometer | Silvio,
CodeAScii...() unresolved external |
chronometer | You must link another file where are the code.see on my github |
chronometer | thanks |
chronometer | to try compile only :
[b:1gsopdru]this test [/b:1gsopdru]
[code=fw:1gsopdru]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> test<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">Local</span... |
cicle of date | I wish make a cicle type
ddateInit:="31.08.2013"
dDatefinal:="31.08.2019"
DO while ctod(ddateInit)== ctod(dDatefinal)
...make some procedures
ddateInit+=3 //add 3 days
EndDo
why it is bad ? |
cicle of date | [code=fw:3tr8yfyo]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> ddateInit := ddateInit + <span style="color: #000000;">3</span> <br /> </div>[/code:3tr8yfyo] |
cicle of date | Silvio,
a test with 50 days
SET DATE GERMAN
ddateInit := ctod("31.08.2013")
dDatefinal := ctod("31.08.2019")
DO while dDatefinal >= ddateInit
ddateInit+=50 //add 3 days
MsgAlert( ddateInit )
EndDo
regards
Uwe <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
cicle of date | THE PROBLEM IS
skip records by putting in empty record archives |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.