Problems on reading PCM into digital form

Hi,
I'm now on a project doing heart rate detection.
Due to the project just started, therefore I do not got any device to measure my own heart rate, but I will be making up some PCM(analog) data, and try to read that into digital form and give me results of the heart rate.
I'm not sure am I on the right track now or not,
what I'm doing now is trying to convert a ".wav" into bytes array, then it should give me some data, however, I'm not sure how to relate that data into heart rate.
Please leave me any comment if u think it might help please.
Thanks,
till

I'm not too sure what should be the .wav should be, however, according to this acticle I got it from the web:
_2.1 Signal acquisition_
ECG signal frequency content lies between about 0.05Hz and
500Hz and has amplitude of few mV. The acquisition is provided
to be performed in three different ways: (i) using direct electrode
measurements, (ii) using ECG equipment with analogous output;
and (iii) using ECG equipment with digital output. For the first
two cases, a sampling rate of 8 kHz is assumed. In the third case,
the acquired discrete signals are accordingly resampled.
_2.2 Modulation_
The bandwidth of the phone’s voice channel is limited to the
range 300Hz-3300Hz. The signal amplitude at the microphone
input should not exceed 100mV. Modulation is performed through
multiplication with carrying sinusoidal signals. Five 500Hz-wide
channels are packed within the 500Hz-3000Hz band. The
resulting signal is appropriately refined in amplitude and directed
to the modulator’s output.
_2.3 Digitizing, storing and sending_
The complex signal is band-limited to 3300Hz. Therefore, a
standard sampling frequency of 8 kHz is used for its digitization.
A JAVA application performs that and in order to store the signal
intact, the signal is recorded in a lossless format such as pulsecode
modulation (PCM). The WAV audio file format implements
PCM and is used to store the recorded modulated ECG signals.
Once stored, the signals can be visualized, processed and sent by
the mobile phone.
Mobile phone’s firmware is accessible by programming
languages as C++ and JavaTM. Most mobile phones support
JavaTM runtime called Kilobyte Virtual Machine (KVM) [6]. This
language provides the ability to build a GUI application that could
support all the stages of recording, storing and transmitting of the
ECG signal. JSR-135 contains libraries of JavaME, which are
useful for capturing audio from the microphone's port of a mobile
phone. The above mentioned platform was used to create the
application software.
_2.4 Demodulation_
The procedure of demodulation is performed at the physician’s
phone, following the reverse track of modulation. A digital band
pass filter is used to separate the spectra, corresponding to the
individual ECG signals. The filtered signal was then multiplied by
the corresponding carrier frequency and filtered with a low pass
filter, resulting in the original signal. The demodulated signals can
be stored in separate WAV files in the physician’s phone.
_2.5 Matlab simulations_
In order to prove the principal feasibility of the approach, the
signal acquisition, processing and transmission procedures were
simulated in MATLAB. Five preliminary recorded ECG signals
were directly loaded and used. The signals acquisition parameters
were: 8-bit values, sampling rate of 250Hz and duration – 10S.
Modulation and demodulation were programmed and performed
in a numerical way. Modulation was done by multiplication of the
ECG signals with carrying sinusoidal signals of frequencies
500Hz, 1000Hz, 1500Hz, 2000Hz, and 2500Hz. The
demodulation included first separating the spectrum of each
individual signal with the help of 4-th order 400Hz-wide bandpass
Butterword filters centered on the corresponding carrying
frequency. Next the filtered signals were multiplied with the same
carrier signals and eventually filtered with a low pass 4-th order
Butterworth filter (fc=200Hz).
btw, the system need to be implement into Symbian phone at the end,
but I'm just now testing on the PC atm =)
according to this article, what kind of wav I should be using ??
thanks a lot!!!

