Search found 249 matches

by Jack
Sat Nov 20, 2010 11:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DDE to OLE
Replies: 2
Views: 500

Re: Convert DDE to OLE

No sample about this ?

Thanks
by Jack
Sat Nov 20, 2010 10:24 am
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE MEMO FIELD SCROLL BAR
Replies: 0
Views: 212

XBROWSE MEMO FIELD SCROLL BAR

Hello,
I have to show records from a mssql DATABASE .
There is a field with 500 char lenght .
Is it possible to scroll in the column with this long field .

oLr:nHeaderLines := 1
oLr:nDataLines := 3


Thanks for your help .
by Jack
Tue Nov 16, 2010 9:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: Convert DDE to OLE
Replies: 2
Views: 500

Convert DDE to OLE

Hello, I want to convert DDE to OLE instruction when i establish link with WORD . How to convert this ? owrd:=Toleauto():new("word.application") owrd:visible:=.T. **** CONVERT the following in OLE Synthax **** odde:=tddemlclient():new() odde:connect("WINWORD","SYSTEM") ...
by Jack
Sun Oct 03, 2010 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: Reading Identity Card
Replies: 0
Views: 249

Reading Identity Card

Hello,
I develop application in Belgium .

I have to read the information stored in an Identity Card or in a SIS Card .

How to do it with xHarbour ??

Thanks for your help .
by Jack
Tue Aug 31, 2010 8:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and memo field
Replies: 0
Views: 301

xbrowse and memo field

I use xbrowse to display records with 1 memo field . Is it possible to have a scroll up and down when the lenght off the field is more thant 3 lines . Thanks . oLbx2 := TXBrowse():New( oFolder:aDialogs[2] ) oLbx2:nMarqueeStyle := MARQSTYLE_HIGHLROW *oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS &&a...
by Jack
Tue Aug 31, 2010 8:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to display a message for a period of time.
Replies: 4
Views: 768

Re: How to display a message for a period of time.

I think you have the MsgWait function :

MsgWait("Info text","Title",delay)

MsgWait("You will be redirected to ......","Attention",3) && display 3 seconds
by Jack
Mon May 17, 2010 12:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PRINT BARCODE 39
Replies: 1
Views: 413

PRINT BARCODE 39

Hello,
I have to print bar code 39 with fivewin ?
How to select the size ,
How to select the font, is it a TTF ?
The syntax should be :

DEFINE FONT oFont4 NAME "CODE39-DIGITS" SIZE 0,-48

oPrint:CmSay(ol,2,"1234598760",oFont4)
Thanks .
by Jack
Wed Mar 24, 2010 8:05 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Combox and escape
Replies: 2
Views: 451

Re: Combox and escape

Thanks for this help,
I is working .

Thanks !
by Jack
Wed Mar 24, 2010 10:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: Combox and escape
Replies: 2
Views: 451

Combox and escape

Hello, I have 3 combo in a dialog . When the user select a combo to view all the items and then press Esc, all the dialog is closed and not only the combo list . How to close only the combo List ?? REDEFINE COMBOBOX oCb8 VAR wG[36] ITEMS VPROBA ; STYLE CBS_DROPDOWN ; COLOR "B*/W+" ; ID 131...
by Jack
Tue Mar 23, 2010 8:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: pdf
Replies: 4
Views: 917

Re: pdf

Other question about PDF .

How to convert in batch a word or excel file to PDF .

Winexec(W2pdf.exe "doc.doc" "doc.pdf")

Thanks for your help .
by Jack
Thu Feb 25, 2010 7:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How get DPI ?
Replies: 8
Views: 1076

Re: How get DPI ?

Is there the same function for JPEG files ??

Thanks
by Jack
Fri Feb 19, 2010 10:12 am
Forum: FiveWin for Harbour/xHarbour
Topic: OLE XLS
Replies: 0
Views: 379

OLE XLS

Hello, When i protect a cell of a sheet and activate the protection, the cell is pretected but i can't change the colors or size of other cells . How to enable it ? Thanks . Here is the code : oxls := TOleAuto():New("Excel.Application") oxls:WorkBooks:Open("test.XLS") oBook := ox...
by Jack
Sat Feb 13, 2010 2:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Integrate HTML in a dialog
Replies: 3
Views: 662

Re: Integrate HTML in a dialog

Antonio,
Thanks for this help, it is working .
Does this control responce on this events : ON CLICK or ON Double Click .
I want to open a HTML Editor when the user click or double click on the control .

Thanks
by Jack
Sat Feb 13, 2010 12:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Integrate HTML in a dialog
Replies: 3
Views: 662

Integrate HTML in a dialog

Hello,
A customer ask me to integrate a Html file in the right size of a Dialog .
How to ??
I suppose i have to use activex .
How to insert this control in a dialog (not a window) .

Thanks
by Jack
Sun Feb 07, 2010 11:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: Help with Excel - insert macro
Replies: 4
Views: 650

Re: Help with Excel - insert macro

Michel,
Sorry but i never try to run macro and outlook .