From: Jim Evins Date: Fri, 19 Dec 2008 03:27:58 +0000 (+0000) Subject: Updated FAQ. X-Git-Tag: glabels-2_3_0~243 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=60afedc9a3de0a1de48b79664299f71384ca2a25;p=glabels Updated FAQ. git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@805 f5e0f49d-192f-0410-a22d-a8d8700d0965 --- diff --git a/web/faq/index.php b/web/faq/index.php index 90c4900d..0778088a 100644 --- a/web/faq/index.php +++ b/web/faq/index.php @@ -15,9 +15,16 @@ + +
  • 2.
  • + + @@ -28,7 +35,39 @@

    1. Common Problems.

    -

    1.1 I cannot edit text. What's wrong? (2.0.x)

    +

    1.1 How can I instruct glabels to not print blank address lines when doing a document merge?

    +
    +

    +This feature can be best described by a simple example. In the following CSV +file, column 5 contains the second address line for each record. This field is +empty in records 1 and 2, but not in record 3. (For this feature to work, +the field must be completely empty -- any text, including spaces will +defeat this feature.) +

    +
    Summers,Joyce,,"1630 Revello Dr",,Sunnydale,CA,95037 +McGarret,Steve,O,"404 Piikoi Street",,Honolulu,HI,96813 +Kramer,Cosmo,,"Apt 5B","129 W. 81 St.","New York",NY,10024-7207 +
    +

    +In the following screenshot, a single multiline text object has been +created to format these addresses. Notice that ${5} representing +the second address line is on a line by itself. (Any additional text +on this line, including spaces would defeat this feature.) +

    + +

    +Printing this label results in the following output. +

    + + +
    + + +
    +

    2. Obsolete Problems (problems with older versions of gLabels).

    + +
    +

    2.1 I cannot edit text. What's wrong? (2.0.x)

    This is most likely due to an @@ -52,8 +91,8 @@ suitable for backport into the 2.0.x branch..

    -
    -

    1.2 Why don't transparent images print correctly? (1.92.1 - 2.1.3)

    +
    +

    2.2 Why don't transparent images print correctly? (1.92.1 - 2.1.3)

    There is currently a limitation in the postscript back-end of libgnomeprint @@ -76,32 +115,5 @@ $ make

    -
    -

    1.3 How can I instruct glabels to not print blank address lines when doing a document merge?

    -
    -

    -This feature can be best described by a simple example. In the following CSV -file, column 5 contains the second address line for each record. This field is -empty in records 1 and 2, but not in record 3. (For this feature to work, -the field must be completely empty -- any text, including spaces will -defeat this feature.) -

    -
    Summers,Joyce,,"1630 Revello Dr",,Sunnydale,CA,95037 -McGarret,Steve,O,"404 Piikoi Street",,Honolulu,HI,96813 -Kramer,Cosmo,,"Apt 5B","129 W. 81 St.","New York",NY,10024-7207 -
    -

    -In the following screenshot, a single multiline text object has been -created to format these addresses. Notice that ${5} representing -the second address line is on a line by itself. (Any additional text -on this line, including spaces would defeat this feature.) -

    - -

    -Printing this label results in the following output. -

    - - -