Search found 122 matches

by max
Thu Nov 13, 2008 7:41 am
Forum: FiveWin for Harbour/xHarbour
Topic: oBRW:ToExcel() works only with character columns?
Replies: 4
Views: 799

Thank you, Antonio.

Let me know when you have a solution or something i can try for this issue.

Max
by max
Wed Nov 12, 2008 2:07 pm
Forum: All products support
Topic: esportare i dati di un xbrowse su excel
Replies: 3
Views: 930

esportare i dati di un xbrowse su excel

Ho provato ad utilizzare il metodo oBRW:toexcel() di xbrowse, ma ho notato che funziona solo se imposto tutte colonne di tipo "carattere". Se metto anche solo una colonna di tipo "numerico", ricevo questo errore in runtime: "Error Excel.Application:ACTIVESHEET:COLUMNS/0 S_OK...
by max
Wed Nov 12, 2008 1:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: oBRW:ToExcel() works only with character columns?
Replies: 4
Views: 799

oBRW:ToExcel() works only with character columns?

I try to use oBRW:TOEXCEL() method to export the content of my xbrowse in a xls file. I note that it works fine only if i specify all columns as "character" expression. If i put just one column as a "numeric" expression in my xbrowse, i receive this error at runtime: "Error ...
by max
Thu Oct 30, 2008 10:22 am
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

Ad esempio: in WEBEXP.PRG ho notato che c'è uno "Shell.Explorer" che funziona. Mi domando: come si fa a sapere che esiste il controllo activex "shell.explorer"? E che posso usare il "navigate" per andare ad una certa pagina o il "go home" per aprire la pagina ...
by max
Thu Oct 30, 2008 10:13 am
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

Ok, pazienza. A questo punto chiederò maggiori lumi a chi ha eseguito la macro su Excel visto che lì funziona.
Ma un comando/utility di sistema o di terzi per avere un elenco degli activex utilizzabili su un pc esiste?
by max
Thu Oct 30, 2008 10:03 am
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

Ho già cercato, trovato, studiato e tentato di mio quanto ho trovato in fwh\samples . Pigro sì, ma fino a un certo punto. Non mi piace rompere le scatole inutilmente al prossimo. E' che come sai sono agli inizi con FWH e quindi ancora non mi fido molto di me stesso, tutto qua. Tornando all'ultimo te...
by max
Thu Oct 30, 2008 9:45 am
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

Ricevo questo errore:

Error description: Error BASE/1004 Class: 'NIL' has no exported method: HWND
Args:
[ 1] = U

Stack Calls
===========
Called from: => HWND(0)
Called from: ACTIVEX.PRG => TACTIVEX:NEW(0)
Called from: EU092.prg => MAIN(7)
by max
Thu Oct 30, 2008 8:44 am
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

Quando nell'ambiente macro visual basic di excel scrivo "ACUGT." , dopo che ho messo il punto mi compare automaticamente una combobox con alcune funzioni come "initialize" , "call", ecc.ecc...

non so se questa info può essere utile o meno, te la passo così com'è...
by max
Thu Oct 30, 2008 8:40 am
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

quando mando in esecuzione ricevo questo errore: Application =========== Path and name: W:\FWH\samples\EU092.EXE (32 bits) Size: 1,374,720 bytes Time from start: 0 hours 0 mins 0 secs Error occurred at: 10/30/08, 09:38:23 Error description: Error TOleAuto/-1 CO_E_CLASSSTRING: TOLEAUTO:NEW Args: [ 1]...
by max
Thu Oct 30, 2008 7:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Use ACTIVEX
Replies: 0
Views: 346

How to Use ACTIVEX

In Visual Basic (exactly inside macro of Excel 2007) i use this call to a control ACTIVEX of one procedure written in Acucobol, and as macro of Excel it works fine: Sub loadcobol() euro09 = "C:\092p6x4demo\euro09" euro09cfg = "C:\092p6x4demo\etc\cblcon34.sml" euro09ocx = euro09 &...
by max
Wed Oct 29, 2008 11:09 pm
Forum: All products support
Topic: Utilizzo ACTIVEX in FWH
Replies: 12
Views: 2202

Utilizzo ACTIVEX in FWH

In Visual Basic, precisamente nell'ambiente di sviluppo macro di Excel, ho un controllo activex impostato e funzionante in questo modo: Sub loadcobol() euro09 = "C:\092p6x4demo\euro09" euro09cfg = "C:\092p6x4demo\etc\cblcon34.sml" euro09ocx = euro09 & "\p\z9ocx" eur...
by max
Tue Oct 28, 2008 6:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: txbrowse refresh()
Replies: 14
Views: 2198

Marc, i had this problem a few time ago when i start use TXBROWSE. After the "delete" of one record, I solve the problem moving my .dbf one record below and up with "skip" and "skip -1". Only after this i note that oBRW:refresh() works fine. Instead, after "append&...
by max
Mon Oct 27, 2008 1:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to customize output of oBRW:report() ?
Replies: 1
Views: 425

... so there is not any possibilities to customize oBRW:report() and i have to find another way ?
someone can tell me with certainty ?
Thank you.
by max
Tue Oct 21, 2008 2:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Is it possible to customize output of oBRW:report() ?
Replies: 1
Views: 425

Is it possible to customize output of oBRW:report() ?

I use TXBROWSE for browsing my .dbf and oBRW:report() for simply printing the content displayed. I see that if i put in a column two different fields in two rows (with oBRW:nDataLines := 2) writing one field in the first row and the second field in the second row with: oBRW:aCOLS[3]:bStrData := { ||...
by max
Mon Oct 20, 2008 8:24 am
Forum: All products support
Topic: Personalizzare il risultato di oBRW:report()?
Replies: 0
Views: 515

Personalizzare il risultato di oBRW:report()?

Utilizzo TXBROWSE per i browse dei miei .dbf a video e il metodo oBRW:report() per stamparne il contenuto così come è presente a video. Mi sono accorto che se imposto il contenuto di una colonna in modo da visualizzare due diversi campi all'interno di essa disponendone uno su ciascuna riga (nell'ese...