zyrus •->
  
 
  Anmeldedatum: 19.08.2008 Beiträge: 13 Wohnort: Wien
  | 
		
			
				 Verfasst am: 19.08.2008 - 12:58    Titel: Testfeld aus FM Datei im AS verwenden | 
				     | 
			 
			
				
  | 
			 
			
				Hallo, 
 
als Neuling ersuche ich um Hilfe.
 
Ich möchte, dass das nachfolgende Script ein Textfeld und die Telefonnummer aus einer FileMakerDatei verwendet. 
 
 
tell application "BluePhoneElite 2"
 
	
 
	-- send using any available (in-range) device
 
	-- a device can also be specified by name or bluetooth address
 
	send message theSMSText to theRecipient ¬
 
		using the first device whose available is true
 
	
 
end tell
 
 
Wie muss ich es anstellen, dass "theSMSText" den Text  und theRecipient die Telefonnummer vom aktuellen Datensatz nimmt.
 
 
Vielen Dank im Voraus
 
g.g.
 
 
iMac intel, 10.5, FM 9.03 | 
			 
		  |