| View previous topic :: View next topic   | 
	
	
	
		| Author | 
		Message | 
	
	
		Яков
 
  
  Joined: 04 Mar 2002 Posts: 618 Location: Яков Occupation: Экстремальная терапия бизнеса Interests: Владивосток
  | 
		
			
				 Posted: 21 Oct 2005 09:20    Post subject: FAIL->POLE:= | 
				     | 
			 
			
				
  | 
			 
			
				Есть переменная FAIL c именем файла
 
Есть переменная POLE с именем поля
 
Надо сделать 
 
FAIL->POLE:=
 
КАК? | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Марина
 
 
  Joined: 27 Aug 2002 Posts: 501 Location: Кондрина Марина Александровна Occupation: ОАО БКО программист Interests: Боровичи Новгородской обл
  | 
		
			
				 Posted: 21 Oct 2005 09:57    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				fail->pole:=aaa
 
это что-то такое
 
(fail)->(eval(fieldblock(pole),aaa)) | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		Марина
 
 
  Joined: 27 Aug 2002 Posts: 501 Location: Кондрина Марина Александровна Occupation: ОАО БКО программист Interests: Боровичи Новгородской обл
  | 
		
			
				 Posted: 21 Oct 2005 09:59    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				или можно
 
(fail)->(fieldput(fieldpos(pole),aaa)) | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		nordk
 
 
  Joined: 27 Jun 2005 Posts: 1000 Location: Горбунов Константин Occupation: БЭСТ-Партнер Interests: СПб
  | 
		
			
				 Posted: 21 Oct 2005 11:48    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				| (fail)->pole:=aaa | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		garik
 
 
  Joined: 25 Jul 2005 Posts: 40 Location: Ruslan Occupation: it Interests: moscow
  | 
		
			
				 Posted: 21 Oct 2005 12:17    Post subject:  | 
				     | 
			 
			
				
  | 
			 
			
				| Или &Fail->&Pole | 
			 
		  | 
	
	
		| Back to top | 
		 | 
	
	
		  | 
	
	
		 |