Want to show  A/R Invoice No   like gipl/00001/08?

My question is that in    A/R in voice NOis showing like..1,2,3....10             first of all  if i want to show like  GIPL/00001/08  ... increment middle digit by1 in INVOICE NUMBER 
Is it Possible?
if i want to show like  GIPL/00001/08  ... increment middle digit by1 in INVOICE NUMBER   in Print lay out by using format theory ?
Is it Possible? In this case ..plz help me
Edited by: Gangotri Infotech on Mar 28, 2008 7:15 PM

You can Add a Formula field where you will check the length of DocNum,  You will need to add 4 such formula fields evaluating
Length(Field_xyz) = 1  ---Field_101
Length(Field_xyz) = 2  ---Field_102
Length(Field_xyz) = 3  ---Field_103
Length(Field_xyz) = 4  ---Field_104
When you will need 4 concat formula fields each corresponding to one of the above formula fields like
Concat("GLIP/000",Field_010,"/08")   Link Field ---Field_101
Concat("GLIP/00",Field_010,"/08")     Link Field ---Field_102
Concat("GLIP/0",Field_010,"/08")       Link Field ---Field_103
Concat("GLIP/",Field_010,"/08")         Link Field ---Field_104
You will use the Link to field of the Concat formula field and assign the Length formula fields numbers corresponding to it.
Suda

Similar Messages

  • I want to show movable image on form like data loding symbol

    Dear All, I am working on developer2000 6i version I want to show movable image on form like data loding symbol.currently i have taken .GIF Image but it is not moving so is there any way to do the same. oracle 10g forms 6i version Faizan

    Hi Faizan,
              Even i work on D2K (Forms 6i). I have tried this below & found the result.
         Its true that you can not add animated image. But you can definitely show a data loading symbol in code.
         Add 2 different contrast colours and choose a striped pattern.
    1) Create a text item with a lengthy rectangle (width minimum of 300).
    2) Create a visual attribute for it with desired colours.
    3) Finally add the following in between your code.
    Your Code
    set_item_property('YOUR_BLOCK.TEXT_ITEM',visible,property_true);
       set_item_property('YOUR_BLOCK.TEXT_ITEM', width,2);
    Your Code
    tot_wid:= get_item_property('YOUR_BLOCK.TEXT_ITEM', width);
    Your Code
    set_item_property('BLOCK3.PROGBAR', width,100);
    Your Code
    set_item_property('BLOCK3.PROGBAR', width,300);
    Message('Data Loading is completed');
    Try this out and let me know if its working as you expected & also let me know if there is a problem.

  • I want to show console output in my cmd prompt in C# winform application

    Hi,
    I'm launching the some process in C# .net Winform appliaction. But i couldn't able to see console output on the screen. The process is getting launched but inside cmd prompt window, it is showing nothing. I would like to show something on cmd prompt. Please
    help on this.
     using (Process comxdcProcess = new System.Diagnostics.Process())
                            comxdcProcess.StartInfo.FileName = fileName;
                            comxdcProcess.StartInfo.Arguments = args;
                            comxdcProcess.StartInfo.RedirectStandardError = true;
                            comxdcProcess.StartInfo.RedirectStandardOutput = true;
                            comxdcProcess.StartInfo.UseShellExecute = false;
                            comxdcProcess.Start();
                            this.errorComment = comxdcProcess.StandardError.ReadToEnd();
                            StreamReader myStreamReader = comxdcProcess.StandardOutput;
                            //// Read the standard output of the spawned process. 
                            this.errorComment = myStreamReader.ReadToEnd();
                            comxdcProcess.WaitForExit();
    click "Proposed As Answer by" if this post solves your problem or "Vote As Helpful" if a post has been useful to you Happy Programming! Hari

    @Hariprasadbrk
    Do you mean you have use process class to start "cmd prompt" And want to display some output in it?
    If so, there is no need to use RedirectStandardOutput property. This property means the output of an application is written to the
    Process.StandardOutput stream.
    // Setup the process with the ProcessStartInfo class.
    ProcessStartInfo start = new ProcessStartInfo();
    start.FileName = @"C:\7za.exe"; // Specify exe name not cmd exe.
    start.UseShellExecute = false;
    start.RedirectStandardOutput = true;
    // Start the process.
    using (Process process = Process.Start(start))
    // Read in all the text from the process with the StreamReader.
    using (StreamReader reader = process.StandardOutput)
    string result = reader.ReadToEnd();
    Console.Write(result);
    Output
    This section shows the output of the process.
    7-Zip (A) 4.60 beta Copyright (c) 1999-2008 Igor Pavlov 2008-08-19
    Usage: 7za <command> [<switches>...] <archive_name> [<file_names>...]
    [<@listfiles...>]
    So you can start a cmd exe.
    Please also take a look at the article from codeproject
    How to redirect Standard Input/Output of an application
    In summary, the shutdown proces is invoked from my application, and it displays the output from the process in RichTextBox control.
    Have a nice day!
    Kristin
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • I recently downloaded Ios 7 and all the songs that i have purchased before but deleted off my itunes because i didn't want them showed up. I don't know how to delete them off my ipod and i really don't want them there

    I recently downloaded Ios 7 and all the songs that i have purchased before, but deleted off my itunes because i didn't want them, showed up. I don't know how to delete them off my ipod and i really don't want them there. Is there a way to get them off? The songs dont show up in my itunes on my computer, just on my ipod with a download button next to them. I don't want them there anymore because i don't like that kind of music anymore and i don't know how to get them to go away.

    There is a similar setting for Videos on that Settings screen, so if you leave that 'on' you may have similar happening in the Videos app

  • Dont want to show the divided line between two rows in a Grid.

    Hello Friends,
    I want a Grid in which I want multiple rows but i dont want to show the divided line between two rows.
    It is just like a grid on Territories form(Administrator->SetUp->General->Territories)
    Thanks.

    Mithun,
    The component you're talking about is not a grid, and that component is not exposed by the UI API so you cannot use it.
    Regards,
    Vítor Vieira

  • *** ~ can this do this: i want to make multiple circles within circles like the target logo ~ ***

    im makign a simple visualisation. i want to dl a free trial of w/e i need and im done
    a link to a guide on how to do this would be good
    good links are good
    also need good sites to ask questions liek these in the future, thanks
    *** ~ can this do this: i want to make multiple circles within circles like the target logo ~ ***

    *** ~ The Invisible Problem: Video As The Best Medium For Most Things ~ ***
    Do you know how to learn? I don't think you do. Because we've all learned the same way. From school. The broken school system that we all know, and that some are reinventing.
    Let's elaborate. When learning anything (that isn't invisible), we don't need to know awkward, confusing, and strange words. That do not mean anything, in and of itself.
    ~ Hard Words ~
    What I mean by the invisible? Take 1+1. That's arithmetic, a branch of mathematics. That's invisible. We don't know what 1 is. What don't know what 1 means. It's just a line that goes up and down on the right wall in a cave of a caveman's drawing.
    Until, of course, some inventive educators (not necessarily the traditional concept of "teachers") decides upon themselves, and say, "Hey let's show what 1 means. These 1st graders doesn't understand what 1 means. Here's 1 apple, and here's another apple. 1+1. We've shown it. Then we're golden.
    That's what seems to be invisible, but is not. Is it? Of course the idea is invisible. 1 does not designate 1 apple. Clearly 1, as a concept/idea, is invisible. 1 is "1 of a unit". But a unit could be anything. How do you really define a unit? Not all units are physical objects. And if they aren't physical, you cannot show it, on a physical level.
    So, that's a little bit about what I mean by the invisible.
    ~ Love, as invisible ~
    You can show love to someone. You can hug them. But you can still show things, in a physical way, when the idea/thing, love, is still invisible. Love is an emotion. Emotions are invisible. You can draw it, and symbolise an emotion. But is never truly what the emotion IS. You can show something invisible by representation. As a concept, the idea is still invisible.
    How do you explain things that are invisible to someone? Like love. Really? I've no idea. I'm sure someone far smarter and knowledgeable would though.
    The emotion is in the neuroscience of our "mind". So until neuroscience, as a scholarly field, advances where they can show in the brain via an MR or whatever machine/device they use. Then they can show emotions. Or maybe they cannot, and emotions are more complicated than that. And they would need to explain how an emotion like love works via no more than mere words.
    I'm sure there's a more academic word for the "the invisible", in this linguistic sense. Not sure what field of study, or more likely, what fields of study, this would be categorised under. Categorised wrongly, obviously, as that's how all categories/genres are.
    But I'll run across it one day.
    ~ What I say again? ~
    So what did I say again? When learning anything (that isn't invisible), we don't need to know awkward, confusing, and strange words. That do not mean anything, in and of itself.
    So these words.
    First of all, why do we need words? To communicate with one another. But I said we don't need words when talking about things that aren't invisible. You may ask, "Well then, how can we communicate with one another without words?"
    Images. Moving images. Like video.
    A little bit of words, when necessary, help though.
    So let's rephrase. We don't need complicated words. That doesn't mean anything.
    Nonverbal communication accounts for safely 90% of the message.
    How poorly designed text, as a communication medium, really is. We need to understand that.
    ~ Origins Of Stuff & Histories ~
    If it's so bad, why do we use words, on topics that video can do far better?
    Like much of what is wrong with the world, they stem from the outdated past. During a time period where that was the best option, and the best invention, humanity could make -- for the times -- for the times, I repeat.
    ~ The Video Age ~
    Today, we live in a video-dominated age. When did video first start? Recently when the Web became more developed? Of course not, they had films back then if you really think about it.
    ~ Teachers: People That Speak Words ~
    So teachers are like a video, only worst due to less flexibility in what you can do (if they were a software, they lack of many features)
    But better in the way that they can give immediate feedback. That two-way system that video (premade videos only) doesn't have. Live video is an example of videos that aren't premade. Combining video with a live person is another example. I'm sure there are more.
    But teachers are basing their teaching on the textbook, and little to none from their own base of knowledge, and any of that base of knowledge would've been from textbooks anyway.
    ~ The Video Age ~
    If video is really so good, we doesn't everyone use it??
    You know what? They do. The proportionally few good ones that is. You haven't gotten around? Live in that caveman's cave?
    ~ Pixels ~
    Pixels, that topic, is a great example of how clearly video is the best medium ever to show. We don't need representation of words to confuse and clutter the physical objects that these digital objects and button are.
    Video is the best medium, at this current point in time, to teach/show anything related to pixels. This could be photoshop, or whatever.
    ~ Results ~
    So we live in this world where we now have video. But so much of society is outdated. With outdated practises.
    I hate words when we don't need them When there is better mediums to communicate 100x more effectively than words ever could.
    You fail to see how significant 100x really is. How many orders of a magnitude is that anyway? I don't know. I don't know enough.
    You also fail to see how much of what was said is about invisible, highly abstract, things/ideas. And some things aren't. So which ones were the things I could've shown far better in video, or maybe everything could've expressed better on video?
    Video = moving images + still images like diagrams, slides with charts & infographics + sounds (like music, etc.) + maybe words +
    ~ Ends ~
    Look, the point is that words are bad in so many ways. SO. MANY. WAYS. I shouldn't have to say it any more than once if you actually knew how to learn. I shouldn't have to say it -- at all -- if you knew at this moment how to learn. And you need to understand that. That words are bad in SO MANY WAYS. And to stop using them. Especially when you're trying to teach (or give answers, solutions, etc.)
    Words are easier, sometimes, though. So that could be why I'm using it.
    I'm not using complicated words though. And this was about complicated, strange, and meaningless words. So get that straight.
    ==
    {1st Draft} -- out there in the vast Web.
    None of these ideas in this is new. Visit the higher end of the Web for once.

  • Hide/Delete, do something with information I don't want to show - help!

    Hi everyone,
    I hope you can help me out.
    I current have to submit pdfs to our auditors to backup financial information.
    I have a 2 page document that I need to submit however, on the second page there is information that I do not want to show the auditors.
    I am hoping for a way to hide the information with a rectangle and then fill it in with black (or white) or something like this so that they will not be able to see this information.
    How can I do this?
    I am using Adobe 9 Pro (the free trial version)
    I have managed to put a rectangle around the information I want hidden, but can't figure out how to hide it.  The pdf that I am using does weird things if I try to use the text tool and delete the text, so I was hoping for a quick and easy way to cover the information.
    Thanks in advance for any help you can provide!

    Use the redaction tool.

  • I want to show sum of two measures in Crosstab, is it possible?

    Hello,
    I want to show sum of two measures in Crosstab. There are only two measures in BW query, and I want to show sum of them by new column in Crosstab component.
    For example:
    Measure 1
    Measure 2
    Sum (New Column)
    100
    200
    300
    50
    30
    80
    30
    90
    80
    Is it possible ?
    Thanks.

    Hi,
    Design Studio is not capable to calculate that. If you like you can do it in BEx Query Designer as mentioned above.
    Alternatively you can open your Query in Analysis Office and do the calculation there. Then you can smart copy and paste the navigation state into Design Studio.
    Dirk

  • I want to show previous test result on uut screen?

    Hi.
    I'm using Test Stand 2013. I want to show previous uut result on new uut screen. How can i do it? Which variable can i use for it?

    You could store the previous results using the PostUUT callback (or near that if you are changing the process model directly) and store the result status in a FileGlobal indexed by testsocket index. For example something like:
    FileGlobals.LastTestSocketStatus[RunState.TestSockets.MyIndex]
    To make sure the array is big enough you could dynamically size it somewhere using SetNumElements() once you know how many testsockets there are.
    Hope this helps,
    -Doug

  • Armitage don't want to show workspace monitors!

    Hey guys,
    i installed metasploit + armitage form official metasploit website. I registered it, configured everything correctuly(my friend helped me about database) and armitage starts fine, but I can't make it display Monitors on workspace as graphic picture of network. Here are pictures, maybe they can help
    How my armitage looks like:
    http://www.dodaj.rs/f/3h/hm/3Mu927oq/sc … 2-1105.png
    How it should like:
    http://2.bp.blogspot.com/-UYC-MGMjNqA/T … mitage.png
    So basicly, im telling that no matter what i do inside it, it simply dont want to show that monitor of my local host.
    Anyone can help me?
    -- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --
    Last edited by stefkee (2012-12-28 22:13:23)

    Have you...?
    If you want to use Armitage, do not install Metasploit with the 4.5 installer.
    Previous versions of the Metasploit installer separated Rapid7's commercial products and the open source programs. The 4.5 installer installs one environment shared by Rapid7's commercial and the community's open source interfaces. msfconsole and armitage still load, but it's a different environment. The teamserver script does not work in the environment setup by the new installer. On Linux, I've verified that Armitage loads and works, but you'll see syntax errors due to it trying to load "pro modules". I've seen reports that it does not load on Windows.
    For now, use the 4.4 installer and run msfupdate. The 4.4 installer ships with the same dependencies as the 4.5 installer. msfupdate will give you the latest sourcecode for 4.5.
    To uninstall, run: /opt/metasploit/uninstall
    I suspect that these things are an easy fix. I'll keep you posted.
    http://www.fastandeasyhacking.com/manual

  • Hey How Do I Get Group Message On The IPhone 4s because some reason it doesn't want to show . First i did is setting then messages  it only show imessage and message count )HELP)

    ey How Do I Get Group Message On The IPhone 4s because some reason it doesn't want to show . First i did is setting then messages  it only show imessage and message count )HELP)

    At the bottom of the page Settings > Messages you should have a section headed "SMS/MMS" Turn MMS messaging on then you can turn group message on.

  • Help me in  'AR Details ' report shows total open invoices by customer

    hi friends,
    please  help me in  'AR Details ' report shows total open invoices by customer and PO number over selected time range.
    any thing related to open invoices please send me as early as possible.
    Thanks,
    Regards,
    Yogesh

    Hi,
    Find the T.code VF05. You will get the list of open billing docs. Its SIS report. Please find whether the SIS is active or not in your system
    Regards,

  • HT201401 I have my a song purchased from Itunes and would like to use part of it for a ringtone and get all the way thur the process of getting it to my phone but it goes to sync to my phone it doesn't show up in my phone like it says it is suppose to und

    I have my a song purchased from Itunes and would like to use part of it for a ringtone and get all the way thur the process of getting it to my phone but it goes to sync to my phone it doesn't show up in my phone like it says it is suppose to under ringtones. Does anyone have any tips on how to do this.

    http://osxdaily.com/2010/09/04/make-free-iphone-ringtones-in-itunes-10/
    https://discussions.apple.com/message/17777381 - making a ringtone
    Getting ringtones folder to show in iTunes - https://discussions.apple.com/thread/2629494 - iTunes > Preferences. Under the General tab below Show, confirm Ringtones is selected

  • I just upgraded to mountain lion and I can't figure out how to use messages...  it wants me to use AIM or something like it, but I can't change the user...

    I just upgraded to mountain lion and I can't figure out how to use messages...  it wants me to use AIM or something like it, but I can't change the user... How do I do this??

    See this Thread

  • HT4437 What is difference between air play and home sharing if you just want to show iPhoto's on HD tv through apple tv (just purchased MacBook Air and Apple tv)

    What is difference between air play and home sharing when wanting to show photos on HD tv through apple tv?  Just bought Mac book air and apple tv. 

    You would have to use home-sharing if streaming from a computer. Computer would need to be on and running iTunes.
    http://support.apple.com/kb/HT4352
    Airplay would be useful if streaming from an IOS device
    http://support.apple.com/kb/HT4437

Maybe you are looking for