Hello all,
Maybe this is a silly question, i was able to implement silent notifications and regular push notifications. Im using the UserNotificationClass from Erel.
My problem is that when the user clicks on any action of the buttons it only gets the actionIdentifier string (that is the button...
Greetings,
I have a stupid question and hope you don't mind. I just want to get my head around this particular parameter. I noticed I can put any value in the value parameter of the add statement of an xCLV. My stupid question is what is this parameter actually for and how can it be used in...
When passing a cursor as a parameter, when is the correct time(s) to close the cursor?
Sub main
Dim v_Cursor as Cursor = SQL.ExecQuery("SELECT * FROM TABLE")
func(v_Cursor)
v_Cursor.Close '?
End Sub
Sub func(p_Cursor as Cursor)
p_Cursor.getString("column")
p_Cursor.Close...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.