ARE-1 document Print

Hi All,
Please Let me know how to print ARE-1 document,
Let me know what are the settings required
Immediate Response will be Appreciated
Regards,
Abid.

Hi,
ARE.1 is the export document for export clearance (Annexure-14), which shall be prepared in quintuplicate (5 copies). This is similar to the erstwhile AR.4. This document shall bear running serial number beginning from the first day of the financial year.On A.R.E.1, certain declarations are required to be given by the exporter. These should be signed by the exporter or his authorised agent.
ARE-1 is a form, in India, that companies have to fill out when they remove
excisable goods from their manufacturing plants for export and this exempts them from paying excise duty on those clearances or export shipments.
Settings in SAP :
1. IMG > Logistics Gengeral > Tax on goods movement > India > Business Transactions > Exports under Excise Regulations > Exports > Make settings for ARE-1 Procedure
(in the above mentioned IMG activity - you make the settings that control how the ARE documents transaction works for ARE-1s. These settings apply to exports
under bond and exports under claim for rebate.)
2. IMG > Logistics Gengeral > Tax on goods movement > India > Business Transactions > Exports under Excise Regulations > Printouts of ARE Documents > Maintiain Output Type
(Here we define output type for printing ARE-1 from the ARE document (J1IA101) transaction and along with this we specify associated programme, FORM routine and form) and proceed further by specifying Printers
3. IMG > Logistics Gengeral > Tax on goods movement > India > Tools > Number Ranges
( Here we define number ranges for the object - J_1IARE1 - ARE1 Doc No object based on Series Group)
The standard output type for ARE-1 is J1IB. When processing via t-code J1IA101, you will have to tick on print ARE1
Hope it helps
Thanks and Regards,

Similar Messages

  • Print monitor locks up if there are multiple documents printing

    I have a HP Laserjet 3015 and a iMac G5. I reinstalled the newer hp drivers recently. Since then, when I am printing in OS 9, if I have more than one document in the print monitor, the print monitor locks up, then if I force quit it and delete the documents in the printmonitor documents folder, it still won't print. I have to re-boot my computer. I don't know what to do, and hp certainly isn't any help. I emailed them through their mac support system and they said it was on the mac end and they couldn't help me. Please, can anyone solve my problem?

    Hi, hunterjin -
    Welcome to Apple's Discussions.
    Try increasing the memory allocation for OS 9 (Classic); adding 50% to the original Preferred amount is a good starting point -
    http://docs.info.apple.com/article.html?artnum=152297
    You may also need to try increasing the memory allocations for the Print Monitor and the Desktop Print Monitor programs - these can both be found in the Extensions folder in Classic's System Folder. If you use desktop printing with Classic (OS 9), the memory allocation for the desktop printer icon used by OS 9 can also be increased. Doubling the original Preferred amount is a reasonable increase.
    http://docs.info.apple.com/article.html?artnum=151908

  • All the Pages are Printed - Document Printing Sales Orders

    When using the Document Printing option for Sales Orders, if I select multiple documents and select print I get a message after each document that says "All the Pages are Printed", then the next document comes for printing. I also get a prompt each time whether or not to print Sales Order only or Sales Order and Pick List.
    I don't have the same issue if printing Invoices from Document Printing. It asks what to print and prints all records without additional prompts between each record. I don't see anything in Print Preferences that would cause the Order to act differently from the Invoice.
    We are using B1 9.0 PL 06.
    Alan

    Hello there, linafrompereira.
    The following portion of the online Pages Help for Mac provides information on grouping items in Pages:
    Layer, group, and lock objects - Pages Help for Mac
    http://help.apple.com/pages/mac/5.2/#/tan5eab46568
    Group and ungroup objects
    Shift-click to select multiple objects.
    In the Arrange pane of the Format inspector, click Group (or choose Arrange > Group from the Arrange menu at the top of your computer screen).
    To ungroup an object, select it, then click Ungroup or choose Arrange > Ungroup.
    Tip: You can Control-click objects, then choose Group or Ungroup from the shortcut menu. You can also add these buttons to the toolbar: Group and Ungroup.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Anyone know of a way to adjust the top and side MARGINS of a document printed from iOS numbers? The default margins are too wide. Need more working space.

    Anyone know of a way to adjust the top and side MARGINS of a document printed from iOS numbers? The default margins are too wide. Need more working space.

    Open the document,
    Tap the Tools icon (upper right).
    Tap Document Set up.
    Drag the margins to the position you wish (the actual margin width sould display as you are doing this).

  • I have protected pdf files. You can not copy things, but it is allowed to print. In the menu of the pdf it says you are allowed to print. I already printed lots of times the document. But today there is an error "The printer is not admittet to print these

    I have protected pdf files. You can not copy things, but it is allowed to print. In the menu of the pdf it says you are allowed to print. I already printed lots of times the document. But today there is an error "The printer is not admittet to print these pdf". Its new. Theres no problem with the printer. I can print word documents, internet pages etc. But today I can not print anymore my pdf document, although printing is allowed and only copying is forbidden.
    How to solve the problem with the pdf?
    Thank you.

    Hi Hans,
    There seems to be other restrictions in the document that's not allowing it to print.
    Would it be possible to share the document with me so that I can have a look?
    Regards,
    Rave

  • Printing from Windows = only the first half of documents print

    I'm trying to set up a home print server, to allow access to an HP LaserJet 1005.  It's working OK locally and accessed when printing from another Linux box.  From XP and Vista, however, the first half of multiple-page documents print, and one-page ones don't print at all.  This seems to be the case when using any Windows postscript driver (such as Apple LaserWriter 16/600 PS and HP LaserJet III Postscript Cartridge), and with documents from any program.
    I can't see anything obvious in the logs when set to debug, as far as I understand them, they appear to show all pages printing, including the one-page documents which disappear completely.  Whether this show it to be a Cups problem rather than a Windows one, I'd rather not attempt to say!  This is /var/log/cups/error_log when printing a five-page document, in case there's something useful in it which I have missed.
    /etc/cups/cupsd.conf:
    LogLevel debug
    SystemGroup sys root lp
    # Allow remote access
    Port 631
    Listen /var/run/cups/cups.sock
    # Enable printer sharing and shared printers.
    Browsing On
    BrowseOrder allow,deny
    BrowseAllow all
    BrowseRemoteProtocols CUPS
    BrowseAddress @LOCAL
    BrowseLocalProtocols CUPS dnssd
    DefaultAuthType Basic
    DefaultEncryption Never
    <Location />
    # Allow shared printing and remote administration...
    Order allow,deny
    Allow all
    Allow From all
    </Location>
    <Location /admin>
    # Allow remote administration...
    Order allow,deny
    Allow all
    Allow From localhost
    Allow From 192.168.1.33
    Allow From 192.168.1.34
    </Location>
    <Location /admin/conf>
    AuthType Default
    Require user @SYSTEM
    # Allow remote access to the configuration files...
    Order allow,deny
    Allow all
    Allow From localhost
    Allow From 192.168.1.33
    Allow From 192.168.1.34
    </Location>
    <Policy default>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default CUPS-Get-Devices>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    <Policy authenticated>
    <Limit Create-Job Print-Job Print-URI>
    AuthType Default
    Order deny,allow
    </Limit>
    <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job CUPS-Get-Document>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit CUPS-Add-Modify-Printer CUPS-Delete-Printer CUPS-Add-Modify-Class CUPS-Delete-Class CUPS-Set-Default>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Pause-Printer Resume-Printer Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Accept-Jobs CUPS-Reject-Jobs>
    AuthType Default
    Require user @SYSTEM
    Order deny,allow
    </Limit>
    <Limit Cancel-Job CUPS-Authenticate-Job>
    AuthType Default
    Require user @OWNER @SYSTEM
    Order deny,allow
    </Limit>
    <Limit All>
    Order deny,allow
    </Limit>
    </Policy>
    /etc/cups/printers.conf:
    # Printer configuration file for CUPS v1.4.3
    # Written by cupsd on 2010-04-11 22:13
    # DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
    <Printer hp-laserjet-1005>
    Info HP LaserJet 1005 series
    Location Presario
    MakeModel HP LaserJet 1005 Series hpijs, 3.10.2, requires proprietary plugin
    DeviceURI hp:/usb/hp_LaserJet_1005_series?serial=0
    State Idle
    StateTime 1271020410
    Type 8425484
    Filter application/vnd.cups-raw 0 -
    Filter application/vnd.cups-postscript 100 foomatic-rip-hplip
    Filter application/vnd.cups-pdf 0 foomatic-rip-hplip
    Accepting Yes
    Shared Yes
    JobSheets none none
    QuotaPeriod 0
    PageLimit 0
    KLimit 0
    OpPolicy default
    ErrorPolicy retry-job
    </Printer>

    Are you using Samba?
    Firstly a shot in the gloom:  If so, have you tried setting
    use client driver = yes
    in smb.conf, under the printers section? Or if it is yes, try no.
    The other thing you can try is to stop the file being printed/removed from the spool directory(s), and see where the lost stuff gets lost.
    To be honest, I'm not sure where/how you can do this, but I believe that samba will store the file initially in a spool file specified by smb.conf and then Cups will store it somewhere else. Changing the print commands to not print/remove the file from these two points may help identify the loss point.
    Can you plug the printer directly into the windows box and see what happens?

  • I have set my printer to print in color.  All my documents print in color, but I can't print the CD Case Inserts in color.

    I have set my printer to print in color.  All my documents print in color, but I can't print a CD Case Insert in color.  Can you help?

    That means it most likely a setting, Check the following. (steps written for windows 7)
    Go to the control panel and find " Devices and printers" and doulble click it.
    You should see the icon of your printer their, choose the one without fax in the name.
    Right click it and choose " printer properties".
    On the "general" Tab click on "preferences".
    In the new screen on the "layout" tab cick "advanced"
    In the new screen make sure "print in grayscale" is turned off and click ok severall times until all screens are gone.
    Try printing again. And make sure in the print screen color printing is also checked.
    Say "Thanks" by clicking the Kudos Star in the post that helped you.
    Although I work for HP my posts and replies are my own
    Please mark the post that solves your problem as "Accepted Solution"

  • GR document print out

    Dear All,
    The user does goods receipt and the print does not comes automatically. It happens only in case of non stock items. Though I am not sure if there is any link with it but they have to go to MB02, then go to messages, put output type as WE03(GR Note Vers.3), select medium as Print output. Then only the system sends the document for print. And it is not the case with stock items. The goods receipt document for stock items goes for print automatically at the time of saving it.
    What could be the problem here? Or is there any way that the user does not need to put all this data and it comes automatically.
    Please suggest.
    Regards
    VT

    Hi,
    Check all the steps given below,
    1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    Enter the local printer where you want to print your Goods posting document
    2. Ensure that in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for Goods Receipt/GI/Transfer Posting Documents
    Here for Particular mvt type 101,201,121,311 etcu2026 Maintain the Print item as 1--Material document printout
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the following--
    Select the particular Output type then goto Details
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Transmission medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Printer Determination by Plant/Str Loc, Maintain the Output device for all your Plants
    7. Go to MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately.
    Regards,
    Prabu

  • PO print OUT And material Document Print Out is coming In English

    HI all.
    I have Created Vendor In ZH(chinese Language,)and in material master I have maintained description in Chinese language.
    I'M taking PO and material Documents print outs  in Chinese Server log-in.
    even Though Im taking Print outs in Chinese Log-In server, IM getting Print outs in English Language only not In chines language..
    At the Time Of PO creation the Communication Language is ZH(Chines)..
    I have read some related post even 89899..
    But I have not find solution
    plz help me.
    thanks and regards
    ramesh reddy.'

    Check SAP Note 894444 - Tool for server-based printing on Windows (SAPSprint) for your requirement,
      Installation
    Before you install SAPSprint, delete SAPLPD manually. To do this, you normally need to completely delete the installation directory only. If you installed SAPLPD as a service using the srvany tool, you can remove the service by calling 'Instsrv SAPLPD remove'.
    You can download SAPSprint as a self-extracting executable file from SAP Service Marketplace:
    1. Entry by Application Group (on the left)
    2. SAP Frontend Components (on the right)
    3. SAPSPRINT (on the right)
    4. SAPSPRINT <Release> (on the right)
    5. SAPSPRINT <Release> (on the right)
    6. Win32 (on the right)
    Start the program. After you enter the installation path, the system prompts you to enter the TCP/IP port.
    Normally, the default setting of 515 is suitable for the port. You should only change this setting if the Windows TCP/IP print service is also running on the computer. The SAPSprint Windows service starts as soon as the installation is over.
    We recommend that you set up the following options for the service in the Windows Service Control Manager:
    The service should run under a domain user that has the relevant authorizations for the required printers. After the installation, the service runs under "Local system account". This can access locally-defined printers only. You can set the user in the Windows Service Control Manager, in the options of the SAPSprint service.
    If you want to delete SAPSprint, you can do so using the normal Windows uninstall tool.
    We recommend that you install the SAPSprint service on a separate computer and not together with a SAP system, especially if you use a large number of printers. All printers that SAPSprint uses must be installed on the SAPSprint computer. This applies particularly to released printers from other computers. These should be installed as a queue on the SAPSprint server.
    Also note further settings in accordance with Note 1069483.
    Settings
    You can display the call parameters available for SAPSprint by calling 'sapsprint -?' on the command line. The most important parameters are those that set options, especially log options for troubleshooting.
    You can set the log level to 5 by specifying 'sapsprint -oi LogLevel 5'. Immediately after installation, no log level is set up, which means that no log file is created. By setting the log level to 1, 5, or 9, you can ensure that more information is available in the directory that you specified during the installation. A file called sapsprint.dbg and a print job specific file with a variable name are generated. The second file is deleted after successful printing. It is only retained if the printout is recognized as incorrect. If you set the option 'sapsprint -oi KeepFile 1', then both this file and the print file are retained. This is primarily intended for troubleshooting by SAP Support.
    All options are case-sensitive. You can display the most important SAPSprint options by calling 'sapsprint -?'. All possible options are described in Note 85469. Normally, the options described there are not necessary - you should use them only in exceptional circumstances.

  • Relative hyperlinks in pdf documents printed from visio 2007

    Hello to all. The problem we are trying to solve is to maintain relative hyperlinks that were created in visio 2007 when we publish or print a pdf document. The pdf document that we printed is written in adobe reader 9, and it maintains the hyperlinks but as absolute ones and we required the hyperlinks to maintain as relatives. The idea is to distribute the pdf document with its hyperlinks and the documents that are linked to it in different computers that are not in the same network. The documents that we are trying to link are pdf, word and excel 2007 documents. The operating system we use is Microsoft vista home premium. Does anyone know how to maintain relative hyperlinks in a pdf document printed from visio 2007? Thanks in advance!

    Bernd Alheit, thanks for your answer. We print the pdf document from visio 2007 and then we read it in adobe reader 9. The relative hyperlinks work fine in visio 2007, but they change to absolute ones in the pdf document.

  • Document Printing - Delivery Note and Packaging

    Hi Experts,
    When I print my Delivery Notes through Document Printing my Packaging Document prints off automatically.  Please can you tell me if it's possible to switch this off so when I print my Delivery Notes through Document Printing only my Delivery Note prints off without the Packaging Note also printing.
    Many thanks for any help,
    Caroline

    Hi Gordon,
    Thanks for your reply.
    The options I can see on my Document Printing are:
    Document Type - I've selected 'Deliveries'
    Series - I'll selected 'All'
    When Batch/serial No Exist, Print - no matter what I select here I always get the Packaging Note printed.
    Is there anyway to stop the Packaging Note being printed when printing the Delivery Note through Document Printing?
    Thanks so much for your help.
    Caroline

  • Why won't the header section of my Classic document print?

    When I print a Classic document, printing begins at the bottom of the header section. The header section itself and any text therein is just ignored. (The header text is definitely within the page margins and the print margins, and the header dimension appears in the LaserWriter 8 Print dialogue box).
    This is a great embarrasment if you are working with pre-printed stationery incorporating letterheads; to achieve the desired result you must add the header dimension to the letterhead dimension to find the insertion point setting for the first line of your document !!
    Does anyone have a solution? The only clue that I can offer is that the printer is connected via a USB to parallel converter cable. (And there are no problems with OS X documents).

    Hi, Roger. Every printer has a hardware-delimited maximum print area, and that area may in some cases be further restricted by the printer driver used. The position of that defined maximum-print-area rectangle on the page is also controlled by hardware or software or both. Any limitation that is imposed by your printer itself will, of course, not vary from OS X to OS 9 or Classic mode. But if your OS X driver and your OS 9 driver impose different print area restrictions, you'll see different results in Tiger and Classic. And if you're not using any OS 9 driver, as I suspect may be the case, then you may have to conclude that your old Classic apps (isn't WriteNow wonderful? I still use it too) just aren't as compatible as you might like with Classic printing in Tiger, or with your Gimp-Print driver, or with your parallel-to-USB adapter. There's an awful lot in the equation that was undreamed-of in 1994.
    If there's no other driver option for you to try, then I strongly suggest buying a new, Mac-compatible printer to replace the old BJ-30, which was never meant to be used with a Mac in the first place.

  • Document printing ignoring posting date range

    I am in Banking/Document Printing and selected my bank account,
    doc type = checks for payment,
    print checks = to be printed. 
    Posting date from/to fields = 2/1/09 - 2/28/09. 
    I click the OK button and the results show me 2 checks with 3/13/09 posting dates.  I only have these 2 checks iin my test db, but I was testing the february date range to verify it would exclude them from the results as it should. 
    Why are my 2 march checks showing in the results when my posting dates are only for February?

    This date has not relation to your posting date.
    The 03/13 is the check date.  Your transactions are still from your February date range.
    You created the checks today and a check needs to have a date on it and this 03/13 is the date that will be printed on the check
    By default the date you process the checks will be the date check date.
    Posting Date is nothing but the date the transaction / JE is posted on.
    Suda

  • Material document print out

    Dear all,
    while taking printout of GR/GI or mat doc i am giving the output type and doc no but its not coming. but if i go to mb02 and set output type there then it will come but i want this to be default. so pl guide
    Regards,
    Dipak

    Please check the following steps in config:
    1. Maintain the Printer Name in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Printer Setting
    Enter the local printer where you want to print your Goods posting document
    2. Ensure that in SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Item Print Indicator, 1 stands for Matl Doc print out
    3. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Gen Settings->Print Version, maintain Print Version 2
    4. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Print Control->Maintain Print Indicator for Goods Receipt/GI/Transfer Posting Documents
    Here for Particular mvt type 101,201,121,311 etcu2026 Maintain the Print item as 1--Material document printout
    5. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Maintain Output Types, for the Output types WE01, WE02 and WE03, ensure the following--
    Select the particular Output type then goto Details
    a. Default Values: Dispatch Time is 3 or 4 as per reqmt. and Transmission medium is 1
    b. Print Parameter is 7
    6. In SPRO->Matl Mgmt->Inv Mgmt and Phy Inv->Output Determination->Printer Det->Printer Determination by Plant/Str Loc, Maintain the Output device for all your Plants
    7. Go to MN21, for Tr Type WE, Print Version 3, maintain Print Item as 1.
    Now the settings are ready for Printing Material doc
    8. While doing MIGO, ensure that in General Tab, you get "3 Collective Slip" beside the Print Indicator and you tick mark the field.
    9. Now depending on the setting in 5a, the Matl doc is printed. If it is 3, you have to print it using MB90. If it is 4, it is printed immediately
    regards,
    indranil

  • Document printing  twice during GI/TP

    Hi,
       Notmally while performing  a good issue/transfer posting  of cosignment stock materal,system will give print out of posted document.But I am getting two copies of each document.I donot know why system prints each document twice.Can some throw light on this issue,pls?
    With Regards,

    Hi,
    Find your  message type for good issue/transfer posting for which you are getting two copies of each document!
    Now use t.code: NACE,select “ME” Application ---> Output type ---> Click your good issue/transfer posting output type  --->In General data TAB, DO NOT SELECT check box of “Multiple issuing” & save.
    Now do a good issue/transfer posting  and you are able to print only one copy with good issue/transfer posting  output type
    Regards,
    Biju K

Maybe you are looking for

  • Error while uploading Backend Role

    Hi All,           I was trying to upload a backend role in Portal, but while uploading, got the following error: com.sap.portal.pcd.rolemigration.RoleMigrationException: Nested Exception. Failure to execute native function. Nested Exception. NOT_AUTH

  • BAPI Upload Excel to SAP R/3

    Hello, i don't if this is the best place to put this topic, but here he goes. I have a excel workbook and i have 3 buttons, one to connect remotely to Sap, one to download a table from a RFC function e another to upload data to another table in a rfc

  • Print function causes VI to hang.

    I am running two VIs concurrently one is an "operator screen" and one is a "test screen".  When I print the front panel of the test screen using the "Print Panel.vi" all VIs will hang for about 1 to 3 seconds. This interuppts the data flow on the oth

  • Attached Libraries - Basics of attaching

    I have a form and I am attaching 3 libraries to that form. I have to remove the path since my production enviornment is Linux, and development is Windows. Anyway everything works fine in Windows when running the form but when I close Forms builder an

  • Embedding a photo slideshow to web page

    Hello my name is tom. Im looking for any and all help that can be given. I recently took on a project of putting up a website for a friend. I will be the first to admit I am NOT a programmer or coder. and some stuff is very confusing. Anyway I want t