[求助]看主程序能否知为何连编出问题???
主程序"main.prg"如下:clear all
close all
set sysmenu off
set sysmenu to
set clock on
set status bar off
set notify off
set palette off
set bell on
set escape on
set keycomp to windows
set carry on
set confirm on
set exact on
set near on
set ansi off
set deleted on
set optimize on
set refresh to 0,5
set odometer to 100
set blocksize to 64
set collate to 'stroke'
set sysformats off
set seconds on
set century on
set currency left
set currency to 'NT$'
set hours to 24
set date to ansi
set decimals to 2
set fdow to 1
set fweek to 1
set mark to '.'
set separator to ','
set point to '.'
set talk off
set safety off
set defa to e:\学生成绩管理系统
public Curvalue
Curvalue=""
public xscjgl
xscjgl="学生成绩管理系统"
_screen.caption=xscjgl
_screen.picture="beijin0.jpg"
_screen.icon="学生成绩管理系统.ico"
do form 系统主页.scx
read events
quit
return
在连编的时候,中间提示"114符号,0错误",而在打开连编完的可执行文件时,只进入主窗口,要进入下一窗口时,就"一闪而过".
不知哪出问题了,请各朋友帮忙!!!
谢谢!!