Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

f1 for help not working in object inspector 1

Status
Not open for further replies.

KeithCameron

Programmer
Jan 9, 2010
1
GB
F1 works from code editor but not from the object inspector

I get Windows Help Box with

"There was a problem running the macro (1037)"

I am running Delphi5 build 5.62 on a Windows 7 64 bit PC
 
*cough*,

that question is like asking "hey why wont that tape fit in my bluray player?".

no seriously, I also have delphi 5 on my win7 laptop. to open the old help files you need kb917607:


but even then F1 will not work (still searching to make it work), BUT you CAN open the .hlp files from the help folder.

one big tip I can give you to avoid security issues under vista/windows7: install delphi (*any version*) in his OWN folder under the root (not under program files).


/Daddy

-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
F1 is working now, just export/import this registry file:

assuming that delphi5 is installed under c:\delphi5
and the borland shared is under c:\delphi5\Borland Shared.

modify the paths to your situation...

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Help]
"bde32.hlp"="C:\\Delphi5\\Borland Shared\\BDE"
"bdeadmin.hlp"="C:\\Delphi5\\Borland Shared\\BDE"
"datapump.hlp"="C:\\Delphi5\\Borland Shared\\BDE"
"localsql.hlp"="C:\\Delphi5\\Borland Shared\\BDE"
"sqllnk32.hlp"="C:\\Delphi5\\Borland Shared\\BDE"
"bde32.toc"="C:\\Delphi5\\Borland Shared\\BDE"
"bdeadmin.toc"="C:\\Delphi5\\Borland Shared\\BDE"
"datapump.toc"="C:\\Delphi5\\Borland Shared\\BDE"
"localsql.toc"="C:\\Delphi5\\Borland Shared\\BDE"
"sqllnk32.toc"="C:\\Delphi5\\Borland Shared\\BDE"
"bde32.cnt"="C:\\Delphi5\\Borland Shared\\BDE"
"bdeadmin.cnt"="C:\\Delphi5\\Borland Shared\\BDE"
"datapump.cnt"="C:\\Delphi5\\Borland Shared\\BDE"
"localsql.cnt"="C:\\Delphi5\\Borland Shared\\BDE"
"sqllnk32.cnt"="C:\\Delphi5\\Borland Shared\\BDE"
"d5corba.hlp"="C:\\Delphi5\\Help"
"dbexplr3.hlp"="C:\\Delphi5\\Help"
"del5com.hlp"="C:\\Delphi5\\Help"
"del5cw.hlp"="C:\\Delphi5\\Help"
"del5dap.hlp"="C:\\Delphi5\\Help"
"del5dbd.hlp"="C:\\Delphi5\\Help"
"del5new.hlp"="C:\\Delphi5\\Help"
"del5op.hlp"="C:\\Delphi5\\Help"
"del5prog.hlp"="C:\\Delphi5\\Help"
"del5vcl.hlp"="C:\\Delphi5\\Help"
"del5xtra.hlp"="C:\\Delphi5\\Help"
"delphi5.hlp"="C:\\Delphi5\\Help"
"ibctrls.hlp"="C:\\Delphi5\\Help"
"ibx.hlp"="C:\\Delphi5\\Help"
"imagedit.hlp"="C:\\Delphi5\\Help"
"ite.hlp"="C:\\Delphi5\\Help"
"nia.hlp"="C:\\Delphi5\\Help"
"nmdaytim.hlp"="C:\\Delphi5\\Help"
"nmecho.hlp"="C:\\Delphi5\\Help"
"nmfngr.hlp"="C:\\Delphi5\\Help"
"nmftp.hlp"="C:\\Delphi5\\Help"
"nmhttp.hlp"="C:\\Delphi5\\Help"
"nmmsg.hlp"="C:\\Delphi5\\Help"
"nmnntp.hlp"="C:\\Delphi5\\Help"
"nmpop3.hlp"="C:\\Delphi5\\Help"
"nmsmtp.hlp"="C:\\Delphi5\\Help"
"nmstrm.hlp"="C:\\Delphi5\\Help"
"nmtime.hlp"="C:\\Delphi5\\Help"
"nmudp.hlp"="C:\\Delphi5\\Help"
"nmurl.hlp"="C:\\Delphi5\\Help"
"nmuue.hlp"="C:\\Delphi5\\Help"
"openhelp.hlp"="C:\\Delphi5\\Help"
"pce.hlp"="C:\\Delphi5\\Help"
"psock.hlp"="C:\\Delphi5\\Help"
"quickrpt.hlp"="C:\\Delphi5\\Help"
"sqlbuild.hlp"="C:\\Delphi5\\Help"
"sqlmon.hlp"="C:\\Delphi5\\Help"
"teechart.hlp"="C:\\Delphi5\\Help"
"winsight.hlp"="C:\\Delphi5\\Help"
"hcw.hlp"="C:\\Delphi5\\Help"
"d5corba.toc"="C:\\Delphi5\\Help"
"dbexplr3.toc"="C:\\Delphi5\\Help"
"del5com.toc"="C:\\Delphi5\\Help"
"del5cw.toc"="C:\\Delphi5\\Help"
"del5dap.toc"="C:\\Delphi5\\Help"
"del5dbd.toc"="C:\\Delphi5\\Help"
"del5new.toc"="C:\\Delphi5\\Help"
"del5op.toc"="C:\\Delphi5\\Help"
"del5prog.toc"="C:\\Delphi5\\Help"
"del5vcl.toc"="C:\\Delphi5\\Help"
"del5xtra.toc"="C:\\Delphi5\\Help"
"delphi5.toc"="C:\\Delphi5\\Help"
"ibctrls.toc"="C:\\Delphi5\\Help"
"ibx.toc"="C:\\Delphi5\\Help"
"imagedit.toc"="C:\\Delphi5\\Help"
"ite.toc"="C:\\Delphi5\\Help"
"openhelp.toc"="C:\\Delphi5\\Help"
"pce.toc"="C:\\Delphi5\\Help"
"quickrpt.toc"="C:\\Delphi5\\Help"
"sqlbuild.toc"="C:\\Delphi5\\Help"
"sqlmon.toc"="C:\\Delphi5\\Help"
"winsight.toc"="C:\\Delphi5\\Help"
"d5corba.cnt"="C:\\Delphi5\\Help"
"dbexplr3.cnt"="C:\\Delphi5\\Help"
"del5com.cnt"="C:\\Delphi5\\Help"
"del5cw.cnt"="C:\\Delphi5\\Help"
"del5dap.cnt"="C:\\Delphi5\\Help"
"del5dbd.cnt"="C:\\Delphi5\\Help"
"del5new.cnt"="C:\\Delphi5\\Help"
"del5op.cnt"="C:\\Delphi5\\Help"
"del5prog.cnt"="C:\\Delphi5\\Help"
"del5vcl.cnt"="C:\\Delphi5\\Help"
"del5xtra.cnt"="C:\\Delphi5\\Help"
"delphi5.cnt"="C:\\Delphi5\\Help"
"ibctrls.cnt"="C:\\Delphi5\\Help"
"ibx.cnt"="C:\\Delphi5\\Help"
"imagedit.cnt"="C:\\Delphi5\\Help"
"ite.cnt"="C:\\Delphi5\\Help"
"nia.cnt"="C:\\Delphi5\\Help"
"nmdaytim.cnt"="C:\\Delphi5\\Help"
"nmecho.cnt"="C:\\Delphi5\\Help"
"nmfngr.cnt"="C:\\Delphi5\\Help"
"nmftp.cnt"="C:\\Delphi5\\Help"
"nmhttp.cnt"="C:\\Delphi5\\Help"
"nmmsg.cnt"="C:\\Delphi5\\Help"
"nmnntp.cnt"="C:\\Delphi5\\Help"
"nmpop3.cnt"="C:\\Delphi5\\Help"
"nmsmtp.cnt"="C:\\Delphi5\\Help"
"nmstrm.cnt"="C:\\Delphi5\\Help"
"nmtime.cnt"="C:\\Delphi5\\Help"
"nmudp.cnt"="C:\\Delphi5\\Help"
"nmurl.cnt"="C:\\Delphi5\\Help"
"nmuue.cnt"="C:\\Delphi5\\Help"
"openhelp.cnt"="C:\\Delphi5\\Help"
"pce.cnt"="C:\\Delphi5\\Help"
"psock.cnt"="C:\\Delphi5\\Help"
"quickrpt.cnt"="C:\\Delphi5\\Help"
"sqlbuild.cnt"="C:\\Delphi5\\Help"
"sqlmon.cnt"="C:\\Delphi5\\Help"
"teechart.cnt"="C:\\Delphi5\\Help"
"winsight.cnt"="C:\\Delphi5\\Help"
"hcw.cnt"="C:\\Delphi5\\Help"
"del5xtra.ohi"="C:\\Delphi5\\Help"
"delphi5.ohi"="C:\\Delphi5\\Help"
"del5xtra.ohl"="C:\\Delphi5\\Help"
"delphi5.ohl"="C:\\Delphi5\\Help"
"del5xtra.ohc"="C:\\Delphi5\\Help"
"delphi5.ohc"="C:\\Delphi5\\Help"
"dbddesk.hlp"="C:\\Delphi5\\Database Desktop"
"dbddesk.cnt"="C:\\Delphi5\\Database Desktop"
"95guide.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"guide.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"kbase.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mapi.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"midl.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"misapi.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mm.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mmedia.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mstools.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"ole.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"opengl.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"pdh.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"penapi.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"progtech.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"rc.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"rpc.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"setupapi.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"sock2.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"tapi.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32s.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32sdk.hlp"="C:\\Delphi5\\Borland Shared\\MSHelp"
"95guide.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"guide.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"kbase.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mapi.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"midl.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"misapi.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mm.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mmedia.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"ole.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"opengl.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"pdh.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"penapi.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"progtech.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"rc.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"rpc.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"setupapi.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"sock2.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"tapi.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32s.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32sdk.toc"="C:\\Delphi5\\Borland Shared\\MSHelp"
"95guide.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"guide.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"kbase.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mapi.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"midl.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"misapi.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mm.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"mmedia.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"ole.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"opengl.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"pdh.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"penapi.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"progtech.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"rc.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"rpc.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"setupapi.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"sock2.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"tapi.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32s.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32sdk.cnt"="C:\\Delphi5\\Borland Shared\\MSHelp"
"win32sdk.cfg"="C:\\Delphi5\\Borland Shared\\MSHelp"
"cfx2ocx.hlp"="C:\\Delphi5\\ocx\\Chartfx"
"vcf1.hlp"="C:\\Delphi5\\ocx\\vci\\Form1"
"vcf1.cnt"="C:\\Delphi5\\ocx\\vci\\Form1"
"vcfi.hlp"="C:\\Delphi5\\ocx\\vci\\impress"
"vcfiu.hlp"="C:\\Delphi5\\ocx\\vci\\impress"
"vcfi.cnt"="C:\\Delphi5\\ocx\\vci\\impress"
"vcfiu.cnt"="C:\\Delphi5\\ocx\\vci\\impress"
"vsocx.hlp"="C:\\Delphi5\\ocx\\vci\\vspell"
"vspeller.hlp"="C:\\Delphi5\\ocx\\vci\\vspell"
"vsocx.cnt"="C:\\Delphi5\\ocx\\vci\\vspell"



-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top