#region
驗證**號碼
//////
驗證**號碼
//////
///public
bool
validatephone(
string
p_str_phone)
-/d");}
#endregion
#region
驗證數字
//////
驗證數字
//////
///public
bool
validatenum(
string
p_str_num)
#endregion
#region
驗證傳真
//////
驗證傳真
//////
///public
bool
validatefax(
string
p_str_fax)
-/d");}
#endregion
#region
//////
//////
///public
bool
validatepostcode(
string
p_str_postcode)");
}#endregion
#region
驗證電子郵件
//////
驗證電子郵件
//////
///public
bool
validateemail(
string
p_str_email)
#endregion
#region
驗證**
//////
驗證**
//////
///public
bool
validatenaddress(
string
p_str_naddress)
#endregion
#region
繫結報表
//////
繫結報表
//////
報表名///
sql 語句
///public
reportdocument crystalreports(
string
p_str_creportname,
string
p_str_sql)
#endregion
#region
自動編號
//////
自動編號
//////
語句///
表名///
表欄位名
///編號前字元
///編號後數字
///控制項名
public
void
autonum(
string
p_str_sqlstr,
string
p_str_table,
string
p_str_tbcolumn,
string
p_str_codeindex,
string
p_str_codenum, textbox txt)
else
}#endregion
#region
繫結combobox 控制項
//////
繫結combobox 控制項
//////
sql語句
///表名
///表欄位名
///combobox控制項名
public
void
cboxbind(
string
p_str_sqlstr,
string
p_str_table,
string
p_str_tbmember, combobox cbox)
#endregion
字段輸入幫助
對於以dats和tims資料型別生成的字段,如果沒有其他輸入幫助,系統將自動顯示乙個當前日曆或者時鐘作為上述欄位的輸入幫助。如果沒有為字段定義約束表和查詢幫助,且該字段的資料元素也沒有鏈結至查詢幫助,則如果該字段的域中定義了輸入值列表,該列表將作為輸入幫助出現。如果沒有為字段定義約束表和查詢幫助,但...
php filter函式驗證 過濾使用者輸入資料
php filter 簡介 php 過濾器用於對來自非安全 的資料 比如使用者輸入 進行驗證和過濾。例子 除去html標籤,或除去編碼特殊字元 var dump filter var 中文abc bbb filter sanitize string url encoded編碼,除去或編碼特殊字元 v...
驗證數字輸入
static bool isnumeric string str return true 方法二 private bool isnumeric string s private bool isnumeric string s char ch0 0 char ch9 9 for int i 0 i s...