![]() |
||||||||||||
Go ![]() | New ![]() | Search ![]() | Notify ![]() | Tools ![]() | Reply ![]() | ![]() |
Member |
Hi, I have created a form in MS access. On submit the form I need to call procedure. Anybody have idea on this.. Thanks, Webfocus 7.1, MS Access(UI)This message has been edited. Last edited by: Kerry, | ||
|
Virtuoso |
Don't know how MS Access works, but you might be able to construct a URL that will do this. GamP
| |||||||||
|
Gold member |
Access use the same VBA set that Excel does. You will likely have to create a module or macro in Access to do what you want. WF 7703M, XP/Win7, MRE, RC, BID, PMF, HTML, PDF, Excel 2000/7/10 | |||
|
Gold member |
You should be able to create a URL that points to your Web FOCUS servlet (normally in ibi_apps/WFServlet - you may need to qualify where ibi_apps lives). To thsi servlet, pass the reporting server name (or take the default), the focexec name (provided it is in a folder/directory in the app path), and any parameters that the focexec needs. That should do it. Diptesh WF 7.1.7 - AIX, MVS | |||
|
Member |
Hi All, Thanks for your replies, I am using following code to hit webfocus server. But It is not working. Could anybody provide some sample code to connect to webfocus server. Private Sub Command0_Click() Dim sUrl As String sUrl = "/ibi_apps/WFServlet? IBIF_ex=car.fex &IBIAPP_APP=foldername &IBIC_server=BIWC01 " FollowHyperlink sUrl End Sub Thanks, | |||
|
Expert |
Srini, Firstly try to understand how the url will function and where you have to direct it. Then you might be able to get your requirement working. As a hint, What webserver are you expecting to hit? T
| |||||||||
|
Guru |
as a further hint remove the spaces from your url.... Developer Studio 7.64 Win XP Output: mostly HTML, also Excel and PDF "Never attribute to malice that which can be adequately explained by stupidity." - Heinlein's Razor | |||
|
Powered by Social Strata |
![]() | Please Wait. Your request is being processed... |
|