parameter

  1. Angel Garcia

    iOS Question Remote Notification> UserNotification_Action with more than one parameter

    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...
  2. rleiman

    Android Question [SOLVED] - xCLV .Add parameter

    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...
  3. Rob Bliss

    Android Question Cursor as Parameter

    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...
Top