home *** CD-ROM | disk | FTP | other *** search
- 0 5.2.11/32
- 1 5.2.06#01
- 2 5.2.06#01
- 299 Create a new <macro>\nNew
- 300 Create a new <macro>\nNew
- 301 Create a new code module\nNew Code Module
- 302 Create a new object module\nNew Object Module
- 303 Create a new class module\nNew Class Module
- 304 Open an existing <macro>/module\nOpen
- 305 Close the current <macro>/module\nClose
- 306 Save the current <macro>/module\nSave
- 307 Save the current <macro>/module with a new name\nSave As
- 308 Save all the <macro>s/modules\nSave All
- 309 Print the current <macro>/module\nPrint
- 310 Set the printer and options\nPrint Setup
- 311 Exit <TITLE>\nExit
- 312 Undo the previous edit action\nUndo
- 313 Redo the previous undo action\nRedo
- 314 Move the selected text to the Clipboard\nCut
- 315 Copy the selected text to the Clipboard\nCopy
- 316 Paste the Clipboard text over the selected text\nPaste
- 317 Delete the selected text\nDelete
- 319 Select all of the text\nSelect All
- 320 Move the selected lines right\nIndent
- 321 Move the selected lines left\nOutdent
- 322 Insert tab as spaces\nTab as Spaces
- 323 Find a text string in the current <macro>/module\nFind
- 324 Find and replace a text string in the current <macro>/module\nReplace
- 325 Repeat last the find/replace in the current <macro>/module\nAgain
- 326 Complete word
- 327 Parameter info
- 328 Edit a UserDialog\nEdit UserDialog
- 329 Edit <macro>/module references\nEdit References
- 330 Edit module properties\nEdit Module Properties
- 331 Activate the <macro> editing window\n<Macro>
- 332 Show the immediate evaluation window\nImmediate
- 333 Show the watch expression window\nWatch
- 334 Show the call stack window\nStack
- 335 Show the loaded <macro>s/modules window\nLoaded
- 336 Toggle toolbar on/off\nToggle Toolbar
- 337 Toggle status bar on/off\nToggle Status Bar
- 338 Toggle edit buttons on/off\nToggle Edit Buttons
- 339 Toggle the split on/off\nToggle Split
- 340 Select the display font\nFont
- 341 Set tab width\nTab Width
- 342 Set tab width\nTab Width
- 343 Set tab width\nTab Width
- 344 Set tab width\nTab Width
- 345 Set tab width\nTab Width
- 346 Set tab width\nTab Width
- 347 Set tab width\nTab Width
- 348 Set tab width\nTab Width
- 349 Don't show either the object or proc lists\nNo Object or Proc Lists
- 350 Show only the proc list\nProc List Only
- 351 Show both the object or proc lists\nBoth Object and Proc Lists
- 352 Start or resume the current <macro>/module\nStart/Resume
- 353 Pause the current <macro>/module (can resume)\nPause
- 354 End the current <macro>/module (can't resume)\nEnd
- 355 Toggle design mode\nToggle design mode
- 356 Step into the next statement\nStep Into
- 357 Step over the next statement\nStep Over
- 358 Step out of the current procedure\nStep Out
- 359 Step to the statement under the cursor\nStep To
- 360 Toggle the break point on the selected line\nToggle Break
- 361 Clear all break points\nClear All Breaks
- 362 View variables and expressions in the immediate window\nEvaluate Expression
- 363 Add variables and expressions to the watch window\nWatch Expression
- 364 View the selected object's methods and properties\nBrowse Object
- 365 Set current line as the next statement\nSet Current Statement
- 366 Show the next statement\nShow Current Statement
- 367 Open all uses modules\nOpen All Uses Modules
- 368 Close all the <macro>s/modules\nClose All Sheets
- 369 Show this <macro>/module\nShow Sheet
- 370 Show this <macro>/module\nShow Sheet
- 371 Show this <macro>/module\nShow Sheet
- 372 Show this <macro>/module\nShow Sheet
- 373 Show this <macro>/module\nShow Sheet
- 374 Show this <macro>/module\nShow Sheet
- 375 Show this <macro>/module\nShow Sheet
- 376 Show this <macro>/module\nShow Sheet
- 377 Show this <macro>/module\nShow Sheet
- 378 Display help for <TITLE>\n<TITLE> Help
- 379 Display help for the Basic language\nLanguage Help
- 380 Display help for the selected word\nTopic Help
- 381 About <TITLE>\nAbout <TITLE>
- 401 Select, move or edit item mode\nSelect
- 402 Add Text item\nAdd Text
- 403 Add TextBox item\nAdd TextBox
- 404 Add GroupBox item\nAdd GroupBox
- 405 Add CheckBox item\nAdd CheckBox
- 406 Add OptionButton item\nAdd OptionButton
- 407 Add ComboBox item\nAdd ComboBox
- 408 Add ListBox item\nAdd ListBox
- 409 Add DropListBox item\nAdd DropListBox
- 410 Add PushButton item\nAdd PushButton
- 411 Add OKButton item\nAdd OKButton
- 412 Add CancelButton item\nAdd CancelButton
- 413 Add OptionGroup item\nAdd OptionGroup
- 414 Add Picture item\nAdd Picture
- 450 Edit the selected item's properties\nEdit Item Properties
- 451 Undo the last operation\nUndo
- 452 Delete the selected item\nDelete
- 453 Move the selected item to the clipboard\nCut
- 454 Copy the selected item to the clipboard\nCopy
- 455 Paste the clipboard item in front of the selected item\nPaste
- 456 Move the selected item in front (towards End Dialog)\nMove in Front (towards End Dialog)
- 457 Move the selected item behind (towards Begin Dialog)\nMove Behind (towards Begin Dialog)
- 458 Select the item behind the selected item (towards Begin Dialog)\nSelect Behind (towards Begin Dialog)
- 459 Select the item in front of the selected item (towards End Dialog)\nSelect in Front (towards End Dialog)
- 460 Change grid settings\nSet Grid
- 461 Save changes and exit\nSave and Exit
- 500 Dispatch ID:
- 501 &Follow Value
- 502 Value:
- 503 &Follow Result
- 504 Result:
- 510 Object doesn't support browsing.
- 511 Help file '<FILE>' not found.
- 512 No specialized object data types to browse.
- 513 (Nothing)
- 514 (No typeinfo)
- 515 (No typename)
- 516 (All Libraries)
- 520 Edit <NAME> Properties
- 521 Create the skelton dialog function?
- 522 Rem See DialogFunc help topic for more information.
- 523 Private Function <NAME>(DlgItem$, Action%, SuppValue%) As Boolean
- 524 Select Case Action%
- 525 Case 1 ' Dialog box initialization
- 526 Case 2 ' Value changing or button pressed
- 527 Rem <NAME> = True ' Prevent button press from closing the dialog box
- 528 Case 3 ' TextBox or ComboBox text changed
- 529 Case 4 ' Focus changed
- 530 Case 5 ' Idle
- 531 Rem <NAME> = True ' Continue getting idle actions
- 532 Case 6 ' Function key
- 533 End Select\nEnd Function
- 534 Single
- 535 Multiple
- 536 Password
- 537 Cancel
- 538 OK
- 539 Save UserDialog changes?
- 540 Cannot print '<FILE>'.
- 541 Unable to start print job.
- 542 <FILE> (page #<PAGE>)
- 545 Edit <NAME> Module Properties
- 551 All Files
- 552 8:MS Sans Serif
- 553 9:Courier New
- 554 <here>
- 555 Running...
- 556 Idle.
- 557 Paused.
- 558 Would you like to save the changes made in '<FILE>'?
- 559 <Macro>/module is read only.
- 560 Would you like to end execution so you can edit?
- 561 **ERROR**
- 562 Can't show a line in another <macro>/module.
- 563 Can't load, <macro>/module is in use.
- 564 Can't open <macro>/module file.
- 565 Can't open another sheet.
- 566 Error condition reported, but no error information provided.
- 567 Error code = <N>
- 568 ActiveX error code = <N>
- 569 [design]
- 570 [run]
- 571 [break]
- 572 <Macro>/module was not saved.
- 573 <Macro>/module by that name already open.
- 574 <Macro>/module by that name is loaded (busy).
- 575 <CAPTION> was not properly terminated.\n
- 576 Some system resources may not be released.\n
- 577 Please correct your QueryUnload event(s).
- 578 Unreachable line.
- 579 Break point not set.
- 580 No '#Uses statements found.
- 581 Search string not found.
- 582 Immediate
- 583 Watch
- 584 Stack
- 585 Loaded
- 592 (extensions)
- 593 Object:
- 594 (General)
- 595 Proc:
- 596 (declarations)
- 597 Procedure is not defined.
- 598 Macro
- 599 Code
- 600 Object
- 601 Class
- 602 Module
- 603 File, w/o error
- 604 Clipboard, w/o error
- 605 File, with error
- 606 Clipboard, with error
- 607 &New <Macro>
- 608 Private
- 609 PublicNotCreatable
- 610 SingleUse
- 611 GlobalSingleUse
- 612 MultiUse
- 613 GlobalMultiUse
- 614 References
- 615 &Available References:
- 616 Priority
- 617 Location
- 618 Language
- 619 Add Reference
- 620 Libraries
- 621 Executable Files
- 622 ActiveX Controls
- 623 Bad reference
- 624 Standard
- 625 Type does not have an event source.
- 626 2 State
- 627 3 State
- 628 3 State, Auto
- 629 Sorted
- 10000 Execution interrupted.
- 10001 Out of memory.
- 10008 Invalid '#Uses "module" comment.
- 10009 Invalid '#Uses module dependency.
- 10010 Macro is already running.
- 10011 Can't allocate memory to macro/module.
- 10012 Macro/module has syntax errors.
- 10013 Macro/module does not exist.
- 10014 Another macro is paused and can't continue at this time.
- 10017 No macro is currently active.
- 10018 Sub/Function does not exist.
- 10019 Wrong number of parameters.
- 10021 Can't allocate large array.
- 10022 Array is not dimensioned.
- 10023 Array index out of range.
- 10024 Array lower bound is larger than upper bound.
- 10025 Array has a different number of indexes.
- 10030 User dialog has not been defined.
- 10031 User pressed cancel.
- 10032 User dialog item id is out of range.
- 10033 No UserDialog is currently displayed.
- 10034 Current UserDialog is inaccessible.
- 10035 Wrong with, don't GoTo into or out of With blocks.
- 10040 Module could not be loaded.
- 10041 Function not found in module.
- 10048 File not opened with read access.
- 10049 File not opened with write access.
- 10050 Record length exceeded.
- 10051 Could not open file.
- 10052 File is not open.
- 10053 Attempt to read past end-of-file.
- 10054 Expecting a stream number in the range 1 to 511.
- 10055 Input does not match var type.
- 10056 Expecting a length in the range 1 to 32767.
- 10057 Stream number is already open.
- 10058 File opened in the wrong mode for this operation.
- 10059 Error occurred during file operation.
- 10060 Expression has an invalid floating point operation.
- 10061 Divide by zero.
- 10062 Overflow.
- 10063 Expression underflowed minimum representation.
- 10064 Expression loss of precision in representation.
- 10069 String value is not a valid number.
- 10071 Resume can only be used in an On Error handler.
- 10075 Null value can't be used here.
- 10080 Type mismatch.
- 10081 Type mismatch for parameter #1.
- 10082 Type mismatch for parameter #2.
- 10083 Type mismatch for parameter #3.
- 10084 Type mismatch for parameter #4.
- 10085 Type mismatch for parameter #5.
- 10086 Type mismatch for parameter #6.
- 10087 Type mismatch for parameter #7.
- 10088 Type mismatch for parameter #8.
- 10089 Type mismatch for parameter #9.
- 10090 ActiveX Automation error.
- 10091 ActiveX Automation: no such property or method.
- 10092 ActiveX Automation: server cannot create object.
- 10093 ActiveX Automation: server cannot load file.
- 10094 ActiveX Automation: Object var is 'Nothing'.
- 10095 ActiveX Automation: server could not be found.
- 10096 ActiveX Automation: no object currently active.
- 10097 ActiveX Automation: wrong number of parameters.
- 10098 ActiveX Automation: bad index.
- 10099 ActiveX Automation: no such named parameter.
- 10100 Directory could not be found.
- 10101 File could not be killed.
- 10102 Directory could not be created.
- 10103 File could not be renamed.
- 10104 Directory could not be removed.
- 10105 Drive not found.
- 10106 Source file could not be opened.
- 10107 Destination file could not be created.
- 10108 Source file could not be completely read.
- 10109 Destination file could not be completely written.
- 10110 Missing close brace '}'.
- 10111 Invalid key name.
- 10112 Missing close paren ')'.
- 10113 Missing close bracket ']'.
- 10114 Missing comma ','.
- 10115 Missing semi-colon ';'.
- 10116 SendKeys couldn't install the Windows journal playback hook.
- 10119 String too long (too many keys).
- 10120 Window could not be found.
- 10130 DDE is not available.
- 10131 Too many simultaneous DDE conversations.
- 10132 Invalid channel number.
- 10133 DDE operation did not complete in time.
- 10134 DDE server died.
- 10135 DDE operation failed.
- 10140 Can't access the clipboard.
- 10150 Window style must be in the range from 1 to 9.
- 10151 Shell failed.
- 10160 Declare is not implemented.
- 10200 Basic is halted due to an unrecoverable error condition.
- 10201 Basic is busy and can't provide the requested service.
- 10202 Basic call failed.
- 10203 Handler property: prototype specification is invalid.
- 10204 Handler is already in use.
- 10500 Expression does not match parameter type.
- 10501 Expecting a single letter.
- 10502 Letter range is out of order.
- 10503 Default value type invalid or already set.
- 10504 Expecting a var name.
- 10505 Too many dimensions (more than 6).
- 10506 Lower bound is larger than upper bound.
- 10507 Array has too many elements.
- 10508 Expecting '<', '<=', '>', '>=', '=' or '<>'.
- 10509 Already evaluating an expression.
- 10510 Not an object reference.
- 10511 Default property usage is invalid.
- 10512 Expecting a parameter name.
- 10513 Can't pass a Variant or user-type by value.
- 10514 Can't pass as a fixed length string.
- 10515 Parameter of this type not supported.
- 10516 Function result of this type not supported.
- 10517 Expecting either 'Sub' or 'Function'.
- 10518 Expecting Sub/Function/Property name.
- 10519 Identifier is already in use.
- 10520 Expecting a quoted DLL library name.
- 10521 Expecting a quoted alias name.
- 10523 Function is defined with a different value type.
- 10524 Missing parameter.
- 10525 Function terminated during evaluation.
- 10526 Value type not expected for a subroutine.
- 10527 Expecting a string array var with one index.
- 10528 Expecting a valid field identifier.
- 10529 Field is not the correct type.
- 10530 Unexpected end of file.
- 10531 Expecting a user dialog item definition.
- 10532 Expecting at least two OptionButton definitions.
- 10533 Expecting OptionGroup before OptionButton.
- 10534 Only one OKButton is allowed.
- 10535 Only one CancelButton is allowed.
- 10536 Expecting one of OKButton or CancelButton.
- 10537 Expecting a factor.
- 10538 Operand/operator type mismatch.
- 10539 Expecting an expression.
- 10540 This language feature has been disabled.
- 10541 Expecting ','.
- 10542 Expecting an array var.
- 10543 Var is already defined as a different type.
- 10544 Unexpected expression.
- 10545 Expecting 'Input', 'Output', 'Append', 'Binary' or 'Random'.
- 10546 Expecting a simple expression.
- 10547 Expecting '#'.
- 10548 Expecting an integer stream number expression.
- 10549 Can't assign a value to an expression.
- 10550 Method or property not found.
- 10551 Expecting a constant, var name or function name.
- 10552 Not inside a With block.
- 10553 Method or property did not return an object.
- 10554 User-defined type element does not exist.
- 10555 Expecting a var expression.
- 10556 Expecting a simple var expression.
- 10557 Expecting a scalar string var.
- 10558 Private or Friend Property is not accessible.
- 10559 Can't call a property.
- 10560 GoTo label has not been defined.
- 10561 Expecting a user dialog var.
- 10562 Expecting a var reference.
- 10563 Not expecting an array var.
- 10564 Invalid instruction.
- 10565 Invalid Let syntax.
- 10566 Expecting an object expression.
- 10568 Can't change the number of indexes.
- 10569 UserDialog must be defined in the current Sub/Function/Property.
- 10570 UserDialog var must not be an array.
- 10571 Expecting a string or user-type var.
- 10572 This var can't be used with LSet.
- 10573 Expecting a user-type var.
- 10575 Invalid label identifier.
- 10576 Unexpected text.
- 10577 Sub Main has not been defined.
- 10579 Type element name is invalid.
- 10580 Element type is a different type.
- 10581 Subs can't be used in expressions.
- 10582 Hex constant is too long.
- 10583 Invalid numeric constant.
- 10584 Date type is not supported.
- 10585 Not expecting an object var.
- 10586 Expecting
- 10587 Unterminated block statement.
- 10588 Unexpected End statement.
- 10589 Expecting a Case definition.
- 10590 Expecting a scalar number var.
- 10591 Next var does not match For's var.
- 10592 Expecting an element identifier.
- 10593 Expecting As type.
- 10594 As Object is not allowed.
- 10595 Element is too big.
- 10596 Type identifier is invalid.
- 10597 Type identifier invalid or already in use.
- 10598 User-defined type is too big.
- 10599 Can't pass an array by value.
- 10600 Can't pass an object by value.
- 10601 Not expecting any parameters.
- 10602 Label is not defined.
- 10603 Macro/module is too large.
- 10604 Expecting a integer constant.
- 10605 Fixed size string sizes allowed: 1 to 1000, 1*1024, 2*1024, ... 23*1024.
- 10606 Expecting a valid data type (eg. Integer).
- 10607 Expecting an already dimensioned array.
- 10608 Expecting an existing scalar var.
- 10609 Not in a With block.
- 10610 Expecting 'Get', 'Let' or 'Set'.
- 10611 Property Get and Let/Set parameters must match.
- 10612 Expecting a constant name.
- 10613 Can't assign a value to a constant.
- 10614 Expecting a constant or function name.
- 10615 Expecting a valid const type (eg. Integer).
- 10616 Array of String*n or user-defined type not allowed.
- 10617 Expecting a long integer.
- 10618 Expecting a dynamic array var.
- 10619 String index must be greater than or equal to one.
- 10620 Invalid function argument value.
- 10626 ParamArray parameter must be variant array.
- 10627 Parameter requires an expression.
- 10628 No such named parameter.
- 10629 Parameter already has a value.
- 10630 Expecting a specific object type.
- 10631 Expecting 'Read' or 'Write'.
- 10632 Variable storage space exceeded.
- 10633 Expecting a Public Sub.
- 10634 Expecting a Private Sub.
- 10635 Public Const, Declare, Type, array or fixed length strings not allowed.
- 10636 Error(s) in object header.
- 10637 Creation of a new object module instance failed.
- 10638 User-defined type parameter/result not allowed.
- 10639 Default property has already been defined.
- 10640 Can't define a default property in a macro or code module.
- 10641 Invalid default property attribute.
- 10642 The reference could not be added.
- 10900 The built-in instruction can't have a result.
- 10902 Builtin function/instruction is not implemented.
- 11000 Application specific error.
- 11001 Get File Path
- 11002 Exception
- 11003 &Pause
- 11004 &End
- 11100 Null
- 11101 False
- 11102 True
- 11103 Error
- 11110 (missing picture)
- 61440 Changes the window size\nSize
- 61456 Changes the window position\nMove
- 61472 Reduces the window to an icon\nMinimize
- 61488 Enlarges the window full size\nMaximize
- 61536 Quits <TITLE> and prompts to save an altered <macro>/module\nQuit
- 61728 Restores the window to normal size\nRestore
- 61744 Switches to another task\nSwitch Task
-