> I am trying to write a save/restore of session between database restores.  
> Here's what I have so far 
> 
> method "On Session End" 
>       IF(<>A4D_ExitingDB) 
>               READ WRITE([A4D_Session]) 
>               CREATE RECORD([A4D_Session]) 
>               SeqNoGetKey (->[A4D_Session]) 
>               TestAlert("Before") 
>               SAVE RECORD([A4D_Session]) 
>               [A4D_Session]Session:=Session to Blob 
>               TestAlert("After") 
>               SAVE RECORD([A4D_Session]) 
>               UNLOAD RECORD([A4D_Session]) 
>       End If 
> end method 
> 
> It seems that when I hit the Session to Blob command execution just stops.  

Check the Active4D log, there should be an error message.

Regards,

  Aparajita

_______________________________________________
Active4D-dev mailing list
[email protected]
http://list.aparajitaworld.com/listinfo/active4d-dev
Archives: http://active4d-nabble.aparajitaworld.com/

Reply via email to