Hi John,
If I understand you correctly :-), first thing that comes to mind would be to use Capesoft's FileExplorer to open a Web Browser from inside the app.
A button or key sequence on any given form would provide the user with direct access to the desired/approriate Web page/s in your forum Server.
A little template could add the required logic to all or selected procedures in the app. The template would setup the call to opening the Web Browser and include the Procedure name in the url and any other data/params that might be useful.
This could then be parsed in the Server to adjust the Server page output if required or simply write the data to the forum database in the Server.
A further idea would be to use Nettalk's WebClient to do background posts of any other data from inside the app. I use this technique to monitor usage and track any errors in one of our apps that run 24/7
Once again, if I understood you correctly, my 2c.
Cheers
Graham