Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Program Error Message
Message
 
 
À
01/08/2009 23:11:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01415774
Message ID:
01415775
Vues:
51
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform