Search found 918 matches

by reinaldocrespo
Fri Aug 25, 2006 4:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sockets
Replies: 8
Views: 1686

enrico,

no, i did not. sorry. you are right, i will as soon as i get back to the office. i'll keep you posted on the results.

thank you.

rc.
by reinaldocrespo
Fri Aug 25, 2006 1:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Sockets
Replies: 8
Views: 1686

Sockets

Hi. I'm trying to connect to a socket where I'm expected to send some data but failing to connect. Here is the code I'm using: *------------------------------------------------------------------------------------------------------------------------------- METHOD SetupIpSocket() CLASS TEXPORTER ::oSo...
by reinaldocrespo
Sat Aug 12, 2006 1:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: Memory Leak?
Replies: 1
Views: 726

Memory Leak?

Hi. On a given app, after execution of a few Tprinter previews, all the preview window's controls (first page, next page, prev page, last page, print, exit, etc...) are lost. ie, not visible any more. They are still there and although invisible, you may click in the area where they were supposed to ...
by reinaldocrespo
Sat Aug 12, 2006 12:54 am
Forum: FiveWin para Harbour/xHarbour
Topic: ocultar directorio y ADS
Replies: 3
Views: 989

No tengo la experiencia con Netware y ADS. Pero si con Linux y Windows server. El proceso debe ser similar. Primero asigno "ownership" del directorio y los archivos al mismo usuario que es dueño del servicio de ADS server. Mas nadie tiene acceso a ver, o escribir en ese directorio. Segundo...
by reinaldocrespo
Fri Aug 04, 2006 4:20 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext
Replies: 4
Views: 1083

Enrico; I sort of have a solution: ::nLastLine := ( ( aoRtf[i]:GetLineFromChar( nFrom ) - nTmp ) * ::oprn:Pix2Inch( aortf[i]:oFont:nHEIGHT, 0 )[1] ) + nTOPOffset ::nlastline += 0.32 //couple of blank lines Where nTmp is the line index into the richtext that printed at the first line of the page. It ...
by reinaldocrespo
Thu Aug 03, 2006 7:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext
Replies: 4
Views: 1083

Enrico; Then what I need is to find out where on the page did that last line printed vertically. This is so that I can go on printing other stuff on the next line after that. So if I print with: nFrom := REPrintBox( oRtf:hWnd, ::oPrn:hDCOut, .t., nTop, nLeft, nBottom, nRight, nFrom ) Then with: oRtf...
by reinaldocrespo
Thu Jul 20, 2006 2:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: Richtext
Replies: 4
Views: 1083

Richtext

Antonio /Everyone;

Hi.

Does the method GetLineFromChar( nChar ) on the richtext class returns the position of the given nchar in centemeters or inches or what?

It does not seem to be working properly. Does anybody know?


Best,


Reinaldo.
by reinaldocrespo
Mon Jul 17, 2006 7:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BARCODING, READING AND PRINTING USING FWH
Replies: 30
Views: 13445

Mi amigo;

Thank you for your reply. BTW - congrats on the WC.

I went back and checked my code. Indeed I'm not using barlib, I'm using VRDBcode instead.

Has anybody been able to preview barcodes using the VRDBcode class?

Thank you,


Reinaldo.
by reinaldocrespo
Mon Jul 17, 2006 6:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: BARCODING, READING AND PRINTING USING FWH
Replies: 30
Views: 13445

I've noticed that with barlib barcodes are not displayed when previewing. Bar codes work well only when creating the print job without PREVIEW.

Can someone confirm this?

Thank you,



Reinaldo.
by reinaldocrespo
Fri Apr 21, 2006 8:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX with eN-Touch 1000
Replies: 2
Views: 790

Verce!

Thank you very much.

I've just emailed you the zipped file with documentation and ocxs. The zipped file is 10mb. If it doesn't reach you, please let me know. ok?

You can write to me at:
reinaldocrespo arroba structuredsystems punto com

Reinaldo.
by reinaldocrespo
Fri Apr 21, 2006 5:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX with eN-Touch 1000
Replies: 2
Views: 790

ActiveX with eN-Touch 1000

Hi. I need help interfacing to a signature capture device. The device has an lcd where you can display text using an activex component and another activex to capture a signature. My objective is to display contract information and then gather someone's signature. Store the form and the signature for...
by reinaldocrespo
Wed Mar 22, 2006 11:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mouse looses control over a tprinter():new() dialog
Replies: 1
Views: 651

FYI --Just in case you ever come across this problem, the solution is to issue a releasecapture() just before starting the tprinter instance.

Reinaldo.
by reinaldocrespo
Wed Mar 22, 2006 9:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Controlar scanner en Fwh2.4
Replies: 3
Views: 998

Crisitan, I'm not exactly sure what you're saying, but it seems like I've offended you. If it is so, please accept my apologies. It was not my intention. If I suggest to write English on the English forum is only out of respect to others here. Again (in my opinion), the best source for a scanner cla...
by reinaldocrespo
Wed Mar 22, 2006 9:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ADS Connections - Your experience is appreciated
Replies: 4
Views: 1373

Tim; You know; I like to change the properties to the directory where the data is located to the advantage user and group. In this manner you simply can not connect to the data unless you are in remote mode and using the xharb client software. Think about it, this means that no one can peek at the d...
by reinaldocrespo
Wed Mar 22, 2006 9:00 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TwBrowse - SaveColSize - SaveColOrder - header
Replies: 4
Views: 1154

fp;

Probably not the answer you're looking for; xbrowse already has it implemented:

METHOD SaveState() CLASS TXBrowse

Saves order, size, and other properties. And it works. You can even save/restore states per user.


Best,


Reinaldo.