Similar Messages

  • Firefox hangs when reading data into a form

    I built a database-driven website which allows a user to change text and pictures thru a series of text boxes in a form. Firefox can take up to 2 minutes to populate the form from the database while all other Mac browsers take just a second or two. I've reset firefox and reinstalled it and started in Safe Mode, but no changes.
    I'd like to keep using Firefox but it doesn't work.

    Sorry, I don't want to sound as if I was "blowing you off" ....
    Are you familiar with the developer tools that are built into Firefox?
    https://developer.mozilla.org/en-US/docs/Tools/Tools_Toolbox
    https://developer.mozilla.org/en-US/docs/Tools
    Might help you figure out what Firefox "is choking on".
    Also, a live example URL of that webpage would be helpful when you post over at the MozillaZine fora.

  • Problems with a link into Preview form

    hi all.
    I make a XML Form for news, it contain 4 forms  " Show, Edit, ListEdit and Preview".
    The problem is when i see the Preview forms, this have a link " Read more..", this link is set to Hyperlink=View , that will open a new windows with the details of the news. the new window have a link, but this doesn't work (show javaScript error).
    error: open_url (url) don't exist in the source of page.
    But if i see only the Show form the link works fine.
    Can you help me please with this problem ?
    thanks.

    Hi Vanessa,
    This SQL works for me:
    DECLARE @path varchar(50)
    SELECT @path = cast(T0.BitmapPath as varchar) FROM OADP T0
    select cast(@path + $[OITM.U_FieldName] as ntext(16))
    /code
    Regards,
    Ibai Peñ

  • Problem in reading a resource file form JAR

    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
         libDir -
              XMLEntities.res
         modelDir -
              File1
              File2
              File3
    Step1 - I create a jar file with root as modelDir and with all its files.
    Step2 - I add XMLEntities.res also to the root of the jar
    If I run my application using
    java -classpath ;C:\aip_build\build_dm\rmi_server_files\dm.jar; model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar my application does find XMLEntites.res
    Can anyone tell me why the application can not find the XMLEntities.res inside jar?

    Sorry I missed one line............
    Problem in finding a resource file from the jar.....
    I have my code in the following directory structure
    rootDir -
    ----libDir -
    --------XMLEntities.res
    ----modelDir -
    --------File1
    --------File2
    --------File3
    Step1 - I create a jar file with root as modelDir and
    with all its files.
    Step2 - I add XMLEntities.res also to the root of the
    jar
    If I run my application using
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\dm.jar;
    model.data_model.ActivateDataManager
    My application which uses Xalan.jar (lyong under ext
    directory in jdk) does not find XMLEntiries.res.
    If I use my application as under without creating jar
    my application does find XMLEntites.res
    java -classpath
    ;C:\aip_build\build_dm\rmi_server_files\;C:\aip_build\b
    ild_dm\rmi_server_files\lib
    model.data_model.ActivateDataManager
    Can anyone tell me why the application can not find
    the XMLEntities.res inside jar?try loading the resources as a InputStream
    something like :
    InputStream is = NameOfLoadingClass.class.getClassLoader().getResourceAsStream("XMLEntities.res");
    Hope this might help you in some way.

  • Problem with Reader X and Fillable Forms

    I made the mistake of upgrading to Adobe Reader X yesterday. Now the main software that I use in my financial planning business (Winfund) is unable to generate fillable forms. No error messages; just the screen becomes black and the progress marker at the bottom says "done". I'm running Internet Explorer 8 on a Windows XP machine. Luckily, my laptop still has Reader 8 on it, so I can operate from that machine. Is there anywhere on the web where I can download Reader 8 or 9?

    http://get.adobe.com/reader/enterprise/

  • I would like to convert a continuous waveform (created in Labview with the waveform generator vi) into digital form...am I on the right track (see below)

    I would like to simulate a sample and hold circuit. I was thinking of using the zero order hold vi (for continuous to discrete conversion) in combination with the AC to DC vi? Am I on the right track, or could anyone suggest a better way to do this? Many thanks in advance! 

    Hi,
    The answer to this question was answered in the forum post below:
    http://forums.ni.com/t5/LabVIEW/How-can-I-create-and-sample-and-hold-circuit-in-Labview/m-p/2369050#...
    If this question is different then please clarify and let me know. 
    Regards
    Arham H
    Applications Engineer
    National Instruments

  • Reading Image File into 6i Form

    I am attempting to read an image file and display it on an Oracle Form (created in Forms 6i) using the READ_IMAGE_FILE builtin. I have tried it with the same image in several different formats: JPG, TIFF and GIF. The call reads as follows: READ_IMAGE_FILE('D:\mugshot\mug23456.gif','GIF','DESCRIPTION.IMAGE_ITEM'); The file is located in the indicated path on the application server, i.e. the same machine where the form is being run. DESCRIPTION.IMAGE_ITEM is, of course, an Item of type Image. The PL/SQL procedure containing the above call is invoked by an ON-POPULATE-DETAILS trigger defined at the block level (DESCRIPTION is the block in question). Here is the problem: after logging into my Forms 6i application via a login screen, which then runs the form which would be displaying the image item, the form does not appear; all we see is a blank screen. When I remove the DESCRIPTION.IMAGE_ITEM field from the canvas, the form runs as expected, except of course that the image is not read. Is there something special that has to be done to read or display an image, other than what I have already done as described above?

    Plz don't Reply
    i am able to do it on my own here is the sample code for that
    import javax.swing.*;
    import java.awt.*;
    import javax.swing.event.*;
    import java.awt.event.*;
    import java.util.*;
    import java.io.*;
    import javax.swing.text.*;
    // this is a function u can use it in a class
    private void addEditScroll(){
    try{
    BufferedReader infile = new BufferedReader(new FileReader("c:\\WS_FTP.log"));
    editor =new JEditorPane();
    editor.setEditable(false);
    editor.read(infile,new PlainDocument());
    editor.setSize(new Dimension(450,510));
    editorscroll = new JScrollPane(editor);
    editorscroll.setSize(new Dimension(450,510));
    }catch(Exception ex){
    ex.printStackTrace();
    -ashish

  • Problem in reading no. of files and writing into a single file

    Hi,
    Iam with Problem in reading no. of files and writing into a single file....
    Iam reading no. of files stored in local directory.......
    Iam able to read and print the data in files successfully....but while writing..only first file is being written...and the next files are not written in my output file...
    plz tell me my mistake....I hope Iam doing some mistake while writing into file...PLz help.....
    Basically my code structure is like this....
    import java.io.*;
    import java.util.regex.*;
    import java.util.*;
    import java.text.*;
    import org.apache.poi.poifs.filesystem.POIFSFileSystem;
    import org.apache.poi.hssf.usermodel.HSSFWorkbook;
    import org.apache.poi.hssf.usermodel.HSSFSheet;
    import org.apache.poi.hssf.usermodel.HSSFRow;
    import org.apache.poi.hssf.usermodel.HSSFCell;
    class Writing {
    public static void main(String args[]) throws Exception {
              FileOutputStream fileOut = new FileOutputStream("ServerResult.xls"); //my output file
              int counter = 1;
              File dir = new File("C:/Perform/ServerLogs");
              String[] children = dir.list();
              if( children == null)
                   System.out.println("The Directory mentioned does not exist");
              else {
                   for (int fileNo = 0; fileNo < children.length; fileNo++ ) {        //Files iteration starts
                        String filename = children[fileNo];
              File logFile = new File(filename);
    FileReader logFileReader = new FileReader(logFile);
    BufferedReader logReader = new BufferedReader(logFileReader);
    StringBuffer sBuf = new StringBuffer(5000);
              HSSFWorkbook wb = new HSSFWorkbook();          
              HSSFSheet sheet = wb.createSheet();
              HSSFRow rowTitle;
              HSSFRow rowReq;
              HSSFRow rowRes;
    String aLine = null;
    boolean skip = false;
    boolean readed = false;
    boolean initReq = false;
              boolean flag = false;
    long requestTime = 0;
    long responseTime = 0;
    long recdTime = 0;
    long sentTime = 0;
              long hasTime = 0;
              long presentTime = 0;
              int hasCalls = 0;
    Pattern startMessage = Pattern.compile("^<MESSAGE.*ID=\".*_"+args[0]+"\".*", Pattern.DOTALL);
    Pattern requestMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"RequestMsg.\".*ID=\".*_"+args[0]+"\".*<ActName>(.*)</ActName>.*", Pattern.DOTALL);
    Pattern requestMessage1 = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"RequestMsg.\".*ID=\".*_"+args[0]+"\".*<Svc id=\"(.*)\">.*", Pattern.DOTALL);
    Pattern responseMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"ResponseMsg\".*ID=\".*_"+args[0]+"\".*", Pattern.DOTALL);
    Pattern initMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"HostConnInit\".*ID=\".*_"+args[0]+"\".*", Pattern.DOTALL);
    Pattern initResMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"ResponseMsg\".*ID=\"null\".*", Pattern.DOTALL);
    Pattern initResIDMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"ResponseMsg\".*ID=\"null\".*<IATA>"+args[0]+"</IATA>.*", Pattern.DOTALL);
              Pattern sentMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"DCMsgSentInfo\".*ID=\".*_"+args[0]+"\".*", Pattern.DOTALL);
              Pattern rcvdMessage = Pattern.compile("^<MESSAGE.*TS=\"(.*)\" CATEGORY=\"DCMsgRcvdInfo\".*ID=\".*_"+args[0]+"\".*", Pattern.DOTALL);
    SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS");
    DecimalFormat dcf = new DecimalFormat("########.##");
    String actName = "";
              if (fileNo ==0)
              rowTitle = sheet.createRow((short)0);
              rowTitle.createCell((short)0).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)0).setCellValue("Req/Res");
              rowTitle.createCell((short)1).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)1).setCellValue("Action");
              rowTitle.createCell((short)2).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)2).setCellValue("Server Time(in ms)");
              rowTitle.createCell((short)3).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)3).setCellValue("Request Vs Response Time in Server(in ms)");
              rowTitle.createCell((short)4).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)4).setCellValue("Time Taken By HAS/HOST(in ms)");
              rowTitle.createCell((short)5).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)5).setCellValue("No. of HAS calls");
              rowTitle.createCell((short)6).setCellType(HSSFCell.CELL_TYPE_STRING);
              rowTitle.createCell((short)6).setCellValue("Data Size");
              //wb.write(fileOut);
    while((aLine=logReader.readLine()) != null) {
    if(aLine.startsWith("<MESSAGE TYPE=\"EVENT\"")) {
    Matcher m = startMessage.matcher(aLine);
    if(m.find()) {
    sBuf.setLength(0);
    sBuf.append(aLine);
    skip = false;
    initReq = false;
    m = initMessage.matcher(aLine);
    if(m.find()) {
    initReq = true;
    } else {
    if(initReq) {
    m = initResMessage.matcher(aLine);
    if(m.find()) {
    sBuf.setLength(0);
    sBuf.append(aLine);
    skip = false;
    } else if(aLine.startsWith("</MESSAGE>")) {
    if(!skip) {
    sBuf.append(aLine);
    readed = true;
    } else if(!skip){
    sBuf.append(aLine);
    if(!skip && readed) {
    String tempStr = sBuf.toString();
    if(tempStr.length() > 0) {
    boolean reqMatched = false;
    Matcher m = null;
    if(initReq) {
    m = initMessage.matcher(tempStr);
    actName = "Intialization";
    } else {
    m = requestMessage.matcher(tempStr);
    String time = "";
    if(m.find()) {
    reqMatched = true;
    for (int i=1; i<=m.groupCount(); i++) {
    String groupStr = m.group(i);
    if(i == 1) {
    time = groupStr;
    } else if(i == 2) {
    actName = groupStr;
    } else if(!initReq){
    m = requestMessage1.matcher(tempStr);
    if(m.find()) {
    reqMatched = true;
    for (int i=1; i<=m.groupCount(); i++) {
    String groupStr = m.group(i);
    if(i == 1) {
    time = groupStr;
    } else if(i == 2) {
    actName = groupStr;
    if(time.length() > 0 ) {
    try{
    requestTime = sdf.parse(time).getTime();
    }catch(Exception ex){}
    System.out.println("Request,"+actName+","+time+",,,,"+dcf.format(((double)time.length()/1024.0))+"K");
                                  //bw.write("Request,"+actName+","+time+",,,,"+dcf.format(((double)time.length()/1024.0))+"K");
                                  String reqDataSize = dcf.format(((double)time.length()/1024.0))+"K" ;
                                  rowReq = sheet.createRow((short)counter);
                                       rowReq.createCell((short)0).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)0).setCellValue("Request");
                                       rowReq.createCell((short)1).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)1).setCellValue(actName);
                                       rowReq.createCell((short)2).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)2).setCellValue(time);
                                       rowReq.createCell((short)3).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)3).setCellValue("");
                                       rowReq.createCell((short)4).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)4).setCellValue("");
                                       rowReq.createCell((short)5).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)5).setCellValue("");
                                       rowReq.createCell((short)6).setCellType(HSSFCell.CELL_TYPE_STRING);
                                       rowReq.createCell((short)6).setCellValue(reqDataSize);
                                       counter = counter +1;
                                       System.out.println("counter is "+counter);
                             Matcher l = sentMessage.matcher(tempStr);
                             Matcher k = rcvdMessage.matcher(tempStr);
                   if(l.find()) {
                                            for (int i=1; i<=l.groupCount(); i++) {
         String groupStr2 = l.group(i);
    try{
    sentTime = sdf.parse(groupStr2).getTime();
    }catch(Exception ex){}
                        if(k.find())
                                                 for(int j=1;j<=k.groupCount(); j++) {
                                                 String groupStr1 = k.group(j);
                                                 try{
    recdTime = sdf.parse(groupStr1).getTime();
    }catch(Exception ex){}
                                                 presentTime = (recdTime - sentTime);
                                                 hasTime = hasTime + presentTime;
                                                 hasCalls = hasCalls +1;
    if(!reqMatched) {
    if(initReq) {
    m=initResIDMessage.matcher(tempStr);
    } else {
    m=responseMessage.matcher(tempStr);
    if(m.find()) {
    for (int i=1; i<=m.groupCount(); i++) {
    String groupStr = m.group(i);
    try{
    responseTime = sdf.parse(groupStr).getTime();
    }catch(Exception ex){}
                                                 String resDataSize = dcf.format(((double)tempStr.length()/1024.0))+"K" ;
                                                 rowRes = sheet.createRow((short)(counter));
                                                 rowRes.createCell((short)0).setCellType(HSSFCell.CELL_TYPE_STRING);
                                                 rowRes.createCell((short)0).setCellValue("Response");
                                                 rowRes.createCell((short)1).setCellType(HSSFCell.CELL_TYPE_STRING);
                                                 rowRes.createCell((short)1).setCellValue(actName);
                                                 rowRes.createCell((short)2).setCellType(HSSFCell.CELL_TYPE_STRING);
                                                 rowRes.createCell((short)2).setCellValue(groupStr);
                                                 rowRes.createCell((short)3).setCellType(HSSFCell.CELL_TYPE_NUMERIC);
                                                 rowRes.createCell((short)3).setCellValue((responseTime - requestTime));
                                                 rowRes.createCell((short)4).setCellType(HSSFCell.CELL_TYPE_NUMERIC);
                                                 rowRes.createCell((short)4).setCellValue(hasTime);
                                                 rowRes.createCell((short)5).setCellType(HSSFCell.CELL_TYPE_NUMERIC);
                                                 rowRes.createCell((short)5).setCellValue(hasCalls);
                                                 rowRes.createCell((short)6).setCellType(HSSFCell.CELL_TYPE_STRING);
                                                 rowRes.createCell((short)6).setCellValue(resDataSize);
                                                 hasTime = 0;
                                                 hasCalls = 0;
                                                 counter = counter + 1 ;
    sBuf.setLength(0);
    readed = false;
              wb.write(fileOut);
              } // End of for (int fileNo = 0; fileNo < children.length; fileNo++ )
    }     //End of else
              fileOut.close();
    } //End of public static void main
    } // End of Class

    First of all, use [code]-tags to make your code readable, please.
    I didn't do a complete inspection of your code (because it's too much and unreadable as it is) and I don't know POI, but creating a new HSSFWorkbook for each input file sounds fishy to me ... try re-using the workbook and just creating a new sheet in each iteration.

  • I bought a new MacBook Pro (Mac Os 10.8.4) when conecting my mobile broadband dongle (Huawei E122) the computer does not read it at all. I do not have problems when connecting it to my former computer (PC) and a Mac from last year. Any suggestions?

    I bought a new MacBook Pro (Mac Os 10.8.4) when conecting my mobile broadband dongle (Huawei E122) the computer does not read it at all. I do not have problems when connecting it to my former computer (PC) and a Mac from last year. Any suggestions?

    Thanks,
    Yes, I did that. They have uppgrades for the dongles, but just untill Mac Os 10.7. Their solution is to buy a new modem from them or getting one for free if I sign a contract for 24 months! So, i think from that side not very helpful.
    It is just that I do not want to buy a new modem, when it works in quite recent computers and after having spent money in the new Mac.
    But thank you for your reply!

  • Problem with reading a PDF with filled interactive forms

    Hello,
    I have a problem to read a filed pdf file.
    When I open a pdf I see the forms fields like this:
    To read the field I need to click on it, when it is active I can read what is written
    What can I do to just read the filled pdf form without cliking every field?
    Thanks in advance for help
    Degosh

    That means they used Mac Preview to fill out the forms and they are broken. I've heard there was a script out there that may fix them but haven't used it myself.
    You should have them use Adobe Reader to fill out the form again.

  • Problems importing XML data into form (Acrobat 8 Pro)

    I created a form in Designer with an email submit button, and now I am receiving XML files by email. I'd like to import these back into the form. But when I open the form and select "import data," I get the following message:
    "This document restricts some Acrobat features to allow for extended eatures in Adobe Reader. To create a copy of the document that is not restricted (and has no extended features in Adobe Reader), click Save a Copy."
    Whether I save it or click cancel, afterwards "import data" is no longer an option. The same thing happens if I try to open the form again in Designer.
    I assume that this is related to having enabled usage rights in Adobe Reader (necessary because the email submit button only works for people who use Microsoft Outlook -- what's up with that?). But dis-enabling these rights for the form doesn't change anything.
    All help appreciated! I'm a novice, so please make it simple.
    Thanks,
    Ted

    If I click "save a copy," then it opens a dialogue box for this. I've been saving this copy under the same name but in a different folder (so as not to screw up my original).
    After saving the file, the "import data" option is no longer available for selection. (Nor is the "Edit Form in Designer" option).
    If I close this and open the newly saved file, then it does give me an "import data" option. But when I try to import an XML file, I always get this error:
    "Xml parsing error: not well-formed (invalid token)(error code 4), line 1, column 5 of file [file path and name]"
    Open for suggestions.
    Thanks,
    Ted

  • Downloaded adobe reader, i have been inputting info into some forms, the areas I populate all have red squares around them, what does this mean?

    downloaded adobe reader, i have been inputting info into some forms, the areas I populate all have red squares around them, what does this mean? mac book pro as well. The forms i have been working on are from Canada Immigration, has any one else experienced this? thanks and yes I am new here, lol.

    Yes thank you I figured it out. Lol
    Sent from Samsung Mobile

  • Want to read out put from Solaris System into Oracle Form

    Hi all
    I want some code of trigger which on fire get output from Solaris system into Windows i.e When I press push button window base system sent "df -kh" command to "\\172.16.3.16" and display output into text box.
    BR//

    When I press push button window base system sent "df -kh" command to " 172.16.3.16" and display output into text box.This can be accomplished by using a Host call to run the system command. You will need to output the results of the system command to a file and then read contents of the file into your form. The HOST built-in has a limitation, however. The HOST built-in can only execute commands on the Application Server (AS), so hopefully, the "Solaris" system you mentioned is your AS. Once the HOST call completes and the output file is created, you can read the contents of the file using the TEXT_IO built-in.
    Hope this helps,
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • I am having Problems with using my adobe digital Reader ,it gives me the error E_ADEPT_IO Activation

    i am having Problems with using my adobe digital Reader  ,it gives me the error E_ADEPT_IO Activation,what can i do to activate

    This is the Adobe Reader forum. If you are talking about Digital Editions, the right forum is here:
    http://forums.adobe.com/community/adobe_digital_editions

  • Font Problems Upgrading from LC 7.2 Forms to ES Update 1 (8.2)

    Old Environment:  LC 7.2 Forms, Windows 2003, Weblogic 8.1 SP5, Oracle 10.2.0.4
    Old Fonts Directory:  c:\windows\fonts.  The customer fonts were also added to this directory and the fonts were embedded into the adobe-FontManager.ear.
    New Environment:  LC ES Update 1 (8.2) SP3, Solaris 10, WebLogic 10.0 MP2, Oracle 10.2.0.4
    New Fonts:  Copied all the adobe-FontManager.ear ttfs into the customer fonts specified directory.
    Problem:  I have the same XDP template being used in the old and new environment.  I have two environments (Old or New) with the code to invoke the LC Forms server.  The old environment prints out a Chinese form correctly.  The new environment prints out the Chinese form, but a lot of the text are bolded when it wasn't showing that problem before in LC 7.2 Forms.  Any thoughts on what might be cauasing this issue?
    Thank you for your help.

    I couldn't get a LC ES Forms server solution to this problem.  Adobe LC support stated that I had to modify the XDPs that show the bolding problem.  According to Product Engineering and Escalations group, LC ES 8.2.1 contained changes with respect to font attributes that we need to modify the XDP.  There are no server level changes that can solve the problem.
    Solution for me:
    1.  Open the XDP that showed the bolding problem in LC Designer ES SP3.
    2.  Find the bolded Chinese characters and unbold them.  Save the XDP.
    3.  Drop the updated XDP on to the LC ES Update 1 (8.2.1) Forms server.
    4.  Render the form in LC ES Update 1 (8.2.1).  No unwanted bolded characters for me.  As a plus I noticed the XDP size grow smaller in terms of file size after I saved it on ES Designer SP3.

Maybe you are looking for

  • Why can't I download large files on Windows 7 in Bootcamp?

    I am running Bootcamp on a New iMac running Lion. Everything on the Apple side of my partition works brilliantly. I need Windows to run some old programs which are not available to Mac. I successfully loaded Windows 7 on Bootcamp after many attempts

  • Ibook G4 won't start

    I have a G4 running OX 10.4.6. I was downloading an Apple upgrade when the machine seemed to get stuck. I tried shutting down ans restarting with no luck. I tried to use the disc to reboot, nothing. I tried to safe start and the chime won't even ring

  • HR PNP LDB and authority check

    Hello All,               Can someone plzz tell me if there is any major difference between CODE1 and CODE2 below? I understand if we use LDB we dont need to do authority check but is there is any exceptional case where we do this kind of codeing... C

  • How to delete task in serviceorder with release ECC6

    we just migrated to ECC6 from 4.7 but now I got a strange problem when a user wants to delete a task from a serviceorder. it gives a yellow warning saying that I get a warning before delete. I press enter I select Yes and then I get a shortdump A RAI

  • H.264 in mp4 container - cannot understand media info

    Hi guys. Here is the question: I export the movie "Using QT conversion -> file format MP4, video format - H.264" If I check this file in the Media Player Classic on Windows, the MediaInfo pane in the Properties option shows the following: Format: MPE