Index
2011-08-11 14:34Tracy Pearson : VPF 9 HELP command
2011-08-11 15:15Allen : RE: VPF 9 HELP command
2011-08-11 15:17Tracy Pearson : RE: VPF 9 HELP command
2011-08-11 15:23Allen : RE: VPF 9 HELP command
Back to top
VPF 9 HELP command

Author: Tracy Pearson

Posted: 2011-08-11 14:34:31   Link

Is there a menu item to launch the CHM set with SET HELP TO myhelp.chm on

the Search tab?

I know I can do it with API's, but it launches a separate CHM than what is

launched by _MST_HPSCH.

*-- This API call opens the search tab in the CHM file

DECLARE long HtmlHelp IN hhctrl.ocx as HtmlHelpA integer, string,

integer, string @

cStructure = BINTOC(32,"4rs") + REPLICATE(BINTOC(0,"4rs"),7)

HtmlHelpA(0, SET("Help",1), 0x3, @cStructure )

Thanks,

Tracy Pearson

PowerChurch Software

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/000301cc5855$50094130$f01bc390$@powerchurch.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Tracy Pearson
Back to top
RE: VPF 9 HELP command

Author: Allen

Posted: 2011-08-11 15:15:31   Link

Hi Tracy

Isn't it just "help" ?

Al

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

Behalf Of Tracy Pearson

Sent: 11 August 2011 20:35

To: profoxtech@leafe.com

Subject: VPF 9 HELP command

Is there a menu item to launch the CHM set with SET HELP TO myhelp.chm on

the Search tab?

I know I can do it with API's, but it launches a separate CHM than what is

launched by _MST_HPSCH.

*-- This API call opens the search tab in the CHM file

DECLARE long HtmlHelp IN hhctrl.ocx as HtmlHelpA integer, string,

integer, string @

cStructure = BINTOC(32,"4rs") + REPLICATE(BINTOC(0,"4rs"),7)

HtmlHelpA(0, SET("Help",1), 0x3, @cStructure )

Thanks,

Tracy Pearson

PowerChurch Software

[excessive quoting removed by server]

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/00a601cc585b$0a924c90$1fb6e5b0$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Allen
Back to top
RE: VPF 9 HELP command

Author: Tracy Pearson

Posted: 2011-08-11 15:17:18   Link

Allen wrote on 2011-08-11:

> Hi Tracy

> Isn't it just "help" ?

> Al

>

Allen,

HELP && Launch the CHM on the Contents tab

HELP ID 0 && Launch the CHM on the Index tab

HELP ID 800 && Launch the CHM, load the ContextID, and leave the tab where

it is

Nothing I've found launched opening the Search tab

Tracy Pearson

PowerChurch Software

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/000401cc585b$49e75f70$ddb61e50$@powerchurch.com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Tracy Pearson
Back to top
RE: VPF 9 HELP command

Author: Allen

Posted: 2011-08-11 15:23:40   Link

Not sure but if you compile the help to do so it might work

Al

-----Original Message-----

From: profoxtech-bounces@leafe.com [mailto:profoxtech-bounces@leafe.com] On

Behalf Of Tracy Pearson

Sent: 11 August 2011 21:17

To: profoxtech@leafe.com

Subject: RE: VPF 9 HELP command

Allen wrote on 2011-08-11:

> Hi Tracy

> Isn't it just "help" ?

> Al

>

Allen,

HELP && Launch the CHM on the Contents tab

HELP ID 0 && Launch the CHM on the Index tab

HELP ID 800 && Launch the CHM, load the ContextID, and leave the tab where

it is

Nothing I've found launched opening the Search tab

Tracy Pearson

PowerChurch Software

_______________________________________________

Post Messages to: ProFox@leafe.com

Subscription Maintenance: http://leafe.com/mailman/listinfo/profox

OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech

Searchable Archive: http://leafe.com/archives/search/profox

This message: http://leafe.com/archives/byMID/profox/00a701cc585c$2e002a20$8a007e60$@com

** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

©2011 Allen