Главная
Новый форум
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Экспорт из Заработной платы

 
Post new topic   Reply to topic   printer-friendly view     Forum Index -> БЭСТ-5
View previous topic :: View next topic  
Author Message
dez



Joined: 22 Jan 2002
Posts: 165



PostPosted: 01 Jun 2004 16:17    Post subject: Экспорт из Заработной платы Reply with quote

Кто-нить пробовал делать экспорт из Заработной платы? Мне нужно предоставить в СберБанк список получателей з/п на карточки в эл.виде - текстовой файлик. Пытаюсь настроить экспорт из файла RECTRANC.DBF в текстовой... И постоянно выскакивают ошибки. Вобщем, если кто делал похожий экпорт - поделитесь опытом.
Back to top
View user's profile Send private message
newer



Joined: 02 Oct 2002
Posts: 28



PostPosted: 07 Jun 2004 12:35    Post subject: Reply with quote

Делаем экспорт каждый месяц
Формат файла таков:
№ п/п,№ лицевого счета, сумма, ФИО

По Ctrl+F5 из лицевых счетов запускаем процедурку (она на основе списков на перечисление формирует текстовик)

Вот код процедурки:
private fname,tfile,s,i
fname:=" "
tfile:=0
s:=" "
i:=0

fname:=apars[1]+'sp'+right(dtos(date()),6)+'.txt'
tfile:=fcreate(fname)

if tfile<0
SayAndWait('Нельзя создать или открыть указанный файл')
else
dbpush()
dbOpenBases({{'rectranc','rectranc.dbf'}})
rectranc->(dbgotop())
do while (rectranc->(!eof()))
if rectranc->code='001'
if rectranc->sum<>0
i:=i+1
s:=alltrim(str(i))+','+alltrim(rectranc->nfacc)+','+alltrim(str(rectranc->sum,20,2))+','+alltrim(rectranc->name)
fwrite(tfile,s+chr(13)+chr(10))
endif
endif
rectranc->(dbskip())
enddo
if !fclose(tfile)
SayAndWait('Файл не закрыт. Ошибка :' + alltrim(str(ferror())))
endif
dbCloseBases({'rectranc'})
dbpop()
endif
_________________
newer
Back to top
View user's profile Send private message Send e-mail
dez



Joined: 22 Jan 2002
Posts: 165



PostPosted: 09 Jun 2004 10:09    Post subject: Reply with quote

спасибо, все получилось (ессесно, чуть подправил )
Back to top
View user's profile Send private message
newer



Joined: 02 Oct 2002
Posts: 28



PostPosted: 10 Jun 2004 17:16    Post subject: Reply with quote

Не за ч
_________________
newer
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view     Forum Index -> БЭСТ-5 All times are GMT + 4 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © phpBB Group

Rambler
Rambler's Top100 Рейтинг@Mail.ru