13538 RE: debug error on ".MoveFirst" statement
Sign Up |  Live StatsLive Stats    Articles 37,468| Comments 178,624| Members 19,494, Newest Kartarsingh| Online 463
Home Contact
 (Forgotten?): 
    10 years of Excellence
    For best SPN experience, use Firefox Internet Browser!


                                                                   Your Banner Here!    




Click Here to Register/Sign Up Daily Hukamnama Member Blogs Downloads Website Navigation Help Fonts Tags
Sikh Philosophy Network » Sikh Philosophy Network » Current News » Information Technology » RE: debug error on ".MoveFirst" statement

RE: debug error on ".MoveFirst" statement

Our Donation Goal : Why Donate? : Donate Today! : Donate Anonymously (ਗੁਪਤ) : Our Family of Supporters
Goal this month: 500 USD, Received: 0 USD (0%)
Please Donate...
     
Related Topics...
Thread Thread Starter Forum Replies Last Post
Importing Text File : Error "Field too Large" Susan Information Technology 4 28-Jul-2006 08:32 AM
Linking Text File : Error : "Record Too Large" Susan Philip Information Technology 1 28-Jul-2006 08:31 AM
" Invalid Argument" error (# 3001) - Conversion Access 97 to 2002 fred_y_Ohio Information Technology 2 28-Jul-2006 08:27 AM
Re: Query returns a column full of "#ERROR" [MVP] S.Clark Information Technology 1 28-Jul-2006 08:00 AM
"Unable to connect to OLE Server or ActiveX control" error GL Information Technology 0 17-Nov-2005 18:02 PM


Tags
debug, error, movefirst, quotmovefirstquot, statement
Reply Post New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!
  #1 (permalink)  
Old 28-Jul-2006, 08:01 AM
Ken Higgins's Avatar Ken Higgins
Guest
 
Posts: n/a
   
   
RE: debug error on ".MoveFirst" statement

  Donate Today!   Email to Friend  Tell a Friend   Show Printable Version  Print   Contact sikhphilosophy.net Administraion for any Suggestions, Ideas, Feedback.  Feedback  

Register to Remove Advertisements
Sorry I have been unavailable since your last post.
I took my original code off of the web site and it required some
substantial editing to make it work like i posted it.

Seems like the site chopped off some of the
line continuations. The movefirst is probably unnecessary since,
as Doug Steele says, it opens to the first record. He's right. So
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/information-technology/9279-re-debug-error-on-movefirst-statement.html
perhaps the movefirst is not necessary.

With respect to your observation as to why the .movefirst
command seems to render "none of the
..Move commands are available" - I dont understand what is going on
there. But if the code works "fine" as you say -- then use that to get started
and be creative from there.

Hopefully by now, you have been able to work this through.
Come back if not.

"CityGuy" wrote:

> I copied your subroutine into my code, but had to comment out
> my original .MoveFirst statement to get the code to compile.
>
> I noticed that if I tried to enter an new .MoveFirst command in my
> original code, none of the .Move commands are available.
>
> Your code though works FINE. (all .move commands are available)
>
> What is going on?
>
> "Ken Higgins" wrote:
>
> > I wrote a little program to try to simulate your problem and came to the
> > conclusion that it is probably in the options, or lockedits portion of your
> > code that is causing
> > the problem. I cant believe its the DAO version you are using.
> >
> > The help files are not very easy to understand with all of the "settings"
> > that you can optionally use. Try doing something very simple with the
> > openrecordset statement and get it to work first. Then you can better try the
> > more advanced setting combinations (if you really need them) --- less is
> > often better than more!
> >
> > Here is a simple program to try (Oh by the way - if you try this program you
> > will also discover the frailty of the RECORDCOUNT property no matter how many
> > records you add IT works after the record is added - but not before
Reference:: Sikh Philosophy Network http://www.sikhphilosophy.net/showthread.php?t=9279
> > (because the record is added to the end of the recordset) But that was not
> > the problem you mentioned.
> >
> > Public Sub test()
> >
> > Dim db As DAO.Database
> > Dim currYr As DAO.Recordset
> > Dim vReturn As Variant
> > Dim lngCounter As Long
> >
> > Set db = CurrentDb()
> > Set currYr = db.OpenRecordset("tblCurrentYear", dbOpenDynaset)
> > currYr.Close
> > With currYr
> >
> > Debug.Print "BEFORE ADD: Recordset has: " & CStr(.RecordCount) & "
> > Records"
> > If .EOF Or .BOF Then
> > vReturn = MsgBox("Cant Move to an empty recordset" & _
> > vbCrLf & "Hit OK to Continue or CANCEL to Quit",
> > vbExclamation + vbOKCancel, _
> > "Ask User Something")
> > If vReturn = vbNo Then GoTo DoSomethingElse
> > End If
> > ' .MoveFirst 'i commented this line out
> > .AddNew
> > !txtTestfld1 = "Record " & CStr(.RecordCount + 1)
> > .Update
> > Debug.Print "AFTER ADD: Recordset has " & CStr(.RecordCount) & "
> > Records"
> >
> > .MoveFirst
> > End With
> >
> > DoSomethingElse:
> > currYr.Close
> > Set currYr = Nothing
> > db.Close
> > Set db = Nothing
> > End Sub
> >





Do you agree or disagree with the writer above? Why not share your immediate thoughts with us! Login Now! or Sign Up Today! to share your views... Gurfateh!
Reply With Quote
Sponsored Links
   Click Here to Donate Now!

Support Us!
Become a Promoter!
Gurfateh ji, you can become a SPN Promoter by Donating as little as $10 each month. With limited resources & high operational costs, your donations make it possible for us to deliver a quality website and spread the teachings of the Sri Guru Granth Sahib Ji, to serve & uplift humanity. Every contribution counts. Donate Generously. Gurfateh!
ReplyPost New Topic In This Forum Stay Connected to Sikhism, Click Here to Register Now!

Bookmarks


(View-All Members who have read this thread : 0
There are no names to display.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Tools Search
Search:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On

» Active Discussions
What Really Happened on...
Today 12:46 PM
13 Replies, 178 Views
English Sri Guru Granth Sahib Ji Translations
Today 12:22 PM
3 Replies, 56 Views
Free Online Gurbani...
Today 03:56 AM
13 Replies, 4,320 Views
English Sri Guru Granth...
Today 03:51 AM
5 Replies, 163 Views
Edward Snowden: the...
Today 03:34 AM
3 Replies, 142 Views
Difference in Bowing...
Today 03:31 AM
10 Replies, 233 Views
Rozana Reports (ਪੰਜਾਬੀ...
Today 03:23 AM
407 Replies, 9,407 Views
Sikh Spokesman (ਪੰਜਾਬੀ...
Yesterday 17:57 PM
255 Replies, 6,040 Views
What Is Difference...
Yesterday 09:18 AM
6 Replies, 181 Views
First There is Water by...
By Ishna
Yesterday 05:03 AM
3 Replies, 190 Views
Cooking Without Alcohol
Yesterday 02:12 AM
12 Replies, 195 Views
Learning from Baba...
Yesterday 01:38 AM
0 Replies, 311 Views
Eckhart Tolle
17-Jun-2013 18:08 PM
2 Replies, 124 Views
Thought of the Moment!
17-Jun-2013 16:35 PM
115 Replies, 6,089 Views
New Quantum Dot...
17-Jun-2013 09:38 AM
0 Replies, 65 Views
» Books You Should Read...
Powered by vBadvanced CMPS v3.2.3
All times are GMT +6.5. The time now is 13:34 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2 Copyright © 2004-12, All Rights Reserved. Sikh Philosophy Network


Page generated in 0.31582 seconds with 32 queries
0