Search found 150 matches: dietmar

Return to advanced search

FTP-directory

... null" both oInternet:hWinINet and oInternet:hSession are empty Am I doing something wrong or is it a Vista-related problem? Many thanks for help, Dietmar function Main() local oInternet := TInternet():New() // local oFTP := TFTP():New( "207.46.133.140", oInternet ) // local oFTP := TFTP():New( ...
by Dietmar Jahnel
Fri Aug 10, 2007 2:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP-directory
Replies: 17
Views: 3810

Dietmar, The problem is related to "hhctrl.ocx" itself. We have tested it this way to avoid a possible error from DLL FUNCTION command, and it keeps GPFing: #include "FiveWin.ch" function Main() local ...
by Antonio Linares
Sun Jun 10, 2007 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLHelp problem
Replies: 17
Views: 4512

Thanks Otto,

For now it is a possible solution.
But I think in the near fututre we will need a working HTMLHelp in FWH.

Antonio, your opinion on this topic?

Dietmar
by Dietmar Jahnel
Sun Jun 10, 2007 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLHelp problem
Replies: 17
Views: 4512

HTMLHelp problem

I still get an GPF when I try the following (FWH 7.01):

MENUITEM ....
ACTION HTMLHelp( 0, "RIDA.CHM", 15, IDH_DATEN)

Any solution for Vista-PCs?

Dietmar
by Dietmar Jahnel
Fri Jun 08, 2007 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTMLHelp problem
Replies: 17
Views: 4512

Dietmar,

>but this one does not help, cause it requires the drive letter.
>We need the serial number of a file-server-HD using the UNC-notation

Did you try it? It works for me using "\\compaq\c"

Regards,
James
by James Bott
Tue May 22, 2007 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1775

Dietmar, Below is an old message that may help. I haven't tried it. Regards, James ------------------------- From: "GNR" <gnr@hyderabadwater.gov.in> Subject: Re: nSerialHd() to work with all drives Date: Saturday, February ...
by James Bott
Mon May 21, 2007 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1775

nSerialHD with UNC-Notation?

... a way to retrieve the serial number of the network drive with for example "\\OURPC\TEST" instead of "E:" or similar? Thank for any hints and help! Dietmar
by Dietmar Jahnel
Sun May 20, 2007 3:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: nSerialHD with UNC-Notation?
Replies: 4
Views: 1775

Dietmar,

Today we have published FWH 7.05. Please download it again,
by Antonio Linares
Thu May 17, 2007 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and xHB RC 12
Replies: 1
Views: 531

FWH and xHB RC 12

Hi Antonio,
I just upgraded to FWH 7.04 -
but it doesn't work with latest xHB RC 12
can you please send me the compatible FWH libs.

(for some unsolved Vista-problems I cannot switch back to older
versions of xBH... when I try I get the massage "couldn't build"...)
Many thanks,
Dietmar
by Dietmar Jahnel
Thu May 17, 2007 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH and xHB RC 12
Replies: 1
Views: 531

Dietmar,

If we could implement the equivalent functions for the ones that are used one, then we could support both help files formats
by Antonio Linares
Mon Apr 23, 2007 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chm-files in FWH
Replies: 1
Views: 655

chm-files in FWH

Antonio,

What are the plans for the use of chm-files in FWH?
Will there be a "simple" solution like SET HELPFILE TO XXX.CHM
or do we have to change the code to HTMLHelp(..) everywhere?

Thanks for your answer,
Dietmar
by Dietmar Jahnel
Sat Apr 21, 2007 6:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: chm-files in FWH
Replies: 1
Views: 655

That' what I did.

I couldn't find anything in these two classes.
I figured the code must be somewhere else - that's why I don't understand the difference in languages.

Dietmar
by Dietmar Jahnel
Mon Dec 04, 2006 10:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gets and languages
Replies: 6
Views: 1410

Hello Dietmar,

Check your TGet and MGet source code for Right click.

Regards,

Richard
by Taiwan
Mon Dec 04, 2006 10:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gets and languages
Replies: 6
Views: 1410

Gets and languages

... I right click for the copy/paste menu I get it - in german (one line get) - in english (multiline get) why? how can I cange to german? Thanks, Dietmar #include "Fivewin.ch" FUNCTION MAIN() DEFINE DIALOG copyDlg FROM 10, 20 TO 35, 90 TITLE "RIDA-Indexdokument kopierbar" copyText = "Memo " @0.5, ...
by Dietmar Jahnel
Mon Dec 04, 2006 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Gets and languages
Replies: 6
Views: 1410

Thats what I use:

auGet:SetPos(len(trim(auGet:cText)))

or

auGet:KeyDown(VK_RIGHT)

both are working.

Dietmar
by Dietmar Jahnel
Mon Dec 04, 2006 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Force cursor to end of text in GET
Replies: 2
Views: 778
Previous

Return to advanced search