I need to attach help to my system ???

dear all,
we need to attach a help to our system,
do u have any suggestions or ways or any third party programs to achieve this.
we have many moudules i want to put a menu item called help and when click on it the specified help for the current module appear.
any help ???
thank you all . . .

How call a contextual html page from Forms
with Ctrl+Shift+F1 you can display current item help topic
with Ctrl+Shift+F2 you can display current block help topic
with Ctrl+Shift+F3 you can display current tab canvas help topic
with Ctrl+Shift+F4 you can display current form help topic
the PL/SQL library function:----------------------------
PROCEDURE Affiche_aide
PN$Scope in PLS_INTEGER
IS
LC$Form Varchar2(80) := Lower( Name_in( 'system.current_form' ) );
LC$Block Varchar2(60) := Lower( Name_in( 'system.cursor_block' ) );
LC$Item Varchar2(60) := Lower( Name_in( 'system.cursor_item' ) );
LC$TabCan Varchar2(60) ;
LC$Path Varchar2(128) ;
LC$Cmd Varchar2(128) ;
BEGIN
LC$Path := 'file://D:/Forms9i/tools/web90/html/' ;
LC$TabCan := GET_ITEM_PROPERTY(LC$Item , ITEM_TAB_PAGE ) ;
LC$Item := Replace( LC$Item, '.', '_' ) ;
-- Constitution de l'url d'appel --
LC$Cmd := LC$Path || LC$Form || '.htm' ; -- nom de l'écran
If PN$Scope = 1 Then
LC$Cmd := LC$Cmd || '#' || LC$Item ; -- signet item
End if ;
If PN$Scope = 2 Then
LC$Cmd := LC$Cmd || '#' || LC$Block ; -- signet bloc
End if ;
If PN$Scope = 3 Then
LC$Cmd := LC$Cmd || '#' || LC$TabCan ; -- signet onglet
End if ;
-- Affichage de la page HTML --
Web.show_document(LC$Cmd, '_blank') ;
Clear_message ;
END;
wich you call form Forms level triggers:----------------------------------------
trigger KEY-F1 with pl/sql : Affiche_aide(1);
trigger KEY-F2 with pl/sql : Affiche_aide(2);
trigger KEY-F3 with : Affiche_aide(3);
trigger KEY-F4 With : Affiche_aide(4);
In your html help pages, just put the <block_name>_<item_name> internal link.
The html page must have the same name than the Forms module
exemple:
to jump to the EMP block help topic put the following link in your html page just before this item description:
<a name="EMP"></a>
in the form, when user press Ctrl+Shift+F1 the Affiche_aide function issue the Web.Show_Document() with the following url:
'file://............./form_module_name.htm#EMP'
to jump to the EMP.EMPNO item help topic put the following link in your html page just before this item description:
<a name="EMP_EMPNO"></a>
in the form, when user press Ctrl+Shift+F1 the Affiche_aide function issue the Web.Show_Document() with the following url:
'file://............./form_module_name.htm#EMP_EMPNO'
you can read the paper at the following url : http://sheikyerbouti.developpez.com/forms_aide/
then donwload the provided material
Hope this help.
Francois

Similar Messages

  • Need to attach a pdf stored in local system in a mail

    Hi All,
    I have a requirement where i need to attach a pdf file stored in my local system (D:\\Templates\\InquiryResponceform). In FileData Source i am giving the file path as shown below FileDataSource source = new FileDataSource("D:\\Templates\\InquiryResponceform.pdf");
    When i am running the program it is sending the mail to the user but it is not attachning the pdf file.
    Below is the code which i am using:
    Properties properties = new Properties();
    properties.put("mail.smtp.host","HYDPROJSMTP");
    Session session = Session.getInstance(properties,null);
    javax.mail.Message message=new MimeMessage(session);
    message.setFrom(new InternetAddress("[email protected]"));
    message.setRecipient(javax.mail.Message.RecipientType.TO,new InternetAddress("[email protected]"));
    message.setSubject("TestMail");
    MimeBodyPart messageBodyPart=new MimeBodyPart();
    MimeBodyPart mimeBodyText=new MimeBodyPart();
    FileDataSource source = new FileDataSource("D:\\Templates\\InquiryResponceform.pdf");
    messageBodyPart.setDataHandler(new DataHandler(source));
    messageBodyPart.setFileName("InquiryResponceform.pdf");
    mimeBodyText.setText("Hello");
    Multipart multipart = new javax.mail.internet.MimeMultipart();
    multipart.addBodyPart(messageBodyPart);
    multipart.addBodyPart(mimeBodyText);
    message.setContent(multipart);
    message.setText("Hi This is testmail");
    Transport.send(message);
    Please let me know how to achieve this. Points guaranteed
    Thanks in advance

    Your mistake is here:
    message.setContent(multipart);
    message.setText("Hi This is testmail");The setText call overwrites everything that was done by the setContent call,
    replacing the multipart content of the message with simple text content.

  • Need a little help new to mac

    Need a little help I'm new to Mac.. i have had my ibook for over a year now and i like it a lot, but some times my usb post dies on my for a couple days maybe weeks. Ill have my ipod connected and when i go to plug in a flash drive. It doesn't detect my ipod anymore and my usb port don't work. it says that they were "removed improperly" and now they are not working again..i have tried to reinstall the whole os again and that doesn't work i don't have the hardware test disk so i don't know what could be the problem i know its not the logic board is there any test i can do to it to find out the problem its an ibook late 2001... there is no reset button on it. i tried to hold in the space bar and now when i boot up i get prompt to this screen that shows the world and then a folder with a ? mark but then after a few sec it boots right up im a mess need some help

    +it says that they were "removed improperly"+
    You have to go to the iPod's icon on your computer (or the flash drive's icon), select it and eject it there before removing it. Otherwise, data can be corrupted and/or lost. Repeatedly removing it without ejecting it from the desktop can cause it not to be recognized any longer.
    If your iBook is a "late 2001" model. It should have a reset button. Check out the chart here to make sure which model iBook you have:
    http://support.apple.com/kb/HT1772?viewlocale=en_US
    +i get prompt to this screen that shows the world and then a folder with a ? mark but then after a few sec it boots right up+
    It's trying to find a network volume from which to boot.
    Once it's booted up, go to System Preferences > Startup Disk, and select your Mac OS X startup volume. Then close System Preferences. The next time you start up, it should start up without looking for a network volume.

  • I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out wh

    I really need someone to help me. I have been trying to figure out how to select a PDF document to convert to a Word doc. When I go to select a PDF file, all that shows up is the WORD docs. does not show ANY of my PDF files... Please help me figure out what is going on? We have it set on auto renewal so I know its not that we haven't renewed this subscription, because we pay automatically.

    Hi olivias,
    It sounds like there may be some confusion on your system about what application should be associated with PDF files. You can reset filename associations by following the steps in these articles (depending on your operating system):
    How to change the default application for a file type | Macworld
    http://windows.microsoft.com/en-us/windows/change-default-programs#1TC=windows-7
    Please let us know if you have additional questions.
    Best,
    Sara

  • Need a little help in settings for RAID-0 please

    Hey folks I am trying to over-come some issues and I believe my raid settings are not right. In BIOS what should they read like. I have 2 drives.
    Raid -Enable (got that one right )
    IDE Primary Master Raid-Enable or Disable?
    IDE Primary Slave Raid-Enable or Disable?
    IDE Secondary Master Raid-Enable or Disable?
    IDE Secondary Slave Raid- Enable or Disable?
    SATA1 Raid-Enable or Disable?
    SATA2 Raid-Enable or Disable?
    SATA2 Raid-Enable or Disable?
    SATA3 Raid-Enable or Disable?
    SATA4 Raid-Enable or Disable?
    Thanks for the time and help folks.
    System spec.
    Athalon 64 X2 3800+ Manchester
    Motherboard: MSI KN8-F nForce 4 SLI (MS 7185)(red board)
    Cooling: ARTIC
    Memory: 1 GB Kingston CAS 2.5 value ram (2x512 dual channel DDR400-PC3200 -BIOS set at 2T)
    Video Card: SAPPHIRE X1800XT 256
    Harddisk: 2 Seagate Barracuda 7200.8 in raid 0
    CD/DVD Drive: Sony 810 dl dvd burner/MEMOREX 16X16 DVD DUAL LAYER
    CRT/LCD Model: Samsung 19 SyncMaster
    Case: Antec SonataII
    Sound Card: X-FI FATLITY cambridge dolby digital amp&speakers
    PSU: 450 watt True Power inc. with case
    Software: XP SP2
     

    Quote from: nascarmike on 29-January-07, 07:10:51
    When I reset BIOS they came back all enabled ( primary and secondary and all 4 SATA. How do I determine which channels are in use? Also which area in BIOS allows me to change from 64 to 16K? I'm a little lost noob (or due to age maybe some Alzimers?)thanks in advance.
    RAID is disabled by default.
    Enable SATA as RAID for channels where are your HDD detected: (example: if you are connected your SATA disks to SATA1 & SATA2, configure RAID for  SATA1 & SATA2.)
    after raid is enabled, and configured property leave BIOS (SAVE AND EXIT) you will need to setup your raid configuration, by pushing F10 to enter Raid setup after post:
    hit F10 when menu popup to enter RAID utility.
    •     Now select Striping, Mirroring, Striping+Mirroring, Spanning.
    •    Next push the tab key, and select the striping block size you want.
    •    Push the tab key again, and select the hard drives you want to include in the Raid array.
    •    Then push F7 to save and finish the Raid array.
    Choice Stripping mode for RAID mode and add both HDDs to array. select "Striping Block" to 16k.
    then hit F7 when you done. at next menu make your array bootable by selecting array and hit "B":
    config with "Y" when asked.
    NOTE: Information on both Disk will be lost.

  • Need a little help with dial setup on CME

    I've got a CME I'm using for testing and I think I need a little help figuring out the proper config to get the system to accept numbers I dial and have those numbers be passed on to an Avaya system (including the leading 9 for ARS in Avaya) via H.323 IP trunks.   I have it working well for internal 5 digit extension calls across the H.323 trunks and I also have it working well for some types of outside calls that gets passed on to the Avaya and then the Avaya dials the call out to the PSTN.   My only real problem is, I can't figure out how to correctly configure CME to examine the digits I'm dialing and only send the digits once I'm finished dialing....not as soon as it sees an initial match.
    What's happening is this.  I can dial local numbers in my area as 7 digits or 10 digits.  The phone company doesn't yet force us to dial area code and number for local calls (10 digits).  I can still dial 7 digits.   But...if I put an entry in CME that looks like this....
    (by the way, the 192.168.1.1 IP is not the real IP address, that's just an example, but the rest of this entry is what I really have entered in CME)
    dial-peer voice 9 voip
    description Outside 7 Dig Local Calls Via Avaya
    destination-pattern 9.......
    session target ipv4:192.168.1.1
    dtmf-relay h245-alphanumeric
    no vad
    ...Then it will always try to dial out immediately after seeing the first 8 digits I dial (9 plus the 7 digit number I called)...even though I have a speicifc entry in the system that accounts for calls to 9 plus area code 513.  I would have assumed that if I put the specific entry in for 9513....... it would see that and wait to see if I was actually dialing something to match 9513....... instead of 9.......   Understand what I mean?   Because 9513....... is more specific than 9....... but it still tries to send the call out immediately after seeing the first 8 digits I dialed.
    dial-peer voice 9513 voip
    description Outside 10 Dig Local Calls Via Avaya
    destination-pattern 9513.......
    session target ipv4:192.168.1.1
    dtmf-relay h245-alphanumeric
    no vad
    ...BUT...here's the interesting thing.  If I trace the 10 digit call in Avaya, I see that the number being presented to the Avaya PBX is only the first 7 digits of the number....not the full 10 digits...BUT I see a few more of the digits I dialed (like the 8th and 9th digits) after the call is already setup and sent to the PSTN.  It's like the CME is trying to send the rest of the 10 digits I dialed, but at that point it's already too late.   It setup the call as a 7 digit call (9 plus 7 digits), not 10 digit like I wanted.
    I'm more familiar with how to setup dialing in the Avaya via ARS.  My background is Avaya, not Cisco, so this dial-peer config is a little difficult for me until I understand the reasoning of how it examines the numbers and what I should do to make it wait for me to finish dialing....or to tell the system that what I'm dialing will be a minimum or a certain amount of digits and maximum of a certain amount of digits, like the Avaya does.  I just need some pointers and examples to look at :-)   I think I've almost got it....but I'm just missing something at the moment.
    Just so you understand, the call flow should be like this:  Cisco phone registered to CME > CME to Avaya via H.323 trunks > Avaya to PSTN via ISDN PRI trunks connected to Avaya.  I have to be sure I send the 9 to the Avaya also, because 9 triggers ARS in the Avaya. 
    Thanks for your help

    Here is a good document that explains how dial-peers are matched in the Cisco world:
    http://www.cisco.com/en/US/tech/tk652/tk90/technologies_tech_note09186a008010fed1.shtml#topic7
    In your case, it is variable length dial plan you are trying to implenent. To fix it, you need to add a T to force the system to wait for more digits to be entered if there is any.
    dial-peer voice 9 voip
    description Outside 7 Dig Local Calls Via Avaya
    destination-pattern 9.......T
    session target ipv4:192.168.1.1
    dtmf-relay h245-alphanumeric
    no vad
    dial-peer voice 9513 voip
    description Outside 10 Dig Local Calls Via Avaya
    destination-pattern 9513.......
    session target ipv4:192.168.1.1
    dtmf-relay h245-alphanumeric
    no vad
    You can also configure the inter-digits timeout using the command timeouts interdigit under telephony-service.
    Please rate helpful answers!

  • Need a little Help with my new xfi titanium

    +Need a little Help with my new xfi titanium< A few questions here.
    st question? Im using opt out port on the xfi ti. card and using digital li've on a windows 7 64 bit system,? I would like to know why when i use 5. or 7. and i check to make sure each speakear is working the rear speakers wont sound off but the sr and sl will in replace of the rear speakers. I did a test tone on my sony amp and the speaker are wired correctly becasue the rear speakers and the surrond? left and right sound off when they suppose too. Also when i try to click on? the sl and sr in the sound blaster control panel they dont work but if i click on the rear speakers in the control panel the sl and sr sound off. Do anyone know how i can fix this? So i would like to know why my sl and sr act like rears when they are not?
    2nd question? How do i control the volume from my keyboard or from windows period when using opt out i was able to do so with my on board? sound max audio using spidf? Now i can only control the audio using the sony receiver.
    Thank you for any help..

    /Re: Need a little Help with my new xfi titanium? ?
    ZDragon wrote:
    I'm unsure about the first question. Do you even have a 7. system and receiver? If you just have 5., you should be able to remap the audio in the THX console.
    I do have a sony 7. reciever str de-995 its an older one but its only for my cpu. At first i didnt even have THX installed because it didnt come with the driver package for some reason until i downloaded the daniel_k support drivers and installed it. But it doesnt help in anyway.
    I have checked every where regarding the first question and alot of people are having problems getting sound out of there rear channels and the sound being re-mapped to the surround right and the surround left as if there rear left and rear right.
    I read somewhere that the daniel_k support drivers would fix this but it didnt for me and many others.
    For the second question i assumed it would be becasue of the spidf pass through and that my onboard sound card was inferior to the xfi titaniums. But i wasnt sure and i was hopeing that someone would have a solution for that problem because i miss controlling the volume with my keyboard.

  • Need IDoc Related Help

    Hi Folks,
    I need an urgent help on IDOC issue for COR3 Transaction.
    We have one legacy system from where data is coming for a particular Process Order. Now in Process Order display transaction COR3 when we go to Good Receipt Tab, and double click on batch, it displays the batch characteristics. Now Batch Detail's classification tab there are characteritics values. These characteristic values are suppose to store multiple values. We have changed in configuration.
    Now when I execute the IDOC it stores only current value. It is kind of that it overwrites the previous value and keeps the new value in it's place and i want to retain all the values from the very beginning to the end. Please help me with the same.
    Siddarth.

    Try a hard reset.Disconnect all external devices first.
    1-remove power cord and battery
    2-press power button for 30 seconds
    3-reinstall only power cord for first startup.
    4-power on
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Need a little help with syncing my iPod.

    I got a new macbook pro for cristmas and a few cds. After i tried to sync my ipod to itunes i put a symbol next to each song that i got from other cds saying that they were downloading but they werent. Also the cds i downloaded to my ipod for the first time didnt appear at all. Need help.

    /Re: Need a little Help with my new xfi titanium? ?
    ZDragon wrote:
    I'm unsure about the first question. Do you even have a 7. system and receiver? If you just have 5., you should be able to remap the audio in the THX console.
    I do have a sony 7. reciever str de-995 its an older one but its only for my cpu. At first i didnt even have THX installed because it didnt come with the driver package for some reason until i downloaded the daniel_k support drivers and installed it. But it doesnt help in anyway.
    I have checked every where regarding the first question and alot of people are having problems getting sound out of there rear channels and the sound being re-mapped to the surround right and the surround left as if there rear left and rear right.
    I read somewhere that the daniel_k support drivers would fix this but it didnt for me and many others.
    For the second question i assumed it would be becasue of the spidf pass through and that my onboard sound card was inferior to the xfi titaniums. But i wasnt sure and i was hopeing that someone would have a solution for that problem because i miss controlling the volume with my keyboard.

  • Attaching help file to forms 6i

    hi, how can we attach help file to d2k forms. can we pop a particular content int hat file when the user presses F1 key.
    thankz in advance
    sanki

    There are different ways:
    1) To use .hlp files (Win help).
    host('c:\winnt\help\Regedit.hlp',no_screen);
    2). To use .chm (robo help).
    host('hh c:\winnt\help\iexplore.chm');
    3). To use .HLP with win_api_shell.winhelp.
    win_api_shell.winhelp('c:\winnt\system32\Odbcjet.hlp', '', win_api.help_finder);
    In order to use win_api_shell.winhelp procedure, you need to attach the D2KWUTIL.PLL to your form.

  • Urgent help needed...i need ur sincere help dear p...

    Hi to members.
    My name is awais, and I live in Pakistan. This thing starts back in February 2009,when I started writing something for nokia, I made myself as dead to write this project, which was somehow the biggest of my life,after 2-3yrs of researching I had finally sat to write and send to nokia, may be my luck work and I get good chance out of my miserable life. Nokia replied me after 5months that it was highly appereciated but it is not possible to apply them on nokia systems, although I had made that design keeping in my mind only nokia symbian s60 software, but anyhow I thought may be there was some problem.
    I went in deep depression since then, because i have put my life n soul in it and I don’t want that I let it go wasted before this technology comes to market, I want I introduce it, its not copy paste thing, I have made everything of it in my mind, myself, its bit by bit things and details.
    The mistake which I thought, I made, was that I didn’t get its copy-rights on that report of 70pages which I wrote, I am a home user, I had no idea to go for some copy-rights.
    I am too much disappointed and I am too much depressed, please guys take this seriously, it’s the question of my life. With your kind help, it may make my life. Please guide me what I must do, I am even ready to make some changes in report and send to nokia again. But this report can be only sent to nokia as its based on s60.
    Please guys, this is really important for me,i need ur sincere help.
    [email protected]

    salam awais... i think u should contact ur local nokia office in Pakistan. and talked them or visit the office personally.
    i think local bodies can explain better.. here is the phone number and detail..
     Pakistan** 11-11NOKIA*** 10:00 - 19:00 Mon - Fri Urdu/English Local charge 
    * Use area code (06) when calling from outside Amman or Using Mobile
    ** Use area code when calling from mobile phone or when calling from outside (Karachi, Lahore, Islamabad, Peshawar, Quetta, Rawalpindi, Hyderabad, Sukkur, Faisalabad, Multan, Gujranwala and Sialkot)
    ***NOKIA: 66542
    i hope it´ll b helpfull for u.
    Message Edited by imx2 on 30-Dec-2009 09:59 PM
    ¨Arm yourself because no one else here will save you¨

  • How to convert PO sapscript layout to pdf - need VERY URGENT Help

    Dear All,
    Requirement: PO sapscript layout after some modifications (say, ZMEDRUCK) has to be converted to pdf. Through me9f user will be able to give ranges of PO numbers and can view the print preview for the po. After that on clicking the print button we get the printout of the pos one after another based on the user input of PO numbers.
    Our requirement is that when the user will click on the "Print Preview" of po (rather than pressing the print button) it i.e. PO sapscript layout has to get converted to pdf.
    If you have already encountered this scenario, could you please send me the source code regarding this at the earliest. If you want to email it to my personal id, please let me know so that I can give it to you. Thank you.
    It will be very beneficial for mine if you can send me some source code in this regard. (FYI. We want only “Print output” of PO sapscript. So, Print Program /SMB40/FM06P [after copying it to our ZSMB40/FM06P program] need to be modified for downloading the PO into PDF where there is no FMs like OPEN_FORM, WRITE_FORM, CLOSE_FORM. So already available source code in SAP forums can not help me.)). Kindly help me at the earliest. It’s VERY URGENT…
    Thank you.
    Thanks & Regards
    Sudipta

    Hi Chaith,
    Could you please provide me the source code regarding this at the earliest.
    We want only “Print output” of PO sapscript. So we need to modify only the Print Program SAPFM06P after copying it to ZSAPFM06P for downloading of modified PO (ZMEDRUCK) sapscript layout into PDF.
    I am already having some source code from sdn portral. I am attaching it herewith. But it's not working as some constants and variable values need to be given. We want to take download of PO into PDF from ME9F transaction itself.
    Could you please provide necessary values in the missing constants and variables and kindly resend the corrected modified Source code to me so that I can run the same code to  download the modified PO ZMEDRUCK into PDF . Need YOUR URGENT HELP...
    DATA: l_druvo LIKE t166k-druvo,
            l_nast  LIKE nast,
            aux_nast LIKE nast,
            l_from_memory,
            l_doc   TYPE meein_purchase_doc_print,
            ent_screen TYPE c,
            ent_retco TYPE i,
            toa_dara TYPE toa_dara,
            arc_params LIKE arc_params,
            aux_form LIKE tnapr-fonam.
      DATA: otf LIKE itcoo OCCURS 0 WITH HEADER LINE,
            lt_docs      TYPE TABLE OF docs,
            pdf_bytecount TYPE i,
            nom_archivo TYPE string.
      aux_form = 'ZMEDRUCK'.
      l_from_memory = c_true.
      SELECT *
        FROM nast
        INTO aux_nast
        UP TO 1 ROWS
        WHERE kappl = c_po     " Purchase Order
        AND   objky = t_datos-ebeln
        AND   aktiv = space
        ORDER BY erdat DESCENDING eruhr DESCENDING.
      ENDSELECT.
      aux_nast-sort1 = c_swp.
      CLEAR ent_screen.
      CLEAR ent_retco.
      IF aux_nast-aende EQ space.
        l_druvo = c_1.
      ELSE.
        l_druvo = c_2.
      ENDIF.
    l_druvo = '2'.
      CALL FUNCTION 'ME_READ_PO_FOR_PRINTING'
        EXPORTING
          ix_nast        = aux_nast
          ix_screen      = ent_screen
        IMPORTING
          ex_retco       = ent_retco
          ex_nast        = l_nast
          doc            = l_doc
        CHANGING
          cx_druvo       = l_druvo
          cx_from_memory = l_from_memory.
      CHECK ent_retco EQ 0.
      CALL FUNCTION 'ECP_PRINT_PO'
        EXPORTING
          ix_nast        = l_nast
          ix_druvo       = l_druvo
          doc            = l_doc
          ix_screen      = ent_screen
          ix_from_memory = l_from_memory
          ix_toa_dara    = toa_dara
          ix_arc_params  = arc_params
          ix_fonam       = aux_form                            
        IMPORTING
          ex_retco       = ent_retco.
      CLEAR otf.
      CALL FUNCTION 'READ_OTF_FROM_MEMORY'
        EXPORTING
          memory_key   = l_nast-objky  " PO Number
        TABLES
          otf          = otf
        EXCEPTIONS
          memory_empty = 1
          OTHERS       = 2.
      CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize           = pdf_bytecount
        TABLES
          otf                    = otf
          doctab_archive         = lt_docs
          lines                  = pdfout
        EXCEPTIONS
          err_conv_not_possible  = 1
          err_otf_mc_noendmarker = 2
          OTHERS                 = 3.
      CONCATENATE c_dest t_datos-ebeln c_ext INTO nom_archivo.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          bin_filesize = pdf_bytecount
          filename     = nom_archivo
          filetype     = c_bin
        IMPORTING
          filelength   = pdf_bytecount
        TABLES
          data_tab     = pdfout.

  • What cables do you need to attached iPad 2 or iPhone 4S to lg TV

    What cables do you need to attached iPad 2 or iPhone 4S to lg TV please?

    Hi there Weenahotdog,
    You may find the information in the article below helpful.
    iOS: About Apple Digital AV Adapters
    http://support.apple.com/kb/ht4108
    -Griff W. 

  • Need a little help with G3 Clameshell...Please

    I just received this Clameshell, and it only has OS9 on it, I haven't used 9 in forever, and really need to get OSX on it. I have retail Panther cd's. But I hear I need to update the firmware, if it isn't updated yet.
    I know I can find out which I have in System Profiler, but I can't find it in there. Is it called something else? What part of System Profiler is it in(in OS9).
    Also, I have Cable net, this Clamshell was always used with dial up, how can I switch things around in it so I can hook up my ethernet cable and run with it? Is that possible with OS9? Or will I have to update the firmware a different way.
    I am stuck. Need lots of help.
    Thanks!!!
    veganjustice

    Is it called something else? What part of System Profiler is it in(in OS9).
    It is in the field called "Boot ROM".
    ...how can I switch things around in it so I can hook up my ethernet cable and run with it?
    Open the TCP/IP control panel. Configure it to use Ethernet and DHCP to get an IP address.

  • New to mac.. need a little help

    I am relatively new to macs and need a lil help understanding what's going on with my computer. I recently got a lend of a powerbook G4 from a friend and it has a tendency to freeze up completely and I have to just hold the power button until it turns off then it when I turn it back on it will work ok again sometimes for several hours without a hitch.
    Also, sometimes instead of freezing up I'm just not able to type. I can do everything else with the mouse or open programs and such but when I try to type it just doesn't work (and again, restarting fixes the prob).
    Looking for help .. if anyone knows why it may be doing this and/or how to fix it your help would be greatly appreciated. Thanks

    Welcome to the Apple discussions.
    First, check your hard drive free space. Click on the apple on the menu bar, about this mac, ata, and click on the hard drive under ata bus (DVD drive is listed there too). That will tell you the drive capacity and how much is available. You want 10% to 15% of the total capacity to be available for systems usage. If less than that, performance can slow to a crawl, and some of the issues you identified could be due to low free disk space.
    Next, you should have a backup of the hard drive, if there's anything you want to keep.
    Download the program OnyX from http://www.titanium.free.fr/pgs2/english/download.html . Run the tasks on the cleaning and maintenance tabs. A number of people have found this helps clean up the hard drive and contributes to improved performance.
    This FAQ has some good advice for performance tuning: http://www.thexlab.com/faqs/performance.html
    If, after cleaning your system and tuning it up, you're still having problems, please post back with specifics.

Maybe you are looking for

  • 5 year old Imac running Snow Leopard with Boot camp.

    My IMac will not boot up when I turn on? The grey apple logo screen and Apple Jingle occurs but I get no desktop or Finder Window and the computer turns off after about 5 minutes of trying to start up. I inserted Snow Leopard Start Up Disk and tried

  • Is a Form locked while saving is in progress?

    Hi, Is there a way to advice a user to not switch to another page while a form is saving? Or can I create a pop up form to appear while saving is in progress? I have observed that while a form is being saved, while the user switched the form to anoth

  • Facing screen problem

    Hi All,              I am facing one problem related to retreival of cts.             Actual problem is in quality system one screen is  missing(1005) in the standard program SAPMEA2 related to KE07. but that screen is existing in the development sys

  • Regarding call packages?

    Hey, If I took out the BT 40GB Broadband and Evening and Weekend Calls package for £18 a month + line rental, with a contract length of 18 months, am I unable to now upgrade to the Anytime Talk package? I tried and it said I need to call their (less

  • Message type details of idoc

    Hi , Is there any table where i can find message type details of an idoc like who created it , last changed by ??