B
Bill Patterson via AccessMonster.com
The following code returns valid values with full Access 2000 BUT "" when
run with the Access 2000 /Runtime set.
' Different Response with RUNTIME
'MsgBox "Full Access Versus RUNTIME." & vbCrLf & vbCrLf & _
"Anticipated Payment Method is " & is_Actual_Payment_Method & vbCrLf
& _
"Greater to be used is " & ib_Greater_To_Be_Used & vbCrLf & _
"No of Guarantee Rows is " & Str$(Val(Nz
(Me.txt_Guarantee_Rows.value, "0"))) & vbCrLf & _
"No of Greater Rows is " & Str$(Val(Nz(Me.txt_Greater_Rows.value,
"0"))) & vbCrLf & _
"FSUB Greater Remuneration is " & Format$(Nz(Me!fsub_Greater.Form!
txt_Total_Remuneration.value, 0#), Decimal_Format) & vbCrLf & _
"FSUB Guarantee PayGTEE is " & Format$(Nz(Me!fsub_Hours.Form!
txt_paygtee.value, 0#), Decimal_Format), _
vbInformation + vbOKOnly, _
gs_Application_Name
The main form has a number of tabpages, each with a subform and appropriate
controls.
All performs correctly under Access 2000 but can not get any values with
/runtime
Any ideas?
run with the Access 2000 /Runtime set.
' Different Response with RUNTIME
'MsgBox "Full Access Versus RUNTIME." & vbCrLf & vbCrLf & _
"Anticipated Payment Method is " & is_Actual_Payment_Method & vbCrLf
& _
"Greater to be used is " & ib_Greater_To_Be_Used & vbCrLf & _
"No of Guarantee Rows is " & Str$(Val(Nz
(Me.txt_Guarantee_Rows.value, "0"))) & vbCrLf & _
"No of Greater Rows is " & Str$(Val(Nz(Me.txt_Greater_Rows.value,
"0"))) & vbCrLf & _
"FSUB Greater Remuneration is " & Format$(Nz(Me!fsub_Greater.Form!
txt_Total_Remuneration.value, 0#), Decimal_Format) & vbCrLf & _
"FSUB Guarantee PayGTEE is " & Format$(Nz(Me!fsub_Hours.Form!
txt_paygtee.value, 0#), Decimal_Format), _
vbInformation + vbOKOnly, _
gs_Application_Name
The main form has a number of tabpages, each with a subform and appropriate
controls.
All performs correctly under Access 2000 but can not get any values with
/runtime
Any ideas?