Search found 4470 matches

by Otto
Tue Mar 13, 2007 9:53 am
Forum: FiveWin for Harbour/xHarbour
Topic: Can I change the report viewer ?
Replies: 5
Views: 1561

Hello, HairCross Cursor is working: Insert oMeta1:bMMoved:={|y,x,flags|hairCross(oMeta1,y,x) } in FUNCTION RPreview( oDevice ) in rpreview.prg. func hairCross(oMeta1,y,x) nCount:=nCount+1 IF nCount > 5 nCount:=0 oMeta1:refresh() sysrefresh() oMeta1:line (0,x,1800,x) oMeta1:line (y,0,y,1500) ENDIF re...
by Otto
Mon Mar 12, 2007 6:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Can I change the report viewer ?
Replies: 5
Views: 1561

For a hair cross you should try: rpreview.prg oMeta1:bMMoved:={|y,x,flags| oMeta1:line (y,0,y,500) } But there is some extra work to save/restore the screen. Otto rpreview.prg oMeta1:bMMoved:={|y,x,flags| oMeta1:line (y,0,y,500) } oMeta1 := TMetaFile():New( 0, 0, 0, 0,; aFiles[1],; oWnd,; CLR_BLACK,...
by Otto
Mon Mar 12, 2007 6:15 pm
Forum: FiveWin for CA-Clipper
Topic: PREVIEW PROBLEM
Replies: 5
Views: 2129

Preview makes a temp-file to windows-temp folder. If you get an error during printing the temp-file is still there and locked. And the new file can't be created because FW uses always the same name. I changed printer class for me. Otto METHOD _StartPage() CLASS TPrinter LOCAL lSetFixed LOCAL aDirTMP...
by Otto
Sun Feb 18, 2007 9:06 am
Forum: FiveWin for Harbour/xHarbour
Topic: command-line arguments
Replies: 3
Views: 824

Thank you.
Otto
by Otto
Sun Feb 18, 2007 7:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: command-line arguments
Replies: 3
Views: 824

command-line arguments

Is there a function which returns the command-line arguments specified when the program was launched.

text.exe ABC

prg

Local cTest :=""
cTest:=command()

Regards
Otto
by Otto
Thu Feb 15, 2007 3:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FW REPORT project
Replies: 4
Views: 1599

Hello Ollie, don’t be a dreamer. There is no other FW report than EasyReport for production use available. Are you using ER with FW or FWH. The blank screen is not a problem of ER it is printer.obj from FW changed in FWH. FW prints all the previews with the same name. So if your report crashes the p...
by Otto
Wed Feb 07, 2007 8:14 am
Forum: FiveWin for Harbour/xHarbour
Topic: WNetAddConnection2 USER
Replies: 2
Views: 726

WNetAddConnection2 USER

How to pass user name?

Thanks in advance

Otto
by Otto
Mon Feb 05, 2007 2:55 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse error
Replies: 4
Views: 1061

Can you test with my exe

www.atzwanger.com/silvio/test.zip

Otto
by Otto
Mon Feb 05, 2007 11:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse error
Replies: 4
Views: 1061

oBrw:bChange := { || if (lChange=.t.,( lChange=.f., RefreshCont("QUOTE",cSocio,@lChange),oBrw:GoTop(),oBrw:refresh() ), ) } static FUNCTION RefreshCont(cdbf,cSocio,lChange) cKey:=cSocio (cdbf)->(OrdScope(0,cKey)) (cdbf)->(OrdScope(1,cKey)) sysrefresh() lChange:=.f. return NIL
by Otto
Thu Feb 01, 2007 8:37 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5538

Thank you for your answer.

I tried to add the search-fields - and it is working.

locate for UPPER( (alltrim(suchbeg))) $ (UPPER(kunden->name) + UPPER(kunden->vorname ) )
by Otto
Thu Feb 01, 2007 8:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: DOCX Office 2007 format - Information
Replies: 0
Views: 467

DOCX Office 2007 format - Information

I think a good starting point on: WordFormat docx ... Since new formats will be default in Office 2007 and Microsoft Office is the most predominant office suite, these formats are destined to be popular and you will probably have to deal with them sooner or later. Pasted from <http://www.developerfu...
by Otto
Wed Jan 31, 2007 5:01 pm
Forum: FiveWin for CA-Clipper
Topic: FW using processortime
Replies: 6
Views: 2327

Couldn't you use a timer?
Regards
Otto
by Otto
Wed Jan 31, 2007 4:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5538

Although I have all the FWH releases the main part of my program is still FW 1.9.
I need the search function for that part.

Regards
Otto
by Otto
Wed Jan 31, 2007 7:30 am
Forum: FiveWin for Harbour/xHarbour
Topic: Database Search
Replies: 17
Views: 5538

Hello Jeff,
do you have your "Search Function" ready?
If yes, would you be so kind to share it?

Regards
Otto
by Otto
Tue Jan 30, 2007 7:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Full text Search
Replies: 15
Views: 4286

Thank you. I there a limit for memoread: FW FWH

Regards
Otto