Need help on defining a default font in a JTextPane

Hi, I'm currently programming a HTML Editor and I'm stuck with a problem I don't know how to solve:
I have defined a default logical style for my JTextPane.
I decided to set the font to "Arial". So here is how it goes:
import javax.swing.text.StyleContext;
import javax.swing.text.Style;
Style styDefault = StyleContext.getDefaultStyleContext().getStyle(StyleContext.DEFAULT_STYLE);
StyleConstants.setFontFamily(styDefault,"Arial");
//tpEditor is a JTextPane
tpEditor.setLogicalStyle(styDefault);
I have also bound a CaretListener to my JTextPane so that
it get and output display showing the font family of the character over which the caret is positionned.
Alright, here is how all this behaves :
When I run my HTMLEditor (a JFrame) and I click on the JTextPane, I get this
in the output : "Arial" . This is correct, that's what I expect the output to display, the problem is that when I start typing text,
even though the caret listener keeps sending to the output "Arial" for every key that I press, the displayed
text is not Arial text, instead,it is this default font called "dialog". This is the code that I use to display the font over which the caret is positionned :
//Code inside a CaretListener extended class
System.out.println(StyleConstants.getFontFamily(tpEditor.getCharacterAttributes()));
Another strange behaviour is the following :
If I select, let's say "Verdana" from my JComboBox, any further typed text or an already selected
portion of text has its font set to Verdana. Displayed text and font name sent to the output by the caret
listener really match this time ( I set the font using Actions that are bounded to buttons I added to my JComboBox)
If I erase text, typing on the backspace key, and I get to the beginning of the line (the
border of the JTextPane), the font (which was set to Arial) is set back to this default font called "dialog"
that I don't know how to get rid off.
Does any one have any clue about this issue ? Is there a sort of background font that can't be changed ? It
seems awkward to me to have to manage an event for when I get to the beginning of the line. There has to be
a way of getting control over the default font (or style) of my JTextPane and it's associated document (which
happens to be a HTMLDocument for me).
Any help would be really appreciated,
thanxs,
Diego TERCERO

Good news! I found a way around our little roadblock. It's funny how, whenever I'm forced to post a request for an answer, I ALWAYS seem to find one myself! :)
Anyhow, follow this link to my thread:
http://forum.java.sun.com/thread.jsp?forum=57&thread=237075&start=0&range=15#858692
Cut and paste it if the link ends up broken.

Similar Messages

  • What defines the default font?

    What defines the default font used in an applet besides the font.properties file? I'm running an applet on two NT systems with identical font.properties files but the applets use two different fonts. Is there an OS setting in NT that would override the default in Java?

    To my best of knowledge, it's completely contained in the font.properties file. At least for jdk118. You can always create and define other fonts in your font.properties file even going to the extent of removing the ones you don't like probably but I haven't done that. I have added new fonts to the font.properties file and then set what ever component you are using to this new font. So to create a new font to use on a button and add the button to a panel.
    p1 = new JPanel();
    Font bf = new Font("comic",Font.BOLD,16);          
    JButton bj = new JButton(label);
    bj.setFont(bf);
    bj.addActionListener(this);
    p1.add(bj);
    Note that in my font.properties file I added the following line:
    comic.0=Comic Sans MS, ANSI_CHARSET
    joberoni

  • I need to know the standard default font for Firefox

    I had a Dell 20 inch 2007fp monitor that I had to give up. I purchased an LG 22inch widescreen monitor.
    My home page is the Drudge Report and with the new monitor the font is all messed up.
    What is the standard default font for Firefox?

    You can see the defaults in a screenshot in this KB article: [[Some text shows up bold after upgrade]]<br />
    You can check the font setting in: Tools > Options > Content : Fonts & Colors: Advanced<br />
    Default Font: Times New Roman (16)<br />
    <br />
    Fonts for : Western<br />
    <br />
    Proportional: Serif (16)<br />
    Serif : Times New Roman<br />
    Sans-serif : Arial<br />
    Monospace : Courier New (13)
    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Next Generation Java Plug-in 1.6.0_18 for Mozilla browsers
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)

  • Need help in defining the Transaction Variant using MM02

    Hi Experts,
    I had a requirement that I need to disable the <b>Purchase order Text</b> tab in MM02 T-code,I tried using Transaction Variant(SHDO) ,but I unable to disable the PO text Custom Control.Iff you have any info Please share it with me on  [email protected]
    Apriciated your contributions by Assinging the points.
    Thanks,
    Sridhar.

    Hi Nani,
    The transaction used to create transaction variant is SHD0.
    Using this you can change the screens, for example is you want certain fields to get a default value in XD03 / MM03 etc you can do so with the help of transaction variants.
    Also you can go thru this links for more help .... please go thru and I believe that you problem will be solved....
    Check the following threads:
    Re: How to create a transaction variant
    Transaction variant
    Regards,
    Jayant
    Please award if helpful
    Message was edited by:
            JAYANT KUMAR

  • Need help formatting text field default value

    Hello,
    I've received a customer request to put default text into the Value section of a text field. They're requesting that the default text include line breaks, bullets, etc. I added a Text Field object and added the default text to the Object tab > Value tab Default field but can't figure out how to add line breaks, etc.
    Thanks in advance,
    Saskia

    Hi,
    this is possible but not doable with the UI of Designer.
    The workaround is as follows:
    1. Create a text, enter your default text with all the formattings you need (text color, bold text, line breaks etc.)
    2. Create a text field and enter any word as default value. Let's say "Default".
    3. Select the text and the switch to the XML Source view.
    There you will find all the formatted text between the <value> tags such as:
    <value>
         <exData contentType="text/html">
              <body xmlns="http://www.w3.org/1999/xhtml" xmlns:xfa="http://www.xfa.org/schema/xfa-data/1.0/"><p style="letter-spacing:0in">This is<span style="xfa-spacerun:yes"> </span></p><p style="color:#ff0000;letter-spacing:0in">default Text</p><p style="letter-spacing:0in"><span style="xfa-spacerun:yes"> </span>• with<span style="xfa-spacerun:yes"> </span><span style="font-weight:bold">RichText</span> formatting.</p></body>
         </exData>
    </value>
    4. Select the whole code between the <value> tags and copy it to the clipboard (ctrl + c).
    5. Go to the Design View, select the text field, go back to the XML Source view.
    6. There you'll also find the value <tags> and your default value you entered before.
    <value>
         <text>Default</text>
    </value>
    7. Select this code section and paste the value copied before to the clipboard by pressing ctrl + v.
    8. That's it. When you now go back to the Design View your text field shows a formatted RichText as defaul text.

  • Need help with defining composite foreign keys

    Hi there, i´m in troubles with defining a composite foreign key. The scenario is:
    * Table TABLE_A has no unique primary key. Instead its primary key is a composition of five foreign keys.
    * Table TABLE_B and TABLE_A have a many-to-many relationship with each other.
    When I create the entity manager for running the DDL scripts into the DB i´m getting "ORA-02270: no matching unique or primary key for this column-list".
    These are my entities (sorry the portuguese terms, but i think the issue can be understood without translation...).
    @Entity
    @Table( name = "DESTAQUE_PDE" )
    public class DestaquePDE implements Serializable {
         private static final long serialVersionUID = 4694859522628884981L;
         @Id
         @GeneratedValue( strategy = GenerationType.SEQUENCE )
         @Column( name = "ID_DESTAQUE_PDE", nullable = false )
         private long id;
    //Some fields were ommited here for simplicity....
         @ManyToMany( cascade = CascadeType.ALL )
         @JoinTable( name = "JOIN_DESTAQUES_CORRELACAO",
                        joinColumns           = @JoinColumn( name = "JOIN_ID_DESTAQUE", referencedColumnName = "ID_DESTAQUE_PDE" ),
                        inverseJoinColumns      = {@JoinColumn( name = "JOIN_ID_COR_PUB_ALVO", referencedColumnName = "FK_ID_PUBLICO_ALVO" ),
                                                 @JoinColumn( name = "JOIN_ID_COR_RES_LINHA", referencedColumnName = "FK_ID_RESOLUCAO_LINHA" ),
                                                 @JoinColumn( name = "JOIN_ID_MOD_CRED", referencedColumnName = "FK_ID_MODALIDADE_CREDITO" ),
                                                 @JoinColumn( name = "JOIN_ID_AG_FIN", referencedColumnName = "FK_ID_AGENTE_FINANCEIRO" ),
                                                 @JoinColumn( name = "JOIN_ID_PROG_LINHA", referencedColumnName = "FK_ID_PROGRAMA_LINHA" )}
         private List<EntradaTabelaCorrelacao> correlacoes;
    @Entity
    @Table( name = "CORRELACAO" )
    @IdClass( TabelaCorrelacaoPK.class )
    public class EntradaTabelaCorrelacao implements Serializable {
         private static final long serialVersionUID = -3337072470212918325L;
         @Id
         @Column( name = "FK_ID_PUBLICO_ALVO" )
         private long idPublicoAlvo;
         @Id
         @Column( name = "FK_ID_RESOLUCAO_LINHA" )
         private long idResolucaoLinha;
         @Id
         @Column( name = "FK_ID_MODALIDADE_CREDITO" )
         private long idModalidadeCredito;
         @Id
         @Column( name = "FK_ID_AGENTE_FINANCEIRO" )
         private long idAgenteFinanceiro;
         @Id
         @Column( name = "FK_ID_PROGRAMA_LINHA" )
         private long idProgramaLinha;
         @Column( name = "CS_SITUACAO", nullable = false, length = 1 )
         private String situacao;
         @ManyToMany( mappedBy = "correlacoes" )
         private List<DestaquePDE> destaquesPDE;
    //more relationships ommited for simplicity....
    public class TabelaCorrelacaoPK implements Serializable {
         private long idPublicoAlvo;
         private long idResolucaoLinha;
         private long idModalidadeCredito;
         private long idAgenteFinanceiro;
         private long idProgramaLinha;
    //getters and setters ommited....
    These are part of the DDLs generated by toplink:
    CREATE TABLE DESTAQUE_PDE (
         ID_DESTAQUE_PDE NUMBER(19) NOT NULL,
         VL_ALOCACAO_AUTORIZADA NUMBER(16,2) NOT NULL,
         VL_TOTAL NUMBER(16,2) NOT NULL,
         QT_OPERACOES NUMBER(16,2) NOT NULL,
         NM_DESTAQUE_PDE VARCHAR2(255) NOT NULL,
         VL_ESTIMATIVA_REAPLICACAO NUMBER(16,2) NOT NULL,
         VL_MONTANTE NUMBER(16,2) NOT NULL,
         FK_ID_PDE NUMBER(19) NOT NULL,
         FK_RESOLUCAO_PROGRAMA NUMBER(19) NOT NULL,
         PRIMARY KEY (ID_DESTAQUE_PDE)
    CREATE TABLE CORRELACAO (
         FK_ID_PUBLICO_ALVO NUMBER(19) NOT NULL,
         FK_ID_RESOLUCAO_LINHA NUMBER(19) NOT NULL,
         FK_ID_MODALIDADE_CREDITO NUMBER(19) NOT NULL,
         FK_ID_AGENTE_FINANCEIRO NUMBER(19) NOT NULL,
         FK_ID_PROGRAMA_LINHA NUMBER(19) NOT NULL,
         CS_SITUACAO VARCHAR2(1) NOT NULL,
         PRIMARY KEY (FK_ID_PUBLICO_ALVO, FK_ID_RESOLUCAO_LINHA, FK_ID_MODALIDADE_CREDITO, FK_ID_AGENTE_FINANCEIRO, FK_ID_PROGRAMA_LINHA)
    ALTER TABLE DESTAQUE_PDE
    ADD CONSTRAINT FK_DESTAQUE_PDE_FK_ID_PDE
    FOREIGN KEY (FK_ID_PDE)
    REFERENCES PDE (ID_PDE)
    ALTER TABLE DESTAQUE_PDE
    ADD CONSTRAINT DESTAQUEPDEFKRESOLUCAOPROGRAMA
    FOREIGN KEY (FK_RESOLUCAO_PROGRAMA)
    REFERENCES RESOLUCAO_PROGRAMA (ID_RESOLUCAO_PROGRAMA)
    (*) ALTER TABLE CORRELACAO
    ADD CONSTRAINT CORRELACAO_FK_ID_PUBLICO_ALVO
    FOREIGN KEY (FK_ID_PUBLICO_ALVO)
    REFERENCES PUBLICO_ALVO (ID_PUBLICO_ALVO)
    ALTER TABLE CORRELACAO
    ADD CONSTRAINT CORRELACAOFKID_RESOLUCAO_LINHA
    FOREIGN KEY (FK_ID_RESOLUCAO_LINHA)
    REFERENCES RESOLUCAO_LINHA (ID_RESOLUCAO_LINHA)
    ALTER TABLE CORRELACAO
    ADD CONSTRAINT CRRELACAOFKIDMODALIDADECREDITO
    FOREIGN KEY (FK_ID_MODALIDADE_CREDITO)
    REFERENCES MODALIDADE_CREDITO (ID_MODALIDADE_CREDITO)
    ALTER TABLE CORRELACAO
    ADD CONSTRAINT CORRELACAOFKIDAGENTEFINANCEIRO
    FOREIGN KEY (FK_ID_AGENTE_FINANCEIRO)
    REFERENCES AGENTE_FINANCEIRO (ID_AGENTE_FINANCEIRO)
    ALTER TABLE CORRELACAO
    ADD CONSTRAINT CORRELACAOFK_ID_PROGRAMA_LINHA
    FOREIGN KEY (FK_ID_PROGRAMA_LINHA)
    REFERENCES PROGRAMA_LINHA (ID_PROGRAMA_LINHA)
    As I told before, the error i´m getting with these mappings is:
    ORA-02270: no matching unique or primary key for this column-list
    The error occurs exactly when executing the instruction with (*).
    Thanks in advance for any help!
    Regards
    Loreno

    The error says that the table PUBLICO_ALVO does not have a primary key or unique constraint for (ID_PUBLICO_ALVO), so you cannot define a foreign key constraint to it. This table was not included in your DDL, how was it created? You need to add a primary key or unique constraint in this table on this field.
    If you do not wish to have the unique or foreign key defined you can just ignore the error, it is just a warning.
    <p>---
    <br>James Sutherland
    <br>Oracle TopLink, EclipseLink
    <br>Wiki: Java Persistence, EclipseLink

  • Need help accessing the factory default restore disk - Ideapad b5609

    I am working on a friends PC. It will not start up in normal mode but will start in safe mode. This PC has Windows 7 64 bit installed.
    I don't know whjat he did to this except I used Malwarebytes to remove some malware. After I removed the malware, the PC would not boot in safe mode, but would get stuck at classpnp.sys. I searched for a solution for this and the only thing I could get to work was renaming classpnp.sys to classpnp.old. This allowed the PC to boot in safe mode again but this needs to get fixed.
    What I wanted to do was access the factory default restore disk, back it up to USB ( No dvd's) if possible and reinstall a fresh copy of the system. - But I don't even know if this laptop has a factory restore disk,  Is there one?
    The PC owner says he didn't get a dvd when he bought the PC. This person was born without arms and is not too PC literate. He uses the PC for e-mail and going to porn sites. It's possible he did have a dvd for the PC if it came with one but he just doesn't remember or even knew what it is.
    I do see a Backup and Repair app in the start menu / Maintenence folder but It doesn't start from safe mode. One Key Recovery doesn't work either.. I don't know what it does but I was going to look at it to see if it will help fix the PC.
    I tried a windows system recovery disk, and it says it cannot fix the problem. My friend told me this PC is over a year old so i assume it's out of warrenty. 
    Please help, Thank you.
    Moderator Note; similar threads merged

    I've already removed the malware with malwarebytes and double checked this with the offline version of Defender. The PC is over a year old.. the owner tells me it's not in warrenty. I didn't want to mess up the hidden recovery partition so i installed a fresh copy of windows 7 to C drive. Since I can now boot into C i will try to install and use OneKey recovery to access and reinstall from the hidden partition.
    I understand there is an Enginers version of Onekey Recovery I may have to get if i have problems - it's the version of OKR that the OEM's use to set up the partition in the first place.. from my info anyway..
    This is the second time tryiong to fix it from a fresh install on C drive.  The first time had a Windows.old folder I wanted to try to reinstall stuff from, but on trying to back that up to a external hard drive via USB, the system crashed and said missing master boot record. A StartUp Repair disk ran 6 times could not fix the problem ( same disk I used to install.. told me it didn't find any problems !
    Other odd behavior.. when i was copying the windows.old folder, it didn't tell me i had so many files to go.. always sais it had 0 files left to transfer.
    I couldn't get the sound drivers to work even after downloading the right ones from lenovo. I even let device manager try to reinstall the drivers from the Realtek folder in the windows.old folder - those should have worked - and the pc told me that the drivers matches and were up to date - however, the error i get told me there is a problem with the drivers and installation would fail when i tried to install from the downloaded exe.
    I have been fixing my own systems for over 20 years, i have never seen a system as screwy as this with a fresh install.

  • Need help to reset develop defaults

    When I import photos the develop module applies a default setting of sharpness 25 and lumanace 20. I would like to change those defaults but don't remember how.
    Thanks for your help,
    Ed

    You save a preset with the ones you want and apply it to all you want and/or on import.
    Don
    Don Ricklin, MacBook 1.83Ghz Duo 2 Core running 10.4.9 & Win XP, Pentax *ist D
    http://donricklin.blogspot.com/

  • Need help on defining object-type dependent attributes for documents

    Hi everyone,
    I'm trying to define different attributes for documents (attachments), depending on document type.
    I performed customizing activities as specified in IMG notes (define structure and table for the attributes, attribute model, register attribute model with table and structure, map model to object type, map object type to document type)
    But I didn't find any new BOL in CM GenIL component with my attributes...
    I already have type-independent attributes defined, and I see them in the CMDocument BOL.
    I don't know how to use my attributes, nor in code niether in UI.
    Did I miss something?
    Thanks,
    Yulia

    return self.amount+self.depositamount;I counld not find any amount field in your type definitions
    if self.status='OPEN' thenIs it w_accountt.status ?? since there is no status field in accountmanager_t type
    return self.currentamount-self.withdrawalamount;same comments for currentamount
    member function deposit(d_accountt account_t,d_transno number default 1) return account_t asWhere as your return expression is a number??

  • Need Help!! Extensis Suitcase + Font Problems

    Hi guys!
    I installed Extensis Suitcase a couple weeks ago and it told me I had numerous duplicates. So I cleaned up my fonts folders after reading some Lang's posts and deleted duplicates. But these last days, I couldn't activate fonts through suitcase. They stayed deactivated as I clicked on'em.
    I tought Font Book was the problem so I deleted it, font preferences, cleaned caches, restart, trash can, delete font book. Then XS cause some kind of restart and I was stuck in Darwin with a prompt (/root:). I checked fsck and anyway, I force it to restart with a PRAM reset.
    But now Suitcase startup and is initiallizing forever. I can't even access the preferences. What am I supposed to do about that?
    PowerMac G4 (Sawtooth)   Mac OS X (10.3.9)   896 MB RAM

    My Microsoft version is the 2004 one...
    Then it's very strange you didn't find the file /Users/yourusername/Library/Caches/.com.microsoft.browserfont.cache
    Extensis Suitcase X1
    That version works well with OS X. So if you're getting the same hang problem after deleting the preference files, then there must be corrupt fonts (one or more) that are damaging the preference files each time they are built.
    Last time I could work with XS, I had something like 1600 fonts. Mostly located in my HD/library/fonts. I don't store any in my user font library. Would it be better? Since I'm the only user, I thought I'd put it on the HD rather than in my user account...how does that sound?
    That's not a great number of fonts, but could easily contain one of more corrupt copies. Damaged fonts will bring down any font manager. In a normal setting where you're controlling the fonts manually, the \Library\Fonts\ folder would be fine. There's no advantage for a single user to use that folder over the one in your user account, or visa versa.
    Actually, that's part of your problem. Particularly with applications still seeing the fonts you've "disabled". In any of OS X's Fonts folder, fonts are active all the time. That's their purpose. To control them with Suitcase, you don't want any of your fonts in either folder. Leave the system fonts alone, but move all other fonts to a new folder. Then activate/deactivate them with Suitcase from there. That's how it's supposed to be used.
    Also, these fonts are grouped in alphabetical order, I have a folder for each letter (first letter) and I file my fonts accordingly. Should I take em out of those folders and have em all directly in the fonts folder?
    Nope, doesn't make any difference to OS X or Suitcase if they're in sub folders. But as mentioned, you need to get them out of OS X's Fonts folders. Once you've moved your fonts to a new location, trash the preference files for Suitcase again and restart your Mac.

  • Need help to figure out default location of import log file

    I imported the dmp file using the following command
    $ imp <name>/<password> file=<pathname> FULL=Y
    I got the following message after completion
    "import terminatted sucessfully with warnings"
    Can anyone help me where the log files would be put and what could be the probable name of log file.
    Thanks in advance.
    Regards,
    Raj

    Thanks a lot. I reimported the database with the log file location part of imp command

  • Need help with setting a default mail app

    My computer is defaulting to gmail even though I have set Mail as the default application in both my gmail notifier and within Mail itself. I tried installing DefaultApps to force things, but it also shows Mail as the default. But when I go to click on an email address on a webpage it still opens gmail.
    Anyone have any suggestions?

    Sam,
    Since I have never made any setting to use Gmail vs Mail, tell me where that selection was made? Have you installed anything that makes that selection available in Mail Preferences/General/Default Mail Reader?
    You might try quitting Firefox and then open Home/Library/Preferences and locate the file named org.mozilla.firefox.plist and drag it to the Desktop. Then restart Firefox and test again.
    Ernie

  • Need help - problems with embedding bold fonts (Flash CS3, AS3)

    So I'm tearing my hair out over this one project where I'm
    trying to embed Arial in a project so that it can be used by two
    different dynamic text fields. Nothing I seems to do works. If I
    try embedding the font using the Properties window and set the text
    fields to bold, the text doesn't appear. If I debold the two text
    fields, the text DOES appear - but of course, without the bold. If
    I try to embed the font in the library, link it, and use two
    different TextFormat objects to format the text fields, the text
    shows up - but it isn't bold, even though I set the TextFormat.bold
    property to true.
    So what's going on here? How can I fix this?
    Thank you for your time.

    In the Library, choose 'New Font'. Select 'Arial Bold' from
    the 'Font' drop-down (don't just select Arial and click the bold
    checkbox). Select the newly added from from the Library,
    right-click and choose 'Linkage' from the context menu, and click
    'Export for ActionScript'. The Linkage field should read eg 'Arial
    Bold'.
    If you want to apply Arial Bold to an entire text field,
    select the field and, in the Font drop-down in the Property
    Inspector, look for 'Arial Bold*' (with an asterisk): this is the
    embedded version of Arial Bold that you just created.
    So, you're using a specific Bold version of the font, not
    merely setting a font to bold.

  • I need help getting the kde default cursor in openbox

    I know how to install the kde cursor but I do not no what it is called in archlinux. Can somebody please tell me what it is called

    If I understand, you are using openbox but you want the KDE's cursor, without using KDE.
    You have the theme but :
    - you don't know how to install it ?
    - you dont know the name/ the file path of the current cursor to change it by the new one ?
    - the two options above are the same thing ?
    I found that, but if i didn't understand your problem don't mind.
    http://urukrama.wordpress.com/openbox-g … ousethemes

  • Need help - Pre-defined length for JSpinner

    Hi,
    How do I set the length for JSpinner editor while constructing it self? As of now, we are trying to use the key listners to determine the length and restrict.
    Thanks,
    Raj

    Hi,
    you can use method setMaximum of SpinnerNumberModel, see
    SpinnerNumberModel API docs
    http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/SpinnerNumberModel.html
    JSpinner API docs
    http://java.sun.com/j2se/1.4.1/docs/api/javax/swing/JSpinner.html
    Ulrich

Maybe you are looking for

  • [beginner] I need to take data from 4  in Numbers '09 and combine info

    I need to take 4 cells of data that has name and address in column and combine all cell information into a single cell in address format so it can be copied and pasted onto labels. e.g. A1 cell: John A2 cell" smith A3 city A4 state A5 zip code how ca

  • Suddenly reduced BB download speed - again!

    Many months ago, I suffered a drastic reduction in BB speed.  Please can you help?  According to BT website, I should get BB download speed of 12.0 to 14.5 Mb/s but since September this has been around 9 Mb/s.  On 19 December 2012, the speed suddenly

  • I need to see what VLAN-ids are present on a trunk interface. What debugs would help me achieve this?

    Currently, i have an Cisco IE3000 switch, with an interface defined as a trunk. The other end is unknown to me, but I know it transmits tagged frames. I just don't know which VLAN-ids are in use - so I was thinking on doing some debugs to learn the V

  • Get job name within submitted report

    Hi, in my report ZREPORT_1 i do:       SUBMIT ZREPORT_2                      WITH SELECTION-TABLE rspar_tab                      VIA JOB name NUMBER number                      AND RETURN. within submitted program ZREPORT_2, ¿is it possible to get th

  • OpenDirectory corrupted after reboot - how to fix?

    Had a 10.8.2 Server all happily running until this afternoon. Had a strange Server Notification the "OS X Boot Drive is not longer available". Also saw a USB drive error, and it refused to eject. A reboot command stalled out and eventually had to per