Search found 252 matches

by Maurilio Viana
Fri Jul 07, 2006 5:14 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Crystal reports
Replies: 2
Views: 623

Em VB é possivel, mas não sei como se faz.
Vou perguntar a um amigo meu que programa em VB e lhe conto depois...

En VB es posible pero no se como se hace.
Voi a preguntar a un de mios amigos progrador en VB e te contesto despues...

Maurilio
by Maurilio Viana
Fri Jul 07, 2006 5:04 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: how about button [?] in NoModal dialogs?
Replies: 4
Views: 1052

Antonio: how about button [?] in NoModal dialogs?

Antonio, could you solve that problem of [?] button in NoModal dialogs?
The [?] button don't work in this dialog type...

Regards!
Maurilio
by Maurilio Viana
Wed Jul 05, 2006 1:45 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Es posible recuperar el usuario que bloquea un registro
Replies: 2
Views: 669

Andrés, (espero que me compreendas, yo no hablo español) Pienso que nos es posible... Pero yo tengo en todos mis dbf un campo id_user donde guardo el codigo del usuario cuando bloquea el registro. Cuando cerro la dialog o cuando desbloqueo el registro yo guardo zero en id_user. Cuando otro usuario i...
by Maurilio Viana
Mon Jul 03, 2006 4:16 pm
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Como rolar header e Footer de THEADER
Replies: 42
Views: 12522

Re: Rossine

Rossine, que tal batizar sua cria? Já temos vários wbrowses modificados e acabamos nos perdendo :)
Que tal TRBrowse ("R" de "Rossine")?


[ ]'s
Maurilio
by Maurilio Viana
Thu Jun 29, 2006 11:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: How can I use box style characters from fonts? (Like DOS)
Replies: 1
Views: 704

How can I use box style characters from fonts? (Like DOS)

Is possible use characters to draw box (an easy way) like old times of DOS? I refer to Alt + 201, Alt + 202... Alt + 177, etc If I press Alt + 201 (for example) in MS Word or OpenOffice Write the box character is displayed. But if I try use it in my application other character is displayed (in gets,...
by Maurilio Viana
Thu Jun 29, 2006 11:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE & Outlook (How to translate this Delphi code)
Replies: 11
Views: 3718

Gale FORd wrote: I use Ole or pop3 for automatic sending.
Gale, can you post a short OLE sample?

Thanks!
Maurilio
by Maurilio Viana
Thu Jun 29, 2006 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE & Outlook (How to translate this Delphi code)
Replies: 11
Views: 3718

James Bott wrote:MAPI Mail Syntax:

DEFINE MAIL [ <oMail> ];
(...)
Thanks a lot, James

Regards
Maurilio
by Maurilio Viana
Wed Jun 28, 2006 6:58 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OLE & Outlook (How to translate this Delphi code)
Replies: 11
Views: 3718

OLE & Outlook (How to translate this Delphi code)

Does anybody can help me to translate this Delphi code that send mail using Outlook to FW/xHarbour? procedure TForm1.Button1Click(Sender: TObject); var Outlook : OleVariant; vMailItem: variant; begin try Outlook := GetActiveOleObject('Outlook.Application'); except Outlook := CreateOleObject('Outlook...
by Maurilio Viana
Wed Jun 21, 2006 12:23 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to add a VScroll in TPage
Replies: 1
Views: 597

How to add a VScroll in TPage

Antonio and all,

How can I add a vertical (and/or horizontal ) scroll bar in a page?
I define it in Resource Workshop but when I move scroll bar using the mouse an error occur :(

Regards
Maurilio
by Maurilio Viana
Mon Jun 19, 2006 7:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Debugger to no souce code exe file
Replies: 2
Views: 833

Antonio, I have difficulties to understand this floating points number showed like hexadecimal. I have a sequence like this: 5F FF 06 11 07 23 07 35 07 48 07 5B 07 6E 07 81 07 93 07 A5 07 B7 07 C7 07 D7 07 E7 07 FA 07 0D 08 1D 08 2D 08 3E 08 4F 08 5D 08 70 08 81 08 91 08 9F 08 AE 08 BB 08 C9 08 D7 0...
by Maurilio Viana
Mon Jun 19, 2006 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Auto fits/sorts controls of dialog in different resolutions
Replies: 3
Views: 938

Re: Auto fits/sorts controls of dialog in different resoluti

Wang, the best way to do it is create a ID to each control. I use any like it and I create an ID to each "say", then I do a "pseudo redefine" like this: redefine say id 51 of oDlg redefine say id 52 of oDlg (...) For while is hard to redefine each say but is only way I found. Or ...
by Maurilio Viana
Fri Jun 16, 2006 4:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Debugger to no souce code exe file
Replies: 2
Views: 833

OT: Debugger to no souce code exe file

Hi! I must debug an exe file (without source). I must check step by step each instruction performed, values in memory etc. Does anybody know a program to do it and were I can find? The program was wrote in Visual C++ by a chinese company. It is used to get values from a electronic ballast analyzer a...
by Maurilio Viana
Fri Jun 16, 2006 11:04 am
Forum: FiveWin para Harbour/xHarbour
Topic: TBtnBmp & Multiline (is possible?)
Replies: 2
Views: 774

Raymundo, muchas gracias!!!

Saludos de Brasil
Maurilio
by Maurilio Viana
Wed Jun 14, 2006 8:45 pm
Forum: FiveWin para Harbour/xHarbour
Topic: TBtnBmp & Multiline (is possible?)
Replies: 2
Views: 774

TBtnBmp & Multiline (is possible?)

Antonio,

What I must do to let TBtnBmp get multiline text?
The original don't let us create it.

Regards
Maurilio