Search found 10 matches: ctr

Return to advanced search

progress bar

Hi, Currently I am building a .dbf of filenames from a Windows folder and its subfolders. I wish to have a progress bar to display "while" the .dbf is being populated. I have inserted a progress bar from the testmex.prg sample into my code. Problem is the progress bar dialog is only displa...
by brewster
Fri Jan 25, 2013 2:02 pm
 
Forum: FiveWin for CA-Clipper
Topic: progress bar
Replies: 2
Views: 3029

Re: Juan Planelles Lazaga

... := .t., lAct := .t. ) ; TOOLTIP { "A la Izquierda.", "Alinear",, } NOBORDER //ADJUST DEFINE BUTTON OF oBar ; PROMPT "Ctr" ; // FILE ".\BITMAPS\TextAligncenter16.Bmp" //CENTRAR.BMP" ACTION ( oGet:SetAlign( ES_CENTER ), lChange := .t., lAct := .t. ...
by Juan Planelles
Tue Dec 29, 2009 10:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Juan Planelles Lazaga
Replies: 9
Views: 6735

Re: xBrowse new line for DBF ...

... codeblock . So adding a new record we can mark that with lNewRecord and let to stay here until to press button "Save" or keystroke "Ctr-S" and then validate - it's OK with a new record or not ? That isn't dicifult to do . In mine opinion all management can be done with xBrowse ...
by James Bott
Thu Oct 15, 2009 4:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 987

Re: xBrowse new line for DBF ...

... codeblock . So adding a new record we can mark that with lNewRecord and let to stay here until to press button "Save" or keystroke "Ctr-S" and then validate - it's OK with a new record or not ? That isn't dicifult to do . In mine opinion all management can be done with xBrowse ...
by Rimantas
Thu Oct 15, 2009 1:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse new line for DBF ...
Replies: 4
Views: 987

Cuando se ejecuta la voz hay alguna forma de pàrarla por que la aplicacion se paralizar y solo puede detenerla pulsando CTR AL DEL y luego finalizar tarea Gracias Vladimir, No sé si te refieres a que tu aplicación continúe mientras se escucha la voz. En ese caso, has de declarar una ...
by triumvirato
Sat Oct 11, 2008 8:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Traducción TEXTO a VOZ en tiempo de ejecución, en FWH
Replies: 20
Views: 7884

Cuando se ejecuta la voz hay alguna forma de pàrarla
por que la aplicacion se paralizar y solo puede detenerla
pulsando CTR AL DEL y luego finalizar tarea


Gracias
by Vladimir Zorrilla
Fri Oct 10, 2008 10:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Traducción TEXTO a VOZ en tiempo de ejecución, en FWH
Replies: 20
Views: 7884

... This is why i was looking for a replacement, here is the function anyway, function getmyip() LOCAL aEol := { Chr(13) + Chr(10), Chr(10) }, ; ctr := 0, ; lok := .f., ; myip := space(80), ; sLine,cfile cfile := CURDRIVE() + ":\" + CURDIR() + "\myip.txt" IF FILE(CFILE) ERASE (CFILE) ENDIF oUrl ...
by Richard Chidiak
Wed Nov 14, 2007 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: internet ip address
Replies: 33
Views: 6657

... VERS LE PC DOSSIER CURDIR() + "\SORTANT\*.* a syncroniser vers dest dans aval (tpar)) LOCAL hInternet,DFICL,DFICR, ; HCON := {}, ; I := 0, ; CTR := 0, ; DSITE := SPACE(100), ; DUSER := SPACE(30), ; DPASS := SPACE(10), ; DDIR := SPACE(100), ; HCON1 // TPAR[01] := PKID->IDCBATIPK // TPAR[02] ...
by Richard Chidiak
Wed Jan 31, 2007 2:17 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24843

... the function :) #INCLUDE "FIVEWIN.CH" #include "tip.ch" local myip := getmyip() function getmyip() LOCAL aEol := { Chr(13) + Chr(10), Chr(10) }, ; ctr := 0, ; lok := .f., ; myip := space(80), ; sLine,cfile cfile := CURDRIVE() + ":" + CURDIR() + "\myip.txt" IF FILE(CFILE) ERASE (CFILE) ENDIF ...
by Richard Chidiak
Wed Feb 01, 2006 10:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ip address
Replies: 4
Views: 1393

Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)

Antonio 1-) Fiz algumas alteracoes no fonte COMM.C para FWH. Espero que sirva outros usuarios. 2-) Gostaria muito que se agregasse as futuras versoes de FWH (nao estou sendo pretencioso). Acontece que a toda atualizacao recompilo o codigo e atacho a FIVEHC.LIB 3-) Segue pequeno exemplo de como usar ...
by Gilson Lopes
Fri Oct 21, 2005 3:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio Linhares (comm.c , BuildCommDCB, SetCommState)
Replies: 0
Views: 2012

Return to advanced search