Here is my code: <PRE> If Request.Cookies("ReminderTimes") Is Nothing Then Dim MyCookie As New HttpCookie("ReminderTimes") MyCookie.Values.Add("TestAlarm", Now) MyCookie.Expires = Now.AddHours(1) Response.Cookies.Add(MyCookie) End If </PRE> If someone knows the answer, please send it back to me.
If Request.Cookies("ReminderTimes") Is Nothing Then Dim MyCookie As New HttpCookie("ReminderTimes") MyCookie.Values.Add("TestAlarm", Now) MyCookie.Expires = Now.AddHours(1) Response.Cookies.Add(MyCookie) End If
Here is my code: <PRE> PUBLIC oform1 oform1=NEWOBJECT("form1") oform1.Show RETURN DEFINE CLASS form1 AS form DoCreate = .T. Caption = "Form1" Dockable = 1 *-- XML Metadata for customizable properties _memberdata = "" Name = "Form1" PROCEDURE BeforeDock LPARAMETERS nLocation IF NOT INLIST(nLocation, -1,4) _screen.AddProperty("oForm", Thisform) Thisform.LockScreen = .T. _screen.AddProperty("oTimer", NEWOBJECT("DockTimer")) ENDIF ENDPROC ENDDEFINE </PRE> If someone knows the answer, please send it back to me.
PUBLIC oform1 oform1=NEWOBJECT("form1") oform1.Show RETURN DEFINE CLASS form1 AS form DoCreate = .T. Caption = "Form1" Dockable = 1 *-- XML Metadata for customizable properties _memberdata = "" Name = "Form1" PROCEDURE BeforeDock LPARAMETERS nLocation IF NOT INLIST(nLocation, -1,4) _screen.AddProperty("oForm", Thisform) Thisform.LockScreen = .T. _screen.AddProperty("oTimer", NEWOBJECT("DockTimer")) ENDIF ENDPROC ENDDEFINE
An unconnected branch is either the first message of a thread or a specific message from the thread which connects to a parent message which is not part of the new messages. As there is no way to make such an unconnected branch to connect to a parent message, it will be displayed from the top level as well.