Object Variable Or With Block Variable Not Set
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 1294 articles for 2.778 sec
"Dirk Goldgar" <dg@NOdataSPAMgnostics.com.invalid> wrote in message news:uY$o68rEJHA.5104@TK2MSFTNGP02.phx.gbl... > "E. Kwong" <ekwong999AThotmail.com> wrote in message > news:eeNEd3rEJHA.4260@TK2MSFTNGP06.phx.gbl... >> I'm trying to extract the field names of a one-row table but keep >> gettning "Error 91 : Object variable or With block variable not set". >> The code snippet: >> >>     

Group: microsoft.public.access · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.access
Author: Dirk Goldgar
Date: Sep 9, 2008 14:06

"E. Kwong" <ekwong999AThotmail.com> wrote in message news:eeNEd3rEJHA.4260@TK2MSFTNGP06.phx.gbl... I'm trying to extract the field names of a one-row table but keep gettning "Error 91 : Object variable or With block variable not set". The code snippet: Dim rst As DAO.Recordset Dim f As DAO.Field On Error GoTo GetFieldNames_Err Set rst = CurrentDb.OpenRecordset
Show full article (1.39Kb) · Show article thread
On 6月4日, 下午12時31分, "Bill McCarthy" <B...@N0SPAM.com> wrote: > btw: can't you get a reference to the original document via the first node > of the node list ? > > "hon123456" <peterhon...@yahoo.com.hk> wrote in message > > news:a900dfe8-223a-4118-94c3-a3d722dbb8f6@l28g2000prd.googlegroups.com... > > > > > On 6月4日, 上午11時37分, "Bill McCarthy" > > <B...@N0SPAM.com> wrote: > >> The element loaded     

Group: microsoft.public.access · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.access
Author: Dirk Goldgar
Date: Sep 9, 2008 14:02

btw: can't you get a reference to the original document via the first node of the node list ? "hon123456" <peterhon321@yahoo.com.hk> wrote in message news:a900dfe8-223a-4118-94c3-a3d722dbb8f6@l28g2000prd.googlegroups.com... On 6$B7n(B4$BF|(B, $B>e8a(B11$B;~(B37$BJ,(B, "Bill McCarthy" <B...@N0SPAM.com> wrote: The element loaded is not a complete element. Try:
Show full article (1.45Kb) · Show article thread
On 6月4日, 上午11時37分, "Bill McCarthy" <B...@N0SPAM.com> wrote: > The element loaded is not a complete element. Try: > > doc.LoadXml "<" & elemName & " />" > > "hon123456" <peterhon...@yahoo.com.hk> wrote in message > > news:07be460f-b040-41ea-b20b-5585e7588b0d@g16g2000pri.googlegroups.com... > > > > > Dear all, > > > I have the following code: > > > Private Function MakeDoc     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.vb.general.discussion
Author: hon123456
Date: Jun 3, 2008 22:34

The element loaded is not a complete element. Try: doc.LoadXml "<" & elemName & " />" "hon123456" <peterhon321@yahoo.com.hk> wrote in message news:07be460f-b040-41ea-b20b-5585e7588b0d@g16g2000pri.googlegroups.com... Dear all, I have the following code: Private Function MakeDoc(nl As IXMLDOMNodeList, elemName As String) As DOMDocument40 Dim doc As New
Show full article (3.33Kb) · Show article thread
On 6月4日, 上午11時30分, hon123456 <peterhon...@yahoo.com.hk> wrote: > Dear all, > > I have the following code: > > Private Function MakeDoc(nl As IXMLDOMNodeList, elemName As String) As > DOMDocument40 > Dim doc As New MSXML2.DOMDocument > doc.LoadXml "<" & elemName & ">" > > Dim n As IXMLDOMNode > > For Each n In nl > Select Case n.nodeType >     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.vb.general.discussion
Author: Bill McCarthy
Date: Jun 3, 2008 21:31

Dear all, I have the following code: Private Function MakeDoc(nl As IXMLDOMNodeList, elemName As String) As DOMDocument40 Dim doc As New MSXML2.DOMDocument doc.LoadXml "<" & elemName & ">" Dim n As IXMLDOMNode For Each n In nl Select Case n.nodeType Case NODE_ATTRIBUTE doc.documentElement.setAttribute n.nodeName, n.nodeValue
Show full article (2.58Kb) · Show article thread
On Mon, 26 May 2008 06:17:57 -0700 (PDT), Gordon wrote: > I have a form (frmDiscs) which can be opened from several other forms. > In this particular case, it is called from a button on > frmVocalArrangements. On closing frmDiscs and after updating its > subform (frmDiscsSubform), I want to return to frmVocalArrangments at > the updated record. > > To achieve this I put theis code in the     

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.vb.general.discussion
Author: hon123456
Date: Jun 3, 2008 21:23

I have a form (frmDiscs) which can be opened from several other forms. In this particular case, it is called from a button on frmVocalArrangements. On closing frmDiscs and after updating its subform (frmDiscsSubform), I want to return to frmVocalArrangments at the updated record. To achieve this I put theis code in the load event of frmDiscSubform: Private Sub Form_Load() Dim frmCalling
Show full article (2.23Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.vb.general.discussion
Author: Bill McCarthy
Date: Jun 3, 2008 20:37

Show full article (0.98Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.vb.general.discussion
Author: hon123456
Date: Jun 3, 2008 20:32

Show full article (1.38Kb) · Show article thread
    

Group: microsoft.public.vb.general.discussion · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.vb.general.discussion
Author: hon123456
Date: Jun 3, 2008 20:30

Show full article (0.71Kb)
    

Group: microsoft.public.access.formscoding · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.access.formscoding
Author: fredg
Date: May 26, 2008 08:59

Show full article (2.43Kb) · Show article thread
    

Group: microsoft.public.access.formscoding · Group Profile · Search for Object Variable Or With Block Variable Not Set in microsoft.public.access.formscoding
Author: Gordon
Date: May 26, 2008 06:17

Show full article (1.47Kb)
1 · 2 · 3 · 4 · 5 · 6 · 7 · 8 · 9 · next