Search found 328 matches

by Romeo
Fri Sep 14, 2007 2:44 pm
Forum: All products support
Topic: errorblock..
Replies: 0
Views: 555

errorblock..

Ancora io, mi succede una cosa strana sia in Fwin che in harbour, in pratica non riesco a intercettare l'errore. Ecco l'esempio: bsave := ERRORBLOCK( { |x| BREAK(x)} ) BEGIN SEQUENCE _prova:=prngetname() msgalert("ok !") RECOVER USING objError msgalert("errore !") END ERRORBLOCK(...
by Romeo
Fri Sep 14, 2007 1:11 pm
Forum: All products support
Topic: GESTPROGDIR() con VISTA
Replies: 2
Views: 738

Voglio semplicemente sapere (sotto VISTA) dove diavolo mette i menu' dei programmi che si installano. Con XP so che li mette in :

C:\Documents and Settings\All Users\Menu Avvio\Programmi


Grazie
by Romeo
Thu Sep 13, 2007 5:27 pm
Forum: All products support
Topic: GESTPROGDIR() con VISTA
Replies: 2
Views: 738

GESTPROGDIR() con VISTA

Salve, sapete dove mette VISTA i programmi che si installano con la procedura di FWIN/HARBOUR ? Per intenderci quelli che usano: ************* DEFINE DDE oDDE ; SERVICE "Progman" ; TOPIC "Progman" ACTIVAT DDE oDDe oDDE:Execute(....) . . RELEASE DDE oDDE *************** Con XP va ...
by Romeo
Tue May 22, 2007 9:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: how detect if is installed JAVA JRE
Replies: 1
Views: 581

ok, i solved the problem using: LOCAL HKEY_LOCAL_MACHINE:= 2147483650 LOCAL HKEY_CURRENT_USER := 2147483649 LOCAL KEY_ALL_ACCESS := 983103 LOCAL hKey := 0 LOCAL nType := 0 LOCAL cData := SPACE( 256 ) LOCAL nSize := LEN( cData ) REGOPENKEY( HKEY_LOCAL_MACHINE,"Software\JavaSoft\Java Runtime Envi...
by Romeo
Fri May 18, 2007 6:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: how detect if is installed JAVA JRE
Replies: 1
Views: 581

how detect if is installed JAVA JRE

Hi,
I installed the:
jre-6u1-windows-i586-p-s.exe

to run a myprogram.jar esternal to fwh

Now how to detect if the jre-6u1-windows-i586-p-s.exe is installed or not on pc ! (for my customer)

Is possible to check same resister key ?

tks
Romeo
by Romeo
Wed May 16, 2007 5:12 pm
Forum: All products support
Topic: come verificare se JRE (java) e' installato
Replies: 0
Views: 635

come verificare se JRE (java) e' installato

Salve, un amico mi ha dato una utility esterna scritta in Java x la gestione delle immagini, mi occorrerebbe sapere (prima di lanciare il .jar del java) se java e' stato installato sul PC.
Sapete come posso fare ?

Grazie
by Romeo
Fri May 04, 2007 4:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1704

It seems a god idea.
Of course i need VB...
Tks
by Romeo
Thu May 03, 2007 4:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1704

tks, in VBA it seems very simple.
But i use fwh, i tried
Romeo
by Romeo
Wed May 02, 2007 4:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1704

Ok,
Could be possible to have a sample (for microsoft outlook) to get all the folders of mail and all the message.

I tried to have a look in the file VBAOUTL*.CHM, but i am not able to get the right informations.

tks
by Romeo
Mon Apr 30, 2007 10:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1704

How get message from dbx (Outlook Express)

Hi, i need to know all the folders and messages in the outlook express or microsoft outlook or more in general in the default mail of pc. I found the following exampe for microsoft outlook and in tried to implement it. **************************** oOL := TOleAuto():New( "Outlook.Application&quo...
by Romeo
Fri Apr 20, 2007 1:17 pm
Forum: All products support
Topic: Come beccare i messaggi da un file DBX di Outlook Express
Replies: 16
Views: 5684

si grazie, ho trovato qualcosa che mi interessa su MSDN
by Romeo
Fri Apr 20, 2007 11:11 am
Forum: All products support
Topic: Come beccare i messaggi da un file DBX di Outlook Express
Replies: 16
Views: 5684

Ho il cd rom di Office XP 2002 e non ho trovato il fiel VBAOUTL9.CHM ma l'ho trovato su office 97.
Ho provato a guardare Mailitem ma dopo un po di tentativi ho rinunciato a cercare le altre funzioni poiche' non le trovo, sicuramente ci sono ma non risco a trovarle!
Grazie comunque
Romeo
by Romeo
Fri Apr 20, 2007 9:36 am
Forum: All products support
Topic: Come beccare i messaggi da un file DBX di Outlook Express
Replies: 16
Views: 5684

Ops, chiaramento cercato Mailitem

Mi viene un dubbio che io debba cercare nella documentazione del file VBAOUTL*.CHM di microsoft che io non ho !!

Romeo
by Romeo
Fri Apr 20, 2007 9:33 am
Forum: All products support
Topic: Come beccare i messaggi da un file DBX di Outlook Express
Replies: 16
Views: 5684

Ho cercato nelle cartelle e sottocartelle di fwh24 e nelle classi ma non ho trovato alcun riferimento a menuitem.

Forse ho una versione datata? (FWH24)
Grazie
by Romeo
Thu Apr 19, 2007 10:49 am
Forum: All products support
Topic: Come beccare i messaggi da un file DBX di Outlook Express
Replies: 16
Views: 5684

Ok l'esempio va bene e mi chiedevo se oltre al Body, posso avere anche altre variabili, ese: email di chi mi risponde, il codice di errore (se esiste). certo potrei farlo analizzando riga x riga il body...ma se esistono le funzioni gia fatte e' meglio. Il progrmma che devo relizzare dovra' mandare d...