In PB/Vision when I try and use the command:
EditorMode formHandle%, ButtonID%, %EDITNOEDIT, 1
I get error 460 Undefined equate on %EDITNOEDIT option.
Why am i getting this. The other options such as %EDITORWRAP work fine. But not the NoEdit one!
The manual tells me for this command to look for examples in editdemo.bas but this file does not even use the EditorMode procedure!!!
Also in reading up on the EditorSwapFile I came across this statment:
Warning:
PowerBASIC's "NAME" function has a major bug that can damage your drives FAT table. As shown in this example, use the "RENAME" function included with PB/VISION.
I'm wondering what is this problem with the NAME function and has PowerBasic have a patch for it. Because alot of my programs use this function in the program.
Bobby
------------------
Bobby Gage II
EditorMode formHandle%, ButtonID%, %EDITNOEDIT, 1
I get error 460 Undefined equate on %EDITNOEDIT option.
Why am i getting this. The other options such as %EDITORWRAP work fine. But not the NoEdit one!
The manual tells me for this command to look for examples in editdemo.bas but this file does not even use the EditorMode procedure!!!
Also in reading up on the EditorSwapFile I came across this statment:
Warning:
PowerBASIC's "NAME" function has a major bug that can damage your drives FAT table. As shown in this example, use the "RENAME" function included with PB/VISION.
I'm wondering what is this problem with the NAME function and has PowerBasic have a patch for it. Because alot of my programs use this function in the program.
Bobby
------------------
Bobby Gage II
Comment