TDF File

any help on creating a tdf file for a field nominated template with no subforms??

Hi there,
If you could give me some more information on what you are trying to achive and what type of data stream you are trying to transform, I should be able to give you some help.
Andrew Purdy
Enterprise Solutions

Similar Messages

  • PROBLEM REGARDING GUI_DOWNLOAD IN .TDF FORMAT

    hi ,
    i am append the data into one internal table (iresult) . and internal table contain data row by row . when data is downloaded into destop it is storing in .TDF FILE FORMAT IS NOT DOWNLOADING IN .TDF FORMAT FILE  AS IN FORMAT OF INTERNAL TABLES LINES ARE COMING DOWN. plz help me its urgent .points must be rewarded**
    BEGIN OF iresult OCCURS 5,
    rec(450),
    END OF iresult,
    FILE =  C:
    IN.FILENAME.TDF
    CALL FUNCTION 'WS_DOWNLOAD'
    EXPORTING
    filename = file
    filetype = 'ASC'
    mode = mode
    TABLES
    data_tab = iresult
    EXCEPTIONS
    file_open_error = 1
    file_write_error = 2
    invalid_filesize = 3
    invalid_type = 4
    no_batch = 5
    unknown_error = 6
    invalid_table_width = 7
    gui_refuse_filetransfer = 8
    customer_error = 9
    OTHERS = 10.
    Edited by: manoj kv on Feb 18, 2008 5:19 AM

    I do not understand what is TDF(please elaborate). Do u mean PDF format.

  • Current.tdf in Home folder

    Since September of 2004 I've had what is labeled as a Unix executable file called Current.tdf in my Home (user) folder. I can't imagine what it might be. Is this file required for OS X, or can it be safely trashed? (It's only 4K in size.)

    Well, it may be a residual part of some third party installation;
    I searched my OS X 10.4.11 and there is nothing like it inside.
    I also did a search with Google and some other Mac forum user
    had found a similar file in their user account; it did nothing, and
    other replies suggested trashing it. That was two years ago and
    the system was Tiger 10.4.
    And I did see a reference to a Server update for Panther with
    .tdf file parts inside, none with Current mentioned; just these:
    standard (quick.tdf, extended.tdf, memory.tdf) in an Apple doc.
    The item may be a text file used in web page development;
    such as it may be, if it is "tab-delimited data."
    Plus, there also is a reference to TDF in digital movie development.
    So, maybe there were some items brought in by an application's
    installer you really don't need; especially now.
    So, it probably is nothing; and certainly not worth trying to open.
    Sounds like a nice Trash-able item to me...
    Good luck & happy computing!
    edited.

  • Printing to a PDF - want to name the PDF File

    I am successfully printing a document to a PDF file. I am using the ,u argument in the Print Agent and I know this causes the pdf document to get a generic filename. How can I get the pdf filename to be a meaningful name such as the PO number? In other words, if I am printing Purchase order 12345, how can I get the pdf to be named 12345.pdf rather that the generic name of jf3897a.pdf
    Any suggestions would be greatly appreciated.
    I am running Jetforms 5.3
    Thanks,
    Tim Olig
    Information Tech Team Leader
    Mid-States Alumuinum Corp.

    I know of no way to do exactly what you are wanting without writing a custom agent (that is what we did to accomplish the same thing). The custom agent extracts the desired data value(s), building the name we want. It then causes Central to store it as a user variable via the
    b jetform.rsp
    file. See:
    i Returning Status and Parameters to Central
    in the Adobe Central Output Server - Working with Central manual. (It is probably named differently for your older version of Central - I'm using 5.6 .) The variable name is then used as the specified file name instead of using the
    b ,u
    parameter.
    Our output parameter looks like:
    b -z"c:\OutSource FTP\01-115\@user1.".pdf
    where
    i @user1.
    is the reference to the variable for the actual file name that the custom agent caused to be stored.
    If you are unable to create a custom agent but if the data source is also building the ^job line then you could have it use an unused option to pass the value to Central and then use a variable reference to it for passing on the file name. For example, we use the
    b -aji
    option (job ID) to pass on a data value to be used as the control file name for the Transformation Agent. It is referenced using the
    i @JobID.
    variable, like:
    b "C:\JetForm\Forms\Data Transformation\TDF Files\@JobID..tdf"

  • Splitting an input file using Transformation agent

    Hi, I am trying to use transformation agent (adobe output central pro v5.5) to take and input file and split it into many output files based on a text string in the file.
    However instead of splitting the file it, each output file containts all the input records upto the next file boundary. What I need is just the records between the file boundaries.
    Any ideas what I have got wrong, or could this be a feature of the Trans Agent?
    my TDF file is;
    O " N 1500 N N N N O
    F "^$PAGE 1" 1 8 -5
    E data1 * "" 1 0 * 1 60 0 0 ""
    #startscript Head
    ^job invoice_arch.pdf
    #endscript
    #startscript *
    #for data1
    @data1
    #endfor
    #endscript
    thanks in advance
    Stephen

    Hi there,
    If you are still interested in splitting a data file, please drop me a email and I will forward a document that I wrote to achive this.
    Andrew Purdy
    Enterprise Solutions
    [email protected]

  • How can I change the logo in a template?

    Hello everyone,
    I have searched the Oracle Reports documentation, these forums and the Metalink forums, but I really can't find an answer to what should be a really simple question. My question is: How can I set a logo (an image) in a report template (*.tdf file)? Defining things like a company logo is exactly the purpose of using templates, I think, so I find it strange that is is so difficult to do this. I must be missing something very obvious...
    All help will be much appreciated!
    By the way, I use reports builder 10.1.2.
    Regards,
    Frans

    I have got it!
    In the template editor, there is a button 'Edit Margin' which you can press to edit the margin of a template. This is needed because the log is a part of the report margin.
    Bye,
    Frans

  • Special character (  )  causes JFTRANS to stop processing

    Hello,
    we have an issue with some data from the main frame. In case the data stream contains the character "" JFTRANS stops at this mark. All the rest of the file is not processed.
    We tried to make a Character Mapping from to a space. As a result we receive an error message "Invalid or missing File "search string" Return code=221)"
    the mapping look like this in the .tdf file:
    ==== Character Mapping Table :
    ==== C[from character][to character] or C "from-string" "to-string"
    C "" " "
    we tried also to perform this with:
    From text: \u001A
    to text: \u0000
    we get back "Some characters in the 'From' string are not valid Unicode."
    settings:
    input properties: symbol set: unknown
    output properties: symbol set: unknown

    I don't know if it would work but you might try setting up a translation table. I don't know if the translation is done when reading the input file or when writing the output file. If it is done when reading the input this
    i might
    work.
    The software uses the "jetkeys.ini file to define various translations (Roman 8 to Unicode, etc). In most instances it refers to another file which apparently contains the complete symbol set. In a few cases it appears to have the entries within the jetkeys.ini file.
    I don't know exactly how you would set up the "Translate" values to get the software to do it (maybe [Translate 102 to 102] ?).
    An alternative would be to write a custom agent that would search for the character and change it into something benign (a particular character or string of characters that would never be in the data) so that JFTRANS would process all the data and then another agent to change it back. Keep in mind that custom agents need to be defined within jfserver.ini for things to work smoothly.

  • 10.6.8 freezes periodically on MBP 3,1

    Dear all, I am hoping someone could shed some light on an issue that I've been having for the past two days...
    To start, this is my system spec:
    -MacBook Pro 3,1 - 2,2GHz C2D, 4GB RAM (upgraded 3 months ago), 64GB SSD (Crucial M4 - upgraded 1+ year ago), 6-month-old NewerTech replacement battery
    -OS X 10.6.8, up-to-date software updates
    The problem is the following:
    Since about 2 days ago, I've been experiencing periodic freezes. They come in a variety of forms, but fit into two categories - (a) a complete freeze, where nothing is occurring (not even the beach ball is spinning), or (b) a "partial" freeze, where everything except for the Safari windows that I have open freezes - I can use those normally for a while more, even move between them, before even they become unresponsive after a few minutes. In both, the fans start to spool-up after about a minute.
    I considered all the changes to the system that I had done in the past days, and all I could think of was the installation of the GarminCommunicator plug-in for Safari (where the installation did not work, or rather, it worked, but the element was not recognized), which I subsequently removed completely (from the Library/Internet Plug-ins folder), as per Garmin's instructions. The other idea was that it could be malware, but a deep scan of the system with ClamX antivirus showed nothing.
    After the freeze happened the first time (after closing VLC with an mkv file still playing), I kept the Activity Monitor open, and watched it as a later crash happened, and there seemed to be no unusual behaviour - no task taking up a significant amount of CPU to warrant the spooling-up of the fan.
    This all comes after the weeks before (at least 3) I've had some issues with the battery, where the charge would not show in the taskbar, there would only be an X in the battery, despite it being charged, and working as usual (plug-in, charge, battery life as expected, etc.). After contacting NewerTech I did a reset of the SMC, which did the trick. I mention this only because it was the only other issue that I had with the computer in the past 2 years since my HDD failed.
    Thanks for your attention!

    Hi Ogelthorpe
    I see that some Apple Hardware test files include a list of codes, and since that isn't part of a confidential Apple service document, there seems no reason that the lists can't be shared .
    Here's an example list, from an F42388C8 test. Look for an Fnumber.tdf file on any other machines.
    {"ALSL","Photometer (ALSL) - Light Sensor"},           {"TA0P","Temp (TA0P) - Ambient air temperature sensor"},           {"TALP","Temp (TALP) - Ambient air temperature sensor"},           {"TB0T","Temp (TB0T) - Battery  temperature"},           {"TCAH","Temp (TCAH) - CPU-A heatsink  temperature"},          {"TCBH","Temp (TCBH) - CPU-B heatsink  temperature"},          {"TC0C","Temp (TC0C) - CPU-A Die 1 Temp offset"},     {"TC1C","Temp (TC1C) - CPU-A Die 2 Temp offset"},          {"TC2C","Temp (TC2C) - CPU-B Die 1 Temp offset"},     {"TC3C","Temp (TC3C) - CPU-B Die 2 Temp offset"},          {"TC0D","Temp (TC0D) - CPU0  Die  Temp"},           {"TC0H","Temp (TC0H) - CPU  Heat-sync"},          {"TCOH","Temp (TCOH) - CPU  Heat-sync"},          {"TC0P","Temp (TC0P) - CPU VR area"},           {"TC1P","Temp (TC1P) - CPU1  Temp  Proximity  or  alt.  CPU0  Temp  Proximity"},           {"TC2C","Temp (TC2C) - CPU-B Die 1 Temp offset"},          {"TG0D","Temp (TG0D) - GPU0  Die  Temp"},           {"TG0H","Temp (TG0H) - GPU0  Heatsync"},           {"TG0T","Temp (TG0T) - GPU0  Discrete  Thermal  Diode"},           {"Th0H","Temp (Th0H) - NB/CPU/GPU  HeatPipe  0  Proximity"},           {"Th1H","Temp (Th1H) - NB/CPU/GPU  HeatPipe  1  Proximity"},           {"TG0P","Temp (TG0P) - GPU0 Proximity"},           {"TH0P","Temp (TH0P) - Hard disk drive 1 body temperature"},           {"TH1P","Temp (TH1P) - Hard disk drive 2 body temperature"},           {"TH2P","Temp (TH2P) - Hard disk drive 3 body temperature"},           {"TH3P","Temp (TH3P) - Hard disk drive 4 body temperature"},           {"TM0P","Temp (TM0P) - FBDIMM Riser A incoming air temperature"},           {"TM1P","Temp (TM1P) - FBDIMM Riser A outgoing air temperature"},          {"TM2P","Temp (TM2P) - FBDIMM Riser A voltage regulator area temperature"},          {"TM8P","Temp (TM8P) - FBDIMM Riser B incoming air temperature"},          {"TM9P","Temp (TM9P) - FBDIMM Riser B outgoing air temperature"},          {"TMAP","Temp (TMAP) - FBDIMM Riser B voltage regulator area temperature"},          {"TM0S","Temp (TM0S) - Temperature of AMB IC on FBDIMM in Riser A Slot 1"},          {"TM1S","Temp (TM1S) - Temperature of AMB IC on FBDIMM in Riser A Slot 2"},          {"TM2S","Temp (TM2S) - Temperature of AMB IC on FBDIMM in Riser A Slot 3"},          {"TM3S","Temp (TM3S) - Temperature of AMB IC on FBDIMM in Riser A Slot 4"},           {"TM8S","Temp (TM8S) - Temperature of AMB IC on FBDIMM in Riser B Slot 1"},          {"TM9S","Temp (TM9S) - Temperature of AMB IC on FBDIMM in Riser B Slot 2"},          {"TMAS","Temp (TMAS) - Temperature of AMB IC on FBDIMM in Riser B Slot 3"},          {"TMBS","Temp (TMBS) - Temperature of AMB IC on FBDIMM in Riser B Slot 4"},          {"TN0H","Temp (TN0H) - Temperature of MCH heatsink"},          {"TN0C","Temp (TN0C) - Temperature of MCH die temp diode"},           {"TN0D","Temp (TN0D) - Temperature of MCH die temp offset"},           {"TN0P","Temp (TN0P) - NB Proximity"},           {"TN1P","Temp (TN1P) - NB Proximity"},           {"TO0P","Temp (TO0P) - ODD  Temp"},           {"Tp0C","Temp (Tp0C) - PSMI supply AC/DC Supply Temperature 1"},          {"Tp1C","Temp (Tp1C) - PSMI supply AC/DC Supply Temperature 2"},          {"Tp0P","Temp (Tp0P) - PSMI supply AC/DC Supply Temperature"},          {"TS0C","Temp (TS0C) - Temperature of LM94, between CPU-A and CPU-A's VR"},          {"Ts0P","Temp (Ts0P) - Palm  rest  L"},           {"Ts1P","Temp (Ts1P) - Palm  rest  R"},           {"VCAC","Voltage (VCAC) - CPU-A core voltage"},           {"VCBC","Voltage (VCBC) - CPU-B core voltage"},           {"VC0C","Voltage (VC0C) - CPU0  V-Sense"},           {"VC0c","Voltage (VC0c) - CPU0  V-Sense"},           {"VC0R","Voltage (VC0R) - CPU0 High Side "},           {"VC0r","Voltage (VC0r) - CPU0 High Side "},           {"VD0R","Voltage (VD0R) - DC  V-Sense"},           {"VD0r","Voltage (VD0r) - DC  V-Sense"},           {"VeES","Voltage (VeES) - PCIe Slots +12V rail voltage"},          {"VG0C","Voltage (VG0C) - GPU0  V-Sense"},           {"VG0c","Voltage (VG0c) - GPU0  V-Sense"},           {"VMAS","Voltage (VMAS) - FBDIMM Riser A +12V rail at VRs"},          {"VMBS","Voltage (VMBS) - FBDIMM Riser B +12V rail at VRs"},          {"VN0C","Voltage (VN0C) - MCH core voltage 0"},          {"VN1C","Voltage (VN1C) - MCH core voltage 1"},          {"Vp0C","Voltage (Vp0C) - PSMI supply AC/DC output voltage, +12V rail"},          {"VP0R","Voltage (VP0R) - PBus  V-Sense"},           {"VP0r","Voltage (VP0r) - PBus  V-Sense"},           {"VP1R","Voltage (VP1R) - PBusA  V-Sense"},           {"VP1r","Voltage (VP1r) - PBusA  V-Sense"},           {"IB0r","Current (IB0r) - Battery  I-Sense"},           {"ICAC","Current (ICAC) - CPU-A core current"},          {"ICBC","Current (ICBC) - CPU-B core current"},          {"IC0c","Current (IC0c) - CPU0  I-Sense"},          {"IC0C","Current (IC0C) - CPU0  I-Sense"},           {"IC0R","Current (IC0R) - CPU0 High Side "},           {"IC0r","Current (IC0r) - CPU0 High Side "},           {"ID0R","Current (ID0R) - DC  I-Sense"},           {"ID0r","Current (ID0r) - DC  I-Sense"},           {"ID1R","Current (ID1R) - PBusA  I-Sense"},           {"ID1r","Current (ID1r) - PBusA  I-Sense"},           {"Ie1S","Current (Ie1S) - PCIe Slot 1 +12V Current"};          {"Ie2S","Current (Ie2S) - PCIe Slot 2 +12V Current"};          {"Ie3S","Current (Ie3S) - PCIe Slot 3 +12V Current"};          {"Ie4S","Current (Ie4S) - PCIe Slot 4 +12V Current"};          {"IeAS","Current (IeAS) - PCIe Slot Boost 1 +12V Current"},          {"IeBS","Current (IeBS) - PCIe Slot Boost 2 +12V Current"},          {"IF0C","Current (IF0C) - FWire  I-Sense"},           {"IF0c","Current (IF0c) - FWire  I-Sense"},           {"IF0R","Current (IF0R) - FWire  I-Sense"},           {"IG0C","Current (IG0C) - GPU0  I-Sense"},           {"IG0c","Current (IG0c) - GPU0  I-Sense"},           {"IMAS","Current (IMAS) - FBDIMM Riser A 12V supply current"},          {"IMBS","Current (IMBS) - FBDIMM Riser B 12V supply current"},          {"IM0R","Current (IM0R) - Memory  I-Sense"},           {"IM0r","Current (IM0r) - Memory  I-Sense"},           {"IN0C","Current (IN0C) - MCH core current 0 - Supply input"},          {"IN1C","Current (IN1C) - MCH core current 1"},           {"IN0c","Current (IN0c) - NorthBridge I-Sense"},           {"IN0R","Current (IN0R) - NorthBridge  I-Sense 1"},           {"IN1R","Current (IN1R) - NorthBridge  I-Sense 2"},           {"Ip0C","Current (Ip0C) - PSMI supply AC/DC total output current, +12V rail"},          {"IP0R","Current (IP0R) - PBus  I-Sense"},           {"IP1R","Current (IP1R) - PBusA  I-Sense"},           {"PC0C","Power (PC0C) - CPU Core Power"},           {"PD0R","Power (PD0R) - DC-In Rail Power"},           {"PF0R","Power (PF0R) - 1394 Rail Power"},           {"PG0C","Power (PG0C) - GPU Core Power"},           {"PM0R","Power (PM0R) - Memory Rail Power"},           {"PN0R","Power (PN0R) - NorthBridge Rail Power"},           {"PP0R","Power (PP0R) - P Buss Rail Power"},           {"PP1R","Power Sensor - P Buss A Rail Power"},           {"MSC0","CalibrationKeys (MSC0) - Calibration Key 0 - CPU"},           {"MSC1","CalibrationKeys (MSC1) - Calibration Key 1 - GPU  "},           {"MSC2","CalibrationKeys (MSC2) - Calibration Key 2 - Memory "},           {"MSC3","CalibrationKeys (MSC3) - Calibration Key 3 - NB"},           {"MO_X","Accelerometer (MO_X) - Motion Sensor"},

  • Output variable as a literal

    I'm using JetForms 5.3 and have the following question:
    A .tdf file has a #startscript section which outputs various stuff.  In this section I want to output a global variable name as a literal but Jetforms always outputs it as the contents of the variable.
    e.g.
    @myvar contains the string 'test'.
    I want literally the string '@myvar' to be output, not it's contents - 'test'.
    I've tried quoting, escaping, putting @myvar as a string into another variable and then outputing this, but it always gets expanded into its contents.
    Possible?
    Many Thanks.

    Solved!  Solution:
    @at.myvar
    @at. is a special command to output '@'

  • Report template in designer 6i

    Hi
    How to make a reports template in designer
    to generate a report with header/footer
    sections? In a .TDF file, you have only
    one section, that corresponds to the body
    section...
    In previous releases, we used a .RDF as
    a template, and it could have that sections,
    beside the body.
    I ask this because it seems that designer
    converts a RDF into a TDF during the generation
    of a report.
    Thanks

    You don't need to worry about rdf to tdf conversion.
    You create a rdf only with Header and Footer Sections as you
    want the layout to be and then attach this RDF to the report
    module in designer as abc.rdf only.The designer will do the
    necessary conversion and you will have the desired output.

  • How to add template to report?

    Dear All
    how to add a user defined template to a report
    we are using reports 6i
    Thankx and Regards
    Raj

    Hi Angamuthu
    problem is how to attache that tdf file to a report
    we have standard formats for reports , i want to enforce them in a templete and use in my reports
    i can use predefined templetes as we don't design thru
    wizard
    can u suggest a alternative solution
    Thanks for reading the request
    Raj.

  • Problem with "Run Web Layout" using own template

    When I run a report (using Run Web Layout) which uses my own template (a modified version of rwblue.tdf), it outputs a plain page on the browser (as though it has no template).
    When running the same report (using Run Paper Layout), the output is as it should be.
    Can anyone help? Thank you in anticipation.

    Hi John
    Take a look at Reports product site on otn site. It has an example on how to create a web template for Reports Web View. In addtion to tdf file, for web layout, you need to have a .css file as well as a html code template.
    Hope this will help.
    Thanks
    Rohit

  • User Defined Templates

    Hi,
    I would like to know how this can be done, Please help me out if you have any idea regarding templates.
    null

    You take one of your arranged reports: with the right fonts, borders, with margin objects: dates, page number. You can also add user parameters, report level triggers and you can set the desired system parameter default values.
    The source report should only have a Main Section. No Trailer or Header sections!
    In the report builder, File menu, Administration, Convert, select your report as source and TDF as Destination for conversion.
    Then you need to open this new TDF file in the Template section of the report and by using the Property Palette, you can make further modifications at the parameters, or fields alignment, font, border, etc. for each desired type of report and level.
    You may want to make multiple templates for different levels.
    For more advanced information you can check the paper http://www.dulcian.com/papers/Report%20Templates-Getting%20the%20Most%20Out%20of%20Oracle%20Reports.htm
    written by Dr. Paul dorsey or his book Developer Advanced Forms and Reports - Peter Koletzke & Dr. Paul Dorsey - Oracle Press.

  • Generating reports in Designer 9.

    Hi all.
    I want to generate reports, that has both a header- and a trailer section page.
    Usually this was part of the template report, but in Designer 9, the generator first converts the template report (.rdf) to a template report (.tdf), and is then using this template.
    But where is the header- and trailer page? You can't see them in the reports builder, when looking at templates. And the generated report does not contain any header- nor trailer pages.
    Have I missed something?
    Any replies welcome...
    Benny Albrechtsen

    Hi ,
    Thanks for your patience . Please try this . This is from documentation .
    1)The template will be applied to the current section of the report (the section displayed in the Paper Layout view) by default. If no section is displayed, the template will be applied to the Main Section of the report by default. If you select the node for the entire report in the Object Navigator, the template will be applied to the Main Section of the report by default. To apply the template to a specific section of your report, select the node for that section in the Object Navigator.
    So after applying template to the main section , please try by applying it individually to header and trailer sections in object navigator .
    Can you first please try by applying a template (.tdf) file , rather than a .rdf file ?
    2) >>Now, in the documentation for Designer, it says, that I can use a standard report (.rdf) file as a template in the generation process. <<
    Can you please tell the section in documentation where this is mentioned ?
    Thanks
    The Oracle Reports Team

  • Custom transform fails

    I'm creating a custom transformation by implementing oracle.oai.agent.server.transform.Transformable and reading in the .tdf file in IStudio. The contents of the .tdf file is:
    name=ConcatStringsAdvanced
    package=mypackage
    class=ConcatStringsAdvanced
    description=Concats two strings, but leaves out space if second string is empty
    number types=1
    param0 name=Delimiter
    param0 option=.
    my implementation is (I've only included the important part:
    package mypackage;
    import ...
    public class ConcatStringsAdvanced implements Transformable
    public Vector transform (Vector objects,
    Vector params,
    MessageObject sourceMessageObject,
    MessageObject destinationMessageObject) {
    //implementation is here
    I've included the jar file containing my implementation in the classpath of the adapter. When I try to run it, the adapter throws a ClassNotFoundException. If I do not include a package name in the tdf file and change the implementation and jar-file accordingly, it works perfectly. Any suggestions as to what the error can be.

    Be careful with the Option key in transformation shortcuts -- it also means duplicate when held down and transforming. Change the shortcut to Command-Control-R and you'll be OK.
    Also, Option-R is the ® character, so by assigning it to a shortcut you're using a slot that's usually used for a keystroke -- although perhaps you already knew that.
    Dave

Maybe you are looking for

  • SAP APP for IPAD

    hi there,  are there any plans to improve the SAP App - I am finding that the APP for Business one is very limited.e.g for Service, you can't add in a service Call, you cannot email a quotation from the App. thank you. Edel    

  • OSX 2 Finger swipe makes image swipe away

    Hi I am running PS on my MacBook with OSX Lion I am finding that I keep accidentally swiping my image (panning) around as I am attempting to use the OSX swipe gestures. Its very annoying as I have to keep realighning my image up on the desktop. Thank

  • Setting up a Mail domain Alias

    Hi We are trying to set up a mail domain alias so that a user can receive mails on either [email protected] or [email protected], the default mail domain on which OCS has been installed is domainA.com I've tried the rewrite rules for inbound SMTP as:

  • Numbers is exporting with strange characters

    I created a huge spreadsheet in Numbers 2.3, upgraded to Numbers 3.0. When I try to export to a CSV I get this strange charictor "Â" where there is supposed to be a space.  I have tried exporting differnet CSV version.  The problem is not uniform thr

  • When i email my spread I'd like it to open on a certain tab

    How do i get numbers to open on a specific tab to recipients i email it to? ive tried saving it on the tab that i want it to open to others but it still isnt working