Search found 309 matches

by Rochinha
Tue Nov 07, 2006 5:06 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Attach Files using MailTo:
Replies: 5
Views: 3160

Amiguinho Esta solução para envio de email é bem aplicada para o teu caso. Os programas são muito pequenos e tem funcionamento muito simples. GetMail Baixa as mensagens uma a uma em arquivos TeXTo e desta forma bastaria analisar o código e interpretar a mensagem podendo ser apresentado dentro de cam...
by Rochinha
Tue Nov 07, 2006 5:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TOpenOffice para OPenOffice
Replies: 14
Views: 6077

Amiguinho Pelo visto voce esta querendo produzir arquivos XLS, estou certo. Voce ja tentou usar OLE para isto: Exemplo simples * * ---------------------------------------------------------------- * FUNCTION OLEEXCEL97() LOCAL oExcel, oHoja oExcel := TOleAuto():New( "Excel.Application" ) oE...
by Rochinha
Mon Oct 30, 2006 2:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: LISTBOX HEADERS special characters
Replies: 24
Views: 5766

Hi, Take look im my release. FUNCTION MAIN() LOCAL oDlg, oBrw USE part INDEX ON partno TAG part01 TO part INDEX ON partnAME TAG part02 TO part SET INDEX to part // I create the index to test DEFINE DIALOG oDlg SIZE 400, 300 oBrw = TMyWBrowse():New( 0, 0, , ,; { || { part->partno, part->partname } },...
by Rochinha
Sun Oct 22, 2006 5:08 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fingerprint sample uploaded
Replies: 5
Views: 1838

Hi fGamboa You can't use oActiveX:bOnEvent if used CreateOleObject(). This features return a handle and not a object. If use oActiveX = TActiveX():New( oWnd, "GrFingerX. GrFingerXCtrl.1 ") the result is better. I post this code below to help you in database control: My ADODB.CH: #command A...
by Rochinha
Sat Oct 07, 2006 12:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Active X Explorer
Replies: 11
Views: 2405

Amiguinho You can try a ASP Script, submiting data with GET METHOD: <%@LANGUAGE = VBScript%> <% Dim nome,senha nome = replace(request.form("nome"), "'", "''") senha = replace(request.form("senha"), "'", "''") Set DB = Server.CreateObject(&q...
by Rochinha
Thu Oct 05, 2006 8:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2579

Ohhhh yes!!!


thanks
by Rochinha
Thu Oct 05, 2006 12:32 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2579

??????

The file is empty!

:cry:
by Rochinha
Thu Oct 05, 2006 12:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: TOle com IncrediMail ?
Replies: 5
Views: 1308

Amiguinho If Incredimail use MAPI you can try this: local oMail DEFINE MAIL oMail ; SUBJECT "FiveWin Mail-control power" ; FILES "c:\test.doc", "test.doc"; TEXT "This is real xBase power at your fingertips!" ; TO "ALinares", "FAX: 05909294"...
by Rochinha
Thu Oct 05, 2006 12:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2579

Good

Thanks to all!!!
by Rochinha
Wed Oct 04, 2006 1:24 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Ventanas Transparentes
Replies: 13
Views: 4763

Amiguinho

Try this:

FUNCTION TranspColor( oWnd, nRGB )
SetWindowLong( oWnd:hWnd, GWL_EXSTYLE, WS_BORDER )
SetWindowLong( oWnd:hWnd, GWL_EXSTYLE, WS_EX_LAYERED )
SetLayeredWindowAttributes( oWnd:hWnd, nRgb, 0, LWA_COLORKEY )
RETURN NIL
by Rochinha
Wed Oct 04, 2006 1:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use hotspots?
Replies: 12
Views: 2579

Antonio

You can email this file for me in irochinha@itelefonica.com.br?

tanks.

Rochinha
by Rochinha
Wed Oct 04, 2006 4:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: protection EXE file
Replies: 24
Views: 13397

Amiguinhos O modulo aqui apresentado permite colocar em seus sistemas uma forma profissional de registro de uso do sistema. É composto por um código que deve ser colocado em sua aplicação para interagir com o modulo e finalmente um modulo a parte que serve para registrar a aplicação. No que consiste...
by Rochinha
Thu Feb 23, 2006 12:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Headings of TWBROWSE
Replies: 3
Views: 866

Hey friend,


You can try this:

tbrowse():lVscroll := .f. // Hide Vertical Scroll Bar
tbrowse():lHscroll := .f. // Hide Horizontal Scroll Bar
@ lin,col LISTBOX oLbx FIELDS ... HEADERS "" ...
...
oLbx:nHeaderHeight := 0 // Number of pixel header height

Ok?
by Rochinha
Fri Jan 20, 2006 11:35 pm
Forum: FiveWin for CA-Clipper
Topic: tgantt class
Replies: 12
Views: 5594

Friends This aplication is 16bits compatible. But, Super Browse, have examples to simulate this feature. SBTEST.PRG contains a example. Compatible in 16 and 32bits. You can download Super Browse( TSBROWSE ) in Patrick Mast Site, in http://www.fivewin.info/html/downloads.php?category=FiveWin%20users%...
by Rochinha
Fri Jan 20, 2006 11:30 pm
Forum: FiveWin for CA-Clipper
Topic: Heirarchical Chart
Replies: 5
Views: 2152

Friend

I have an aplication write in Fivewin. part of DBWide/Fivewin CD 2003.

You can put circles, elipses, lines and boxes in a bitmap style file.

Maybe, serve to you.

Email-me and reply with files.