Printing dashed or dotted plot lines of a cnigraph with VC6

Hi,
I have a problem with printing dashed or dotted linesof a CNiGraph with VC++. The lines are always printed solid. As posted in other threads I set the line width to 0 and use ControlImageEx to get the CNiPicture but it doesn't work. Please help...
Thanks a lot
Stefan

Dear Stefan,
could you post your project? I could try to reproduce the issue with that ...
Best regards
Philipp R.

Similar Messages

  • When I open up an e-mail attachment a box pops up PRINT TO FILE below that line OUTPUT FILE NAME with an empty line for the file name vs. simply going to my default printer?

    when I open up an e-mail attachment a box pops up PRINT TO FILE below that line OUTPUT FILE NAME with an empty line for the file name vs. simply going to my default printer?

    Make sure that '''''Print to File''''' isn't selected in the native print dialog box ''(see screenshot below)'' middle-right, and make sure your Printer is selected at the top of that dialog box.
    ''I'm a little confused why an email attachment would need to go directly to the printer, but that's what you asked about.''

  • Printing fixed number of  Invoice Line in rtf template with level two group

    Hi,
    I have to print fixed number of invoice lines on a page. Invoce tempalte design has a table with header and summary(Invoice , tax and shiping totals) at each page in table footer. The table should repeate at each page with header and footer. I need to print specific number of rows or number of rows wihich page can accumulate in table body on each page.
    I checked few blogs giving solution for fixed number of rows printing say
    "Anatomy of a Template I - Fixed Row Enumeration"(http://blogs.oracle.com/xmlpublisher/2007/03/27/)
    and
    http://oracle.anilpassi.com/xml-publisher-developing-reports-printed-on-pre-printed-stationary-2.html
    Above two blogs explanation has only one group at line level. but in my case there are two groups (Parent and child) at line level. I am able to count rows in parent group but it is not counting lines in child group.
    Edited by: Bhanu Yadav on Apr 19, 2011 2:10 AM

    Will it be possible for you to move the 1st and 3rd sections to header/footer?
    So that if the 2nd section spills over to next page too, starting position of 3rd section wont be affected.

  • Dashed or dotted line

    How can I draw a line that is dashed or dotted in word document? I know how to use the tools window, but how do I make the line dashed or dotted?
    intel iMac   Mac OS X (10.4.6)  

    Special case: Dotted line fill to a Tab postion.
    You can use a dotted or dashed lin to fill the space from the end of a line of text to a tab position by formatting the tab stop.
    Easier to demonstrate than explain:
    Open a New WP Document.
    Set a Left tab at the 5 inch mark.
    Double click the tab marker to open the tab fomat dialogue.
    Click one of the three non-highlighted 'fill' buttons.
    Click OK to accept the setting and close the dialogue.
    Press tab.
    A line of the fill character should be inserted from the left margin (ie the end of the line of text) to the tab position.
    Text added to the beginning of the line (ei. before the tab stop) will replace the fill characters it covers. Text added after the tab stop will be appended to the end of the line of fill characters.
    Regards,
    Barry

  • Sneak Peek #3 about the future of Photoshop: dashed and dotted lines

    Zorana Gee shared another Photoshop Sneak Peek, this time about dashed and dotted lines:
    Could it be useful in your workflow?

    I think dotted and dashed lines with gradients sounds useful. I won't have to go to Illustrator and back to get those functions.
    BUT MORE IMPORTANTLY
    I would like to see some other upgrades to the pen tool and vector masks:
    • All too often I can't really see the pen tool line when I am making a vector selection – it gets lost in the clutter. Could there be an option to assign a color to the path? Hot green or magenta?
    • I would like to be able to change the size that vector points display. If I could make the points appear slightly larger it would often make editing easier.
    • I would like to be able to select two points very close to one another and JOIN them like in AI. I don't understand why the pen tool doesn't share more of the functions of the pen tool in Illustrator such as CUT. It sometimes seems like the vector tools in Photoshop and Illustrator were developed completetly independent of one another.
    Attached (I hope) are images demonstrating how hard it can be to see paths. Can you see the paths? In the first image the path is there, not selected. In the second the path is selected. This makes my work very irritating sometimes.
    Craig

  • To print dashed line in output screen

    hi all,
    I want to print dashed horizontal line in output screen with out using loops. Is there any statement to print that like sy-uline to print horizontal line..It would be appriciate with points if any one comes with correct answer...
    Thanks in adv
    Regards
    Reddy

    Hi Veeranagi,
    To print Dashed line, either you can use
    WRITE: '----
    If you dont want to use such statement, simply create a text element with
    TEXT-001   '----
    ' and then use
    WRITE: TEXT-001
    Reward if useful.
    Best Regards,
    Ram.

  • PO printing issue in Dot Matrix printer

    Hi expert
    We got unnecessary spaces on the second page while taking a PO print out.
    printer is dot matrix- EPSON LQ2180.
    Page Format     DINA4
    Device type is EPESCP2
    Can any body help in this matter?what have i to do remove unnecessary spaces from PO printout?
    And also i can not under stand the code which was written in Page Format DINA4?
    please find below codes.Help to understand the below code as well.
    Printer initialization
    reset
    \e\0x40
    designate codepage for slot 0
    \e\0x28\0x74\0x03\0x00\0x00\0x03\0x00
    select codepage from slot 0
    \e\0x74\0x00
    set line spacing 6 LPI
    \e\0x32
    set page length to DINA4 (=70 lines at 6 LPI)
    \e\0x43\0x46
    cancel bottom margin
    \e\0x4F
    set left margin to 0
    \e\0x6C\0x00
    select LQ quality
    \e\0x78\0x01
    select non-proportional spacing
    \e\0x70\0x00
    Thanks
    MM
    Edited by: samir DODIYA on Feb 28, 2012 1:30 PM

    There is something I don't understand: if the barcode printed is visually correct, and exactly the same as with a laser printer, why do you want it would be better with a PDF (especially on a dot matrix printer).
    Could you also tell us what symbology you use, and do you use smart form new barcode technology?

  • Web report printed on a dot matrix printer

    Dear all,
    how can i design a report that is going to be printed on a dot matrix printer, i want to know these things:
    1 - what i will have to change in the report it self.
    2 - when i call the report from the form how the code will be.
    3 - do i have to print the report on the browser then the user press print from the file menu of the browser.
    please advice

    1 - what i will have to change in the report it self.Since you will be printing to a dot matrix printer, you essentially need to design a character mode report and set the .prt file for printing purpose. Check in online help for how to make a character mode report.
    2 - when i call the report from the form how the code >will be.On the otn site itself, you can find a white paper on reports 9i/forms integration. Please refer to this white paper on the example code.
    3 - do i have to print the report on the browser then >the user press print from the file menu of the browser.You do not need to print the report from browser window and can directly tell the report to print the character mode output using your dot matrix printer. The command line you send from Forms will have destype=printer and desformat=<.prt file name>
    Thanks
    Rohit

  • Barcode printing on EPSON dot matrix

    Hi,
       We are printing barcode on Invoice using EPSON dot martrix. We created a new bar code using New Barcode technology through SE73 and created a ZPDF417 type .We taken a PDF417 symbology in New Barcode Technology.
    While using this , the data is printing in Barcode. But while scanning the data is not reading.
      The same print taking from  HP Laser or HP DeskJet , it is printing and also reading while scanning.
       Why i am facing problem with Dotmatrix.
    If any suggestion pls give me.
    Thanks in Advance,
    Pavan.

    Hi Pavan,
    Dot matrix printers offer the lowest resolution of all available printers. Although dot matrix printer manufacturers claim resolutions as high as 360 dots per inch, the real resolution of most is only 60 dots per inch. Higher resolutions are simulated by overlapping consecutive dots. The reason that the true resolution is only 60 dots per inch is because the width of each dot is approximately 1/60th of an inch (16 mils). In order to print readable bar codes on a dot matrix printer, the Narrow Bar Width must never be less than the width of a printer dot as it is impossible for a dot matrix printer to print a line narrower than the width of a single dot. The larger the value that you choose for the Narrow Bar Width (within the allowable range for a specific symbology), the more readable your bar codes will be.
    When you set up the Windows printer driver for your dot matrix printer you should select the highest dot resolution that the printer is capable of. If the driver has a Dithering option, you should also select "Line Art" or the finest dithering resolution that is supported. Some dot matrix drivers also allow you to set the intensity or darkness of the printing. If your printer supports this feature, you should set the intensity to the darkest level supported.
    So i think in your case you need to tell the EPSON printer to use a minimum pitch-width in combination with UNI-DIRECTIONAL printing (Uni-directional escape character for EPSON = ESC U).
    The pitch-width is something that must be setup standard for the printer (ask the system guys).
    The UNI-DIRECTIONAL flag can be send prior (but part of) the actual barcode. The ESC charachter has ASCII value 027.
    Most likely with UNI-DIRECTONAL print, your barcode will become readable.
    Hope this helps you along.
    Regards,
    Rob.

  • How to print the message in 2 lines?

    How to print the message in 2 lines?
    Here i am having it like this... MESSAGE i000(zm) WITH lv_uname.
    here I want to print lv_uname in 2 lines because it lengthy one.
    Thanks,
    Sridhar.

    No man, itas not comming..I am using the below logic to print my message:
        CONCATENATE text-I01 lv_printdate1 text-I02 INTO lv_printname
    SEPARATED BY space.
        MESSAGE i002(zm) WITH lv_printname.
    its printing in a single line...

  • BMP image not printing on LIPI Dot MAtrix printer

    Hello everybody .
    I am facing a promlem while printing a signature ( bmp image ) in a report .
    In print preview it is showing coreclty but while printing to LIPI Dot matrix printer model TALLY 2500 that Signature( bmp image ) is not getting printer.
    Can anybody let me know wether any setting is to be done from SAP side .
    Thanks in advance .
    Regards
    Dhaval..

    Hi Raje,
    Try to take the print in inkjet or laserjet printer
    just for confirmation purpose .
    if it prints in that and  doesn't print in dot matrix then the problem is with the dot matrix.
    In that case ask the basis guys to install the relevent device driver for that dot matrix printer( as normally they would have installed some generic driver ).
    Hope this helps.
    Regards,
    Guru
    *mark helpfull answers

  • Printing only Text and Subtotals lines in A/R Invoice not Regular lines

    How can I create in PLD for A/R invoice that only prints the Text and Subtotals lines in A/R Invoice but not the regular lines the A/R Invoice ?

    Hi Hector Santos,
    Try this,
    ->> Open the A/R Invoice Document.
    ->> Choose the Print Layout Design(PLD) on Top of the Menu Bar.
    ->> Open the A/R Invoice(System) PLD and Save as the New PLD.
    ->> Open the New PLD.
    ->> Choose the Database field(make) on Top of the Menu Bar.
    ->> Create the Database field in Repetetive Area.
    for example,
    Row Line Total Field:
    Table -> INV1 - A/R Invoice(Item).
    Column -> LineTotal.
    ->> Choose the TEXT field(make) on Top of the Menu Bar.
    ->> Create the TEXT field in Repetetive Area Footer or End of Report.
    ->> Create the Database field in Repetetive Area Footer or End of Report.
    for example,
    Document Total Field:
    Table -> OINV - A/R Invoice.
    Column -> DocTotal.
    This is Duplicate thread, so Close the thread.
    Regards,
    Madhan.

  • Help needed in plotting Line Graph!!!!!!!!!Pls help!!

    Hi, i need help in plotting a simple line graph showing the x&y axis and has to plot 3 different lines in the same graph.I have written a program and i need to implement this graph in it.Is there any tutorial for plotting line graphs,i mean steps included.
    Please help!

    You describe your need, but not where it originates from.
    Is it a programming assignment? If so, I hope this is not your chosen major, as you will fail because you are a non-resourceful plagarist.
    Do you need to simply graph some data? Use an existing package. There are free ones somewhere.
    What do you mean "i have written a program and i need to implement this graph in it"? If you wrote the program, wouldn't you be done?
    Enjoy programming

  • How to remove dotted green lines in pages 5.2 documents?

    How do i remove dotted green lines in Pages 5.2 documents?

    That's right. Use Pages '09.
    You can export to Pages '09 from Pages 5.2.
    Peter

  • Need to print Records as according to line values.

    Hi All,
    I have a query,in my report when i pass the po_number,it prints the po details and line details.For each line i have taxes also.
    For Example if i have 5 lines (1,2,3,4,5) and for 1st,2nd and 3rd line's have a,b,c,d as the taxes and for 4th and 5th having a,b as taxes.
    Now i need to print the reportin such a manner that,first i need to print all the three lines (1,2,3) and then need to print there taxes(a,b,c,d).
    and then need to print 4th and 5th line and followed by taxes(a,b) which the both line contains.
    Waiting for you valuable comments..
    Thanks in Advance.....
    RR

    And whats the rule at what time the taxes for some preceding lines should be printed?

Maybe you are looking for