473,385 Members | 1,453 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Some error apper to me in my declerations

Hi EveryBody:

I have 4 decleration for four functions:
Function Next............................
Function Skip.............................
Function Reset.............................
Function Clone...........................
Can Any body told me why I got Under line error under word Next, Also
I have 4 decleration for four Subs as follow :
Sub Next ...............
Sub Skip................
Sub Reset..............
Sub Clone..............
Also as the previous question I got Under line error under word Next ?Why ?

Also I Have the following decleration:
Sub Select()
I got Under line error under Select
Function Resume() As Integer
I got Under line error under Resume
<PreserveSig()> _
Function Do(<[In](), MarshalAs(UnmanagedType.Interface)> undoManager As
IOleUndoManager) As<MarshalAs(UnmanagedType.I4)> Integer
Also I got Under line error under Do
Also I have Implement statment as follow:
Implements IOleUndoUnit
also I got under line error under implements word ?

Any body can told me how can I handel all these error where they are defined
inside class ?

Any help or redirection will be appreciated

regard's

Husam
Feb 4 '06 #1
1 854
"Husam" <Hu***@discussions.microsoft.com> schrieb
Hi EveryBody:

I have 4 decleration for four functions:
Function Next............................
Function Skip.............................
Function Reset.............................
Function Clone...........................
Can Any body told me why I got Under line error under word Next,


Do you remember
For
Next
? ;-)

Next is a reserved word. Use

function [Next]

instead. Same with Select, Do, Resume etc. Put them in square brackets.

Armin

Feb 4 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Larry Johnson | last post by:
I have two similar SQL Server databases each with a table named Payments. PaymentID is an identity field and the primary, unique, key in both tables. There is one other key but it is not unique. ...
5
by: vivekian | last post by:
Created a class , which is declared within a namespace . namespace mySpace { class X { /* members */ } This class task is to be used by another class Y , 'using namespace mySpace' directive.
5
by: utab | last post by:
Dear all, I had some replies on my previous post.But wanted to learn sth. Static member functions of a class can access only the static data members of the same class. So this principle in mind,...
4
by: Steve | last post by:
I have read a couple articles online, read my Jesse Liberty book but I am still confused as to just what the best practices are for using exceptions. I keep changing how I'm working with them and...
1
by: sigimaldonado | last post by:
I created a drop down list with a list of names. if the name does not apper on the list you can double click and then you can enter the name on a separate form. after closing the second form y...
2
by: sahm | last post by:
Hi evry one I need some help with my code What's wrong in this code <?php header('Content-Type: text/xml'); $dom = new DOMDocument(); $response = $dom->createElement('response');...
1
by: sss123456 | last post by:
Hi, i have a iframe and calling a php inside that, and the is a conext menu by which i'm perfoming task to set colour of selected text on diif conditions. this is working fine in IE, but in...
2
by: Peted | last post by:
Hi, im moving a project from vs2005 to vs 2008. is doing so i have come across a compiler error regarding partial classes that i dont understand if anyone can explain it to me please the...
6
by: samsneelam | last post by:
Hi.. This is samuel, while doing a program, i encountered this problem.. Let me give you clarity regarding my prob.. I am having two files .. one is mpcplib.h it contains the follwing...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.