Ver Mensaje Individual
  #15 (permalink)  
Antiguo 03/08/2005, 10:54
Avatar de Myakire
Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
El ejemplo, de hecho, viene documentado:

Cita:
'================================================= =================
' WORK WITH FORMULAS
'================================================= =================
' a. create a session variable

Set FormulaFieldCollection = Session("oRpt").formulafields

' b. create the session variable, in this case oFFC, and point
' it to the collection of formulas in the report
' (FormulaFieldCollection)

set session("oFFC") = FormulaFieldCollection

' c. point that session variable to a specific index in the
' collection

session("oFFC").Item(10).text = "'"&request.form("numpedido")&"'"