Search found 41 matches: andrea

Return to advanced search

COMBOBOX WITH Sort

Hello
I have a COMBOBOX ( in a RC file with Sort = Yes )

aTipi := {'Paolo', 'Gianni','Andrea' 'Cesare' }

I set cTipo_Cli = 'Gianni'

REDEFINE COMBOBOX oCom Var cTipo_Cli ITEMS aTipi ID 4009 OF oDlg

but when I open the dialog on the combobox I have 'Cesare' and not 'Gianni'

Thanks
by Maurizio
Fri Mar 24, 2023 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX WITH Sort
Replies: 2
Views: 196

Re: xBrowse error ToExcel()

... 0.00 0.00 0.00 0.00 JRS MAM INST. DE ENDOSCOPIA MD CL13-00004122 S1302210 2013-01-25 MMM HEALTH CARE 2013-02-14 Perez Cruz, Eladio Molina Martinez Andrea 79.70 55.44 24.26 0.00 0.00 0.00 0.00 0.00 JRS MAM GI ENDOSCOPY OFFICE CL13-00004123 S1301932 2013-01-23 MMM HEALTH CARE 2013-02-14 Mendez, Angela ...
by reinaldocrespo
Thu Mar 14, 2013 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error ToExcel()
Replies: 4
Views: 2711

Analisi di Bilancio e Basilea 2

... miriade di fogli excel ma di programmi snelli non se ne vede neanche l'ombra. Per questo sto cercando con le mie risorse di realizzarlo. Grazie, Andrea
by aerrigo
Wed Apr 07, 2010 11:03 pm
 
Forum: All products support
Topic: Analisi di Bilancio e Basilea 2
Replies: 0
Views: 455

http://www.lafiorentina.net

La Fiorentina è a Via Andrea Doria, 22 - 00192 Roma
Telefoni 06 39737019 / 06 39733173
E-MAIL: info@lafiorentina.net
Tutte le carte di credito sono benvenute. Apertura: 7 giorni su 7.
Ristorazione NON STOP dalle 12,30 alle 24,00.


EMG
by Enrico Maria Giordano
Tue Sep 16, 2008 2:48 pm
 
Forum: All products support
Topic: 28 settembre . Roma
Replies: 51
Views: 9855

Andrea,

You just have to remove the first slash bar:

test.prg
Code: Select all  Expand view
#include "fwce.ch"

function Main()

   MsgInfo( File( "My Documents\myfile.txt" ) )

return nil
by Antonio Linares
Mon Aug 11, 2008 2:51 pm
 
Forum: FiveWin for Pocket PC
Topic: file() function
Replies: 3
Views: 744

Andrea, In Windows Mobile there is no the concept of "drives", so we have to use the current directory. Please try this example: test.prg #include "fwce.ch" function Main() MsgInfo( File( CurDir() ...
by Antonio Linares
Mon Aug 11, 2008 10:49 am
 
Forum: FiveWin for Pocket PC
Topic: file() function
Replies: 3
Views: 744

Marco, Antonio Fabio Andrea Marco Alfonso .. .. Alexandro I don't think this is a very good design. Potentially, the user could have to type a lot more keystrokes to find what they are looking for. What if there are 50 items beginning ...
by James Bott
Sun May 06, 2007 2:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox incremental seek bug
Replies: 11
Views: 3327

... SPACE the seek reinitialize itself but this solution is really unpracticol for the customer. For example if you have an array like: Antonio Fabio Andrea Marco Alfonso .. .. Alexandro with the old FWH April 2006 the customer simply pressing "A" go to the first name that start with this character ...
by Marco Turco
Thu May 03, 2007 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox incremental seek bug
Replies: 11
Views: 3327

EnricoMaria wrote:It should work fine, as far as I know. Sorry, I haven't a pocket PC to test it. My friend Andrea Bruni tested it. Let me ask him... Done. I will report any answer here.

EMG


Andrea Bruni confirmed that my sample works fine.

EMG
by Enrico Maria Giordano
Wed Jan 31, 2007 3:38 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24799

It should work fine, as far as I know. Sorry, I haven't a pocket PC to test it. My friend Andrea Bruni tested it. Let me ask him... Done. I will report any answer here.

EMG
by Enrico Maria Giordano
Tue Jan 30, 2007 7:13 pm
 
Forum: FiveWin for Pocket PC
Topic: tftp class
Replies: 62
Views: 24799

Retrieving all the open windows' titles

Good day

I remember seeing somewhere a sample of code that retrieves all the open windows' title text. I just don't remember how to do it or where it was. If anyone has code I would appreciate it.


TIA

MD'Andrea
by Mdandrea
Wed Dec 20, 2006 8:37 pm
 
Forum: FiveWin for CA-Clipper
Topic: Retrieving all the open windows' titles
Replies: 2
Views: 1403

Re: Uscrire da un loop con ESC

... comando oDlg:End() ho sostituito il comando EXIT poichè la Dialog non è stata ancora attivata (il comando IF è in testa al loop). Grazie ancora, Andrea.
by aerrigo
Thu Dec 14, 2006 4:58 pm
 
Forum: All products support
Topic: Uscrire da un loop con ESC
Replies: 6
Views: 2036

Re: Uscrire da un loop con ESC

... controllo ad una funzione quando questa mi ritorna, leggo una variabile e se è = 0 devo uscire dal loop del programma che l'ha richiamata. Grazie, Andrea.
by aerrigo
Thu Dec 14, 2006 8:56 am
 
Forum: All products support
Topic: Uscrire da un loop con ESC
Replies: 6
Views: 2036

Re: Uscrire da un loop con ESC

... oDlg:End() ed esce regolarmente mentre se premo ESC è come se avessi confermato. Ho provato con LASTKEY() ma anche quello sembra che non lo legga. Andrea
by aerrigo
Tue Dec 12, 2006 4:15 pm
 
Forum: All products support
Topic: Uscrire da un loop con ESC
Replies: 6
Views: 2036

Uscrire da un loop con ESC

... ENDIF ACTIVATE DIALOG oDlg CENTER EXIT ENDDO ENDDO Se clicco sul bottone 205 (Uscita) riesco ad uscire dal loop, se premo ESC no. Grazie, Andrea
by aerrigo
Tue Dec 12, 2006 2:58 pm
 
Forum: All products support
Topic: Uscrire da un loop con ESC
Replies: 6
Views: 2036
Next

Return to advanced search