-
WSMr. Bob
AskWoody LoungerWhen I run the report, the form comes up, but it doesn’t include the list of values from the Employee Name field of the Employee Record table. I hit OK just to move on, and then an Enter Parameter Value dialog box appears with the criteria that I entered in the report query for this value (Forms!Employee Name!Employee).
Also, with the other part of my question, when I try to create a chart report with a parameter query, the wizard walks through each step with no apparent problems, but when I run the report, the chart comes up blank.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerWhen I run the report, the form comes up, but it doesn’t include the list of values from the Employee Name field of the Employee Record table. I hit OK just to move on, and then an Enter Parameter Value dialog box appears with the criteria that I entered in the report query for this value (Forms!Employee Name!Employee).
Also, with the other part of my question, when I try to create a chart report with a parameter query, the wizard walks through each step with no apparent problems, but when I run the report, the chart comes up blank.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerAlso, I ended up searching for a paragraph marker in a certain style. I then replaced it with the added text and a new paragraph marker.
Bob
-
WSMr. Bob
AskWoody LoungerAlso, I ended up searching for a paragraph marker in a certain style. I then replaced it with the added text and a new paragraph marker.
Bob
-
WSMr. Bob
AskWoody LoungerThe Selection.Tables(1) code helped.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerThe Selection.Tables(1) code helped.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerThe If Selection.Find.Found logic helped get what I wanted.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerThe If Selection.Find.Found logic helped get what I wanted.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerThat resize text feature that you mention sounds like the problem I have. I ended up resolving things by rebuilding the slide from another slide. Your advice is similar to advice I saw elsewhere–I checked my settings (in P2000, it’s Tools > Options > Edit tab) and the Autoformat as you type option was checked. That might have been the problem.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerThat resize text feature that you mention sounds like the problem I have. I ended up resolving things by rebuilding the slide from another slide. Your advice is similar to advice I saw elsewhere–I checked my settings (in P2000, it’s Tools > Options > Edit tab) and the Autoformat as you type option was checked. That might have been the problem.
Thanks,
Bob -
WSMr. Bob
AskWoody LoungerKim,
Setting up a module really helped. Also, I was able to get F1 field help using this new module and the Don Lammers article on HTML/Visual Basic in the Shadow Mountain web site that you recommended. Interestingly, RoboHelp recommended the class module that originally had the public declaration.
That was the main obstacle to setting up a demo of the system–now I don’t have to think about this 24 hours a day. Thanks for taking such a strong interest in my project.
Bob
-
WSMr. Bob
AskWoody LoungerKim,
Setting up a module really helped. Also, I was able to get F1 field help using this new module and the Don Lammers article on HTML/Visual Basic in the Shadow Mountain web site that you recommended. Interestingly, RoboHelp recommended the class module that originally had the public declaration.
That was the main obstacle to setting up a demo of the system–now I don’t have to think about this 24 hours a day. Thanks for taking such a strong interest in my project.
Bob
-
WSMr. Bob
AskWoody LoungerHi,
I’ve attached my Visual Basic project, along with a RoboHelp add-in class module (RoboHelp_Csh.cls), the map file generated by RoboHelp (BSSCDefault.h), and the compiled RoboHelp file (MHC_Online_Help_Prototype.chm). There seem to be three open issues:
— How should the Declarations be set up? It looks like the RoboHelp_Csh.cls file is taking care of this, but I’m not sure.
— How is connection made between VB fields and RH topics? In the HelpContextID property of text boxes, I’ve entered the same number as the number that RH assigned to the corresponding topic in the map file. It seems like there should also be some kind of call between RH and VB.
— How are help topics called from fields? In the Click event of the Notification field, I entered a call to help, based on syntax provided by RH Help. I got run-time error 424 (Object required).
The RH add-ins were the RoboHelp_Csh.cls file and a reference to Microsoft Internet Controls (Project > References).
Thanks for the reference to the Paul O’Rear site–it helped simplify the problem. Most of my VB experience is with Word macros, so any help is really appreciated.
Bob
-
WSMr. Bob
AskWoody LoungerHi,
I’ve attached my Visual Basic project, along with a RoboHelp add-in class module (RoboHelp_Csh.cls), the map file generated by RoboHelp (BSSCDefault.h), and the compiled RoboHelp file (MHC_Online_Help_Prototype.chm). There seem to be three open issues:
— How should the Declarations be set up? It looks like the RoboHelp_Csh.cls file is taking care of this, but I’m not sure.
— How is connection made between VB fields and RH topics? In the HelpContextID property of text boxes, I’ve entered the same number as the number that RH assigned to the corresponding topic in the map file. It seems like there should also be some kind of call between RH and VB.
— How are help topics called from fields? In the Click event of the Notification field, I entered a call to help, based on syntax provided by RH Help. I got run-time error 424 (Object required).
The RH add-ins were the RoboHelp_Csh.cls file and a reference to Microsoft Internet Controls (Project > References).
Thanks for the reference to the Paul O’Rear site–it helped simplify the problem. Most of my VB experience is with Word macros, so any help is really appreciated.
Bob
-
WSMr. Bob
AskWoody LoungerKim,
Thanks for your procedure–it gave me some more insight into my own project. Since my first post, I’ve installed the standalone VB6. Also, I’m using HTML help. You say that doesn’t work with VBA; I’m wondering if I’ll have better luck with standalone VB6.
I have the include file that you mention–it’s the map file that RoboHelp generated. Where in the VB project should I include it?
Also, here is the code that RoboHelp says will connect VB and RH (some RH add-ins to VB also are involved):
Public cshObject as new RoboHelp_CSH ‘Should be global object
cshObject.RH_ShowHelp me.HWMD, strPathAndWindow (points to *.chm file), cshObject.HH_HELP_CONTEXT, topic number
I’ve tried the variable declaration and the object.method in several places, but the best I can do is bring up the VB form–not the RH file–which confuses me. Would you have any idea what I can do here?
Thanks,
Bob
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Nintendo Switch 2 has a remote killing switch
by
Alex5723
2 minutes ago -
Blocking Search (on task bar) from going to web
by
HenryW
4 hours, 43 minutes ago -
Windows 10: Microsoft 365 Apps will be supported up to Oct. 10 2028
by
Alex5723
9 hours, 50 minutes ago -
Add or Remove “Ask Copilot” Context Menu in Windows 11 and 10
by
Alex5723
9 hours, 57 minutes ago -
regarding april update and may update
by
heybengbeng
11 hours, 26 minutes ago -
MS Passkey
by
pmruzicka
7 hours, 30 minutes ago -
Can’t make Opera my default browser
by
bmeacham
19 hours, 6 minutes ago -
*Some settings are managed by your organization
by
rlowe44
5 hours, 49 minutes ago -
Formatting of “Forward”ed e-mails
by
Scott Mills
18 hours, 1 minute ago -
SmartSwitch PC Updates will only be supported through the MS Store Going Forward
by
PL1
1 day, 13 hours ago -
CISA warns of hackers targeting critical oil infrastructure
by
Nibbled To Death By Ducks
1 day, 22 hours ago -
AI slop
by
Susan Bradley
12 hours, 48 minutes ago -
Chrome : Using AI with Enhanced Protection mode
by
Alex5723
2 days ago -
Two blank icons
by
CR2
11 hours, 43 minutes ago -
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
2 days, 8 hours ago -
End of 10
by
Alex5723
2 days, 11 hours ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
1 day, 9 hours ago -
test post
by
gtd12345
2 days, 17 hours ago -
Privacy and the Real ID
by
Susan Bradley
2 days, 7 hours ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
10 hours, 3 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
2 days, 21 hours ago -
Upgrading from Win 10
by
WSjcgc50
1 day, 9 hours ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
1 day, 13 hours ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
3 days, 13 hours ago -
The story of Windows Longhorn
by
Cybertooth
3 days, 1 hour ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
3 days, 15 hours ago -
Are manuals extinct?
by
Susan Bradley
15 hours, 55 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
4 days ago -
Network Issue
by
Casey H
3 days, 11 hours ago -
Fedora Linux is now an official WSL distro
by
Alex5723
4 days, 12 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.