00001 00018 #ifndef INC_RVC_UIDBTABLE_H 00019 #define INC_RVC_UIDBTABLE_H 00020 00021 #ifndef INC_RVC_DBTABLE_H 00022 #include <rvc/dbtable.h> 00023 #endif 00024 00025 namespace RVC { 00026 namespace UI { 00027 00028 // Dialog to setup database field picklist related to existing table/field. 00029 ERRVALUE DlgDbFieldSetupPickList ( 00030 MDLGPARENT dlgparent, 00031 const RVC::OBJITEM& ObjItemTableFor, 00032 INT32 FieldNumFor 00033 ); 00034 00035 // Dialog to setup database field picklist related to new table/field. 00036 ERRVALUE DlgDbFieldSetupPickList ( 00037 MDLGPARENT dlgparent, 00038 const RVC::OBJITEM& ObjItemDb, 00039 RVC::DBTABLE::FIELDINFO& FieldInfoFor 00040 ); 00041 00042 } // End namespace UI 00043 } // End namespace RVC 00044 00045 #endif // INC_RVC_UIDBTABLE_H
1.6.1