Help native.newTextField get value

HI

I’m using obj native.newTextField but don’t understand how I can get the your value when I click on my
button Submit

I Have this scenary

  
 numberHelpOne = native.newTextField( 55, 122, 200, 36, fieldHandler( function() return numberHelpOne end ) )  
 numberHelpOne.inputType = "phone"  
  
 numberHelpTwo = native.newTextField( 55, 182, 200, 36, fieldHandler( function() return numberHelpTwo end ) )  
 numberHelpTwo.inputType = "phone"  
  
  
 numberHelpThree = native.newTextField( 55, 242, 200, 36, fieldHandler( function() return numberHelpThree end ) )  
 numberHelpThree.inputType = "phone" = native.newTextField( 55, 122, 200, 36, fieldHandler( function() return numberHelpOne end ) )  
 numberHelpOne.inputType = "phone"  
  
 numberHelpTwo = native.newTextField( 55, 182, 200, 36, fieldHandler( function() return numberHelpTwo end ) )  
 numberHelpTwo.inputType = "phone"  
  
 numberHelpThree = native.newTextField( 55, 242, 200, 36, fieldHandler( function() return numberHelpThree end ) )  
 numberHelpThree.inputType = "phone"  

I’d like get the value numberHelpOne numberHelpTwo numberHelpThree and the insert in DB.

  
local function onPlayBtnRelease(sosnumber)  
--insertDB  
  
...  
 tablefill =[[INSERT INTO db\_sos VALUES (NULL, ']]..sosnumber..[[');]]  
  
 return true -- indicates successful touch  
end  
  

Can I help me?
thank s lot
[import]uid: 100428 topic_id: 27961 reply_id: 327961[/import]