Mikro Yazılım Homepage
Forum Home Forum Home > Mikro Ürünleri ile ilgili Forumlar > v15.xx ve Önceki Sürümler > v14.xx programları
  New Posts New Posts RSS Feed - Kesilen fatura formuna normal/iade
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Kesilen fatura formuna normal/iade

 Post Reply Post Reply
Author
Message
cosmos View Drop Down
Yeni Üye
Yeni Üye


Joined: 30 Ekim 2012
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote cosmos Quote  Post ReplyReply Direct Link To This Post Topic: Kesilen fatura formuna normal/iade
    Posted: 16 Kasım 2012 at 10:12
merhaba

alış yada satış faturasındaki NORMAL/İADE  penceresinde bulunan ibareyi fatura formuna basmak istiyoruz
fakat form dizaynında   DB STATİK ALAN bölümünde  "cha_normal_Iade    integer"

sql sorgusu var, bunu form a taşıdığımızda  form üzerine sayısal olarak 0  ile 1 getiriyor
normal = 0   iade = 1

ben sayısal değil de  normal yada iade şeklinde fatura ya dökmek istiyorum
bunu nasıl yapabiliriz

bilgisi olan arkadaşlar
şimdiden teşekkürler.


 
Back to Top
fn_ham_stok_foy View Drop Down
Groupie
Groupie


Joined: 16 Kasım 2012
Status: Offline
Points: 44
Post Options Post Options   Thanks (0) Thanks(0)   Quote fn_ham_stok_foy Quote  Post ReplyReply Direct Link To This Post Posted: 16 Kasım 2012 at 11:48
forma variable ekle 
sonra hesaplamalardan variable bul ve kod bölümüne 

if DB_Dinamik_alanlar['sth_normal_iade']=    0 
then
begin 
Value := 'normal'
end;

if DB_Dinamik_alanlar['sth_normal_iade']=    1 
then
begin 
Value := 'iade'
end;  
yapıştır kaydet tamamdır.
Back to Top
cosmos View Drop Down
Yeni Üye
Yeni Üye


Joined: 30 Ekim 2012
Status: Offline
Points: 30
Post Options Post Options   Thanks (0) Thanks(0)   Quote cosmos Quote  Post ReplyReply Direct Link To This Post Posted: 16 Kasım 2012 at 14:30
teşekkürker.

çok faydalı oldu

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.06
Copyright ©2001-2023 Web Wiz Ltd.

This page was generated in 0.695 seconds.