home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / FFC / _TABLE2.H < prev    next >
Encoding:
Text File  |  1998-05-26  |  1.2 KB  |  40 lines

  1. * _TABLE2.H
  2.  
  3. ***********************************
  4. * Constants for classes
  5. #DEFINE MB_QUESTIONYESNO    36
  6. #DEFINE MB_ISYES            6
  7.  
  8. ***********************************
  9. * strings for _dialogbutton classes
  10.  
  11. #DEFINE ERR_NOVCXLIB_LOC     "VCX library not found!"
  12. #DEFINE ERR_NOCLASS_LOC        "Class not found!"
  13.  
  14. ***********************************
  15. * strings for _navmenu classes
  16.  
  17. #DEFINE C_DELREC_LOC    "Do you wish to delete this record?"
  18.  
  19. #DEFINE MENU_TOP_LOC    "\<Top"
  20. #DEFINE MENU_BOTTOM_LOC    "\<Bottom"
  21. #DEFINE MENU_NEXT_LOC    "\<Next"
  22. #DEFINE MENU_PREV_LOC    "\<Previous"
  23. #DEFINE MENU_RECORD_LOC    "\<Record #..."
  24. #DEFINE MENU_GOTO_LOC    "\<Go To Record"
  25. #DEFINE MENU_ADD_LOC    "\<Add Record"
  26. #DEFINE MENU_DELETE_LOC    "\<Delete Record"
  27. #DEFINE MENU_SORT_LOC    "Sort Data..."
  28. #DEFINE MENU_FILTER_LOC    "\<Filter Data..."
  29. #DEFINE MENU_FILTER2_LOC    "Ad\<vanced Filtering..."
  30. #DEFINE ERR_UNIQUEKEY_LOC  "A unique key error violation has occurred."
  31. #DEFINE ERR_UNIQUEKEY2_LOC  "Would you like to revert changes?"
  32.  
  33. ***********************************
  34. * strings for _sortdialog classes
  35.  
  36. #DEFINE C_NONE_LOC    "Record#"
  37. #DEFINE ERR_NOTAGS_LOC    "No indexes are available on this table for sorting."
  38. #DEFINE C_NONE_LOC    "Record#"
  39.  
  40.