🚀 go-pugleaf

RetroBBS NetNews Server

Inspired by RockSolid Light RIP Retro Guy

Article View: pl.comp.bazy-danych.msaccess
Article #133702

Re: Linki w formularzu

#133702
From: affix
Date: Fri, 02 Oct 2015 06:11
32 lines
637 bytes
W dniu pi±tek, 2 pa¼dziernika 2015 14:54:07 UTC+2 u¿ytkownik Maciej Tokarz napisa³:
> Witaj,
> 
>     jak pobierzesz z wybranego rekordu link mo¿esz w ten sposób nawigowaæ:
>     Me.WebBrowser0.Navigate link <<< adres strony
> 
> M.

W³a¶nie o to chodzi. Jak mam ten link pobraæ. Czyli co ma siê znale¼æ po
Me!WebBrowser0.Navigate

W podformularzu frmLinkisbfrm jest

Private Sub Link_Click()
Dim ctl As Control
Set ctl = Forms!frmLinki!WebBrowser0
DoCmd.GoToControl ctl.Name
End Sub

a w frmLinki

Private Sub WebBrowser0_Enter()
Me!WebBrowser0.Navigate ????????????????????????
End Sub

--
MW


MW

Message-ID: <f3dd96af-570d-49a5-85f5-af95e43507bd@googlegroups.com>
Path: polish.pugleaf.net!archive.newsdeef.eu!archive!apf9.newsdeef.eu!not-for-mail
References: <dd673a7d-1a0c-45e4-8ae4-61e051b5b69b@googlegroups.com> <mulupe$1ac$1@node1.news.atman.pl>