Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Error Message
Message
 
 
To
01/08/2009 23:11:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01415774
Message ID:
01415775
Views:
52
Winfred,

Are you getting this error in IDE or in the exe only? Are you sure you didn't include this table into the project?

See also minor change in your code.

>I keep getting this program error message: "Can not update the cursor Calendar, since it is read only."
>
>Calendar is not a cursor, it is a database file Calendar.dbf. Listed below in the source code I am using.
>
>********************************************
>IF !USED('CALENDAR')
> use CALENDAR IN 1
> ELSE
> SELECT CALENDAR
> SET ORDER TO
> ENDIF
> select CALENDAR
> ********************************************************
>*********************************************************
> REPLACE ALL CALENDAR.CAL_PKG WITH " " ****This is where I keep get the error message.
> REPLACE ALL CALENDAR.CAL_COLOR WITH " "
> REPLACE ALL CALENDAR.CAL_VIEW WITH " "
> REPLACE ALL CALENDAR.CAL_PRINT WITH " "
> *********************************************************
>
>Does anyone have any suggestions, on how I can resolved\fix this problem. I would appreicate your help.
>
>
>
>Thank You In Advance
>
>
>
>
>Winfred Majors
>IF !USED('CALENDAR')
>	use CALENDAR IN 0 shared
>	ELSE
>	SELECT CALENDAR
>	SET ORDER TO 
>	ENDIF

>	select CALENDAR 
REPLACE ALL CAL_PKG WITH " ", CAL_COLOR WITH " ", CAL_VIEW WITH " ",CAL_PRINT WITH " " in Calendar
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform