Urgent help for extremely new newbie - please.

I have been asked to set up a Labview program to graph and log
thermocouple temperature measurements from two Keithley 2001 Multimeters
and a DC voltage from HP 34420A nano Volt/Micro Ohm Meter. All three are
instruments are IEEE interfaced to a Windows 98 machine running Labview
(version 5.0 I think.) I have a couple of weeks to get the job done.
The problem is that I have never used Labview. I am an experienced C,
Fortran, BASIC programmer but this graphical system is completely new.
My situation is complicated because I am told the experienced person who
was originally going to set this up left under bad circumstances and
took many of the manuals. I would greatly appreciate any and all help I
can get.
Please feel free to send responses directly to me.
[email protected]
Thanks,
Stan Thomas

In article
<[email protected]>,
Stan Thomas
wrote:
> I have been asked to set up a Labview program
to graph and log
> thermocouple temperature measurements from two
Keithley 2001 Multimeters
> and a DC voltage from HP 34420A nano Volt/Micro
Ohm Meter. All three are
> instruments are IEEE interfaced to a Windows 98
machine running Labview
> (version 5.0 I think.) I have a couple of
weeks to get the job done.
> The problem is that I have never used Labview.
I am an experienced C,
> Fortran, BASIC programmer but this graphical
system is completely new.
> My situation is complicated because I am told
the experienced person who
> was originally going to set this up left under
bad circumstances and
> took man
y of the manuals. I would greatly
appreciate any and all help I
> can get.
>
> Please feel free to send responses directly to
me.
>
> [email protected]
>
> Thanks,
>
> Stan Thomas
>
>
All manuals are available at
http://www.natinst.com/manuals/
They also have an example program database at
http://www.natinst.com/support/epd/
Sten Karlson
D/A Production AB
SWEDEN
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.

Similar Messages

  • Help for a java Newbie please!

    Hey guys I'm writing this program for my Java 1 class I can't seem to get it complie. This is the first time we've worked with building out own classes. And I have a feeling that I'm doing something small and silly. If someone could just take a look at it I'd be more than happy.
    This is the Class we had to write it has 4 different fields of "employee information" This one looks fine.
    public class Employee
       private String name;           
       private int idNumber;      
       private String department;
       private String position;
       public Employee(String theName, int theIdNumber, String theDepartment,
                        String thePosition)
             name = theName;
             idNumber = theIdNumber;
             department = theDepartment;
             position = thePosition;
       public void setName( String theName )
             name = theName;
       public void setIdNumber( int theIdNumber )
                idNumber = theIdNumber;
       public void setDepartment( String theDepartment )
                department = theDepartment;
       public void setPosition( String thePosition )
                position = thePosition;
       public String getName()
                return name;
      public int getIdNumber()
                return idNumber;
      public String getDepartment()
                  return department;
      public String getPosition()
                 return position;
    } I think this one is good, it compiles just fine.
    Now we had to write a program that accesses the class and store "employee information" for 3 different employees and recall it. It only recalls for one right now, it doesn't compile though... sad day. Any help would be AMAZING THANKS in advanced.
    import javax.swing.JOptionPane;
    public class EmployeeInfo
       public static void main(String[] args)
           String firstEmployeeName = "Susan Meyers";
           String secondEmployeeName = "Mark Jones" ;
           String thridEmployeeName = "Joy Rogers";
           int firstEmployeeId = 47899;
           int secondEmployeeId = 39119;
           int thirdEmployeeId = 81774;
           String firstEmployeeDepartment = "Accounting";
           String secondEmployeeDepartment = "IT";
           String thirdEmployeeDepartment = "Manufacturing";
           String firstEmployeePosition = "Vice President";
           String secondEmployeePosition = "Programmer";
           String thirdEmployeePosition = "Engineer";
           Employee Employee1 = new Employee();
           Employee1.setName(firstEmployeeName);
           Employee1.setIdNumber(firstEmployeeId);
           Employee1.setDepartment(firstEmployeeDepartment);
           Employee1.setPosition(firstEmployeePosition);
           Employee Employee2 = new Employee();
           Employee2.setName(secondEmployeeName);
           Employee2.setIdNumber(secondEmployeeId);
           Employee2.setDepartment(secondEmployeeDepartment);
           Employee2.setPosition(secondEmployeePosition);
           Employee Employee3 = new Employee();
           Employee3.setName(thirdEmployeeName);
           Employee3.setIdNumber(thirdEmployeeId);
           Employee3.setDepartment(thirdEmployeeDepartment);
           Employee3.setPosition(thirdEmployeePosition);
           JOptionPane.showMessageDialog(null, "Name          ID Number   " +
                                         "Department      Position     /n" +
                                         Employee1.getName() + "   " +
                                         Employee1.getIdNumber() + "   " +
                                         Employee1.getDepartment() + "      /n");
      System.exit(0);
    }

    Also the compiling error I get is
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:28: cannot find symbol
    symbol  : constructor Employee()
    location: class Employee
           Employee Employee1 = new Employee();
                                   ^
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:39: cannot find symbol
    symbol  : constructor Employee()
    location: class Employee
           Employee Employee2 = new Employee();
                                   ^
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:50: cannot find symbol
    symbol  : constructor Employee()
    location: class Employee
           Employee Employee3 = new Employee();
                                   ^
    O:\HomeWork\CIS 260\Assignment 5\EmployeeInfo.java:52: cannot find symbol
    symbol  : variable thirdEmployeeName
    location: class EmployeeInfo
           Employee3.setName(thirdEmployeeName);
                                ^
    4 errors

  • Help for a Mac newbie please!

    Hi all,
    I just got my lovely MacBook Pro yesterday... and could use some help with these 2 problems...
    1 - on my Windows PC I have a VPN connection to 1 of my clients. When I tried to set it up on the Mac it's asking for an IPSEC shared secret? Is there any way to disable this requirement, or does my client have to set a key on his server?
    2 - I am having a problem connecting to my windows laptop through my home network...if I enable the Guest account on windows XP, the MacBook connects no problem. If however [as I really want to] I try to connect as a "proper" user with username and password, the Mac keeps telling me the username or password is wrong...which it definitely isn't!
    My thought is regarding the "domain"...I don't have one set up at home...just a workgroup called "home"...so when I try to login I am only typing in the username...the tooltip for the usernae field says domain\username...do I need to put anything here for domain, and if I do, what...as there isnt one!
    Thanks,
    Nige

    Try my post
    http://discussions.apple.com/thread.jspa?threadID=1359723&tstart=0

  • Help for an Apple newbie please???

    Hi all, I have just acquired my first Apple computer which is an older PowerPC G3 running OS X 10.1.2
    I would like to know how I go about upgrading the OS to a later version please? For example can I simply purchase a copy of OS X 10.3 or 4 and install it or do I need to go through the intermediate versions (10.2 to 10.3 etc)?
    Does anyone know if these later OS are even compatible with the PowerPC G3?
    Sorry for the basic questions, but as I say I am a complete novice with Apple computers and your guidance would be greatly appreciated.
    thanks,
    Graham
    PowerPC G3   Mac OS X (10.1.x)  

    Hi Graham,
    you have to buy the retail full install disks, regardless whether you upgrade to 10.3. or 10.4. Please also post the exact model of G3 you have. Not all G3s are compatible with 10.3 and only a few can run 10.4. You might want to check out the system requirements:
    Requirements for Mac OS X 10.3
    Requirements for Mac OS X 10.4
    Be aware that you cannot upgrade directly from 10.1.x to 10.4! You either have to upgrade to 10.2 or 10.3 first or you perform an Erase&Install.
    Most likely you will need a firmware upgrade prior to the upgrade: Firmware Upgrades
    If this answered your question please consider granting some stars: Why reward points?

  • Help for a Bluetooth Newbie please!

    Hi
    I have just got a Nokia 6230i (which looks like i may have alot of problems with according to your forums!).
    I am trying to connect up to my PC. I have a very basic question which is, how do i know if my computer has bluetooth on it? it is Windows XP.
    When i installed the PC Suite disc i got with the phone it said it said my available connections were bluetooth, serial cable and USB, which i took to meaning i had bluetooth on my computer! Am i completely wrong?
    I am completely new to all this bluetooth stuff sorry. i have made my phone visible (if this is the same as 'unhiding' it.) and urned it on, but when i try to connect through the PC Suite software, it say it cannot be connected.
    Help!!

    Yes, the other phrase is "dongle", typically what is sold are small Bluetooth adapters (dongles) that can be attached to the USB port in your PC.
    There are certainly many options available. If you go to a store I would try to make sure form the sales person that the dongle supports Microsoft Windows XP Bluetooth.
    Microsoft has Bluetooth sw in Windows in Windows XP, but the Service Pack needs to be 2. YOu can check you system setup easily by:
    Right click on the "phone icon" in your Windows Tray (area in bottom right in your screen) Select "about PC Suite" from the list and click. Windows opens, select "system info" and you can see what Windows version you have.
    If you have something like this visible:
    Operating system:
    Microsoft Windows XP
    Build 2600
    Service Pack 2
    Bluetooth stack:
    Microsoft Bluetooth stack
    Version 5.1.2600.2180
    Then it will be relatively easy to take Bluetooth into use in your PC.
    Just attach the dongle to USB port and let Windows guide you through the Bluetooth dongle driver install process.
    Then you will have the possibility to connect your phone and Nokia PC Suite over Bluetooth.

  • Help for a new newbie

    i've just tried to compile my very first Java program, and i get the following error:
    Exception in thread "main" java.lang.NoClassDefFoundError: saluton
    i have no idea what this means, if its any help i'm running win 2000
    i'd be greatfull of anyhelp given

    Jos
    i bow down to you, thank you i have no idea what -cp is but it workedThat -cp flag tells the java virtual machine where it can find .class files, i.e. it
    defines the ClassPath. Suppose those two .class files are stored in, say,
    c:\usr\Stu000 and suppose your current directory is somewhere else, say, you're
    roaming around in c:\tmp.
    From within that c:\tmp directory, you can do this:java -cp c:\usr\Stu000 Salutonand it will simpy work. BTW, you can define more than one directory as the ClassPath,
    you simply supply more dirs and separate them with a semi-colon. The Java
    virtual machine will look in all those directories for the specified .class file to run.
    i have now compiled and run my first Java programCongrats.
    kind regards,
    Jos

  • Audio cable help for the new AppleTV.

    Audio cable help for the new AppleTV.
    Currently I have an original AppleTV with audio RCA plugs to mini plug into my BOSE speakers.
    The 2nd Gen AppleTv has a Toslink input. I've looked at cables of Toslink to optical mini. Will this cable work? The optical mini part I'm not sure of what it is.
    Thanks so much. The monitor I use doesn't have speakers.
    This is the cable I see at Amazon
    http://www.amazon.com/gp/product/B0002JFN1K/ref=ordcartshr?ie=UTF8&m=ATVPDKIKX0DER
    Message was edited by: musicmaker

    If I understand your question correctly, you want to connect your Apple TV2 to your Bose system using a mini plug.
    You will need an optical to digital coax RCA converter (find it on Ebay about $15), then you can connect your mini cable. Here is a link to one I recently bought on Ebay: http://fwd4.me/nrQ

  • I have Mac mini and there is partition of boot camp but some miss understanding the osx 10.8.2 is deleted and while I m going to recovery mode the portition can not removing and the also cant repaired what I do I need urgent help ???? Please ?????

    I have Mac mini and there is partition of boot camp but some miss understanding the osx 10.8.2 is deleted and while I m going to recovery mode the portition can not removing and the also cant repaired what I do I need urgent help ???? Please ?????

    Do you have a Time Machine backup or clone?  If not,
    all is lost if you have in fact deleted your OSX partition
    and you will have to do a reinstall from Recovery HD
    and install all else.

  • No more connections available to this remote computer...Urgent Help for File server...

    Hi Guys,
    I need urgent help regards to our school File server which is having "No more connection to this remote computer error"
    on SMB Shares where I usually authenticate with a domain username it used to work fine since till 3 weeks ago.
    Now I can browse the SMB shares with only IP... Netbios gets straight away this error message from non-domain joined pc's where the computer needs to connect to the SCCM distribution point on this file server.
    Strangely, Domain joined pc's does not have this problem at all they can use Netbios or IP no problem at all. But someone from a standalone laptop or desktop who needs to access shares through netbios gets this message.
    Can someone help me please?
    I did check DNS yet there is no problem on DNS I checked PTR record for the server to make sure it is not turned in to multihome accidently but nothing at all.
    I also did a NETMON where I captured the data from server and the client I get these errors:
    205 4:54:35 PM 16/12/2013
    7.3299179 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=......S., SrcPort=49312, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1771710719, Ack=0, Win=8192 ( Negotiating scale factor 0x2 ) = 8192
    {TCP:22, IPv4:21}
    206 4:54:35 PM 16/12/2013
    7.3299668 10.2.0.13
    10.2.1.96 TCP
    TCP:Flags=...A..S., SrcPort=Microsoft-DS(445), DstPort=49312, PayloadLen=0, Seq=2167618331, Ack=1771710720, Win=8192 ( Negotiated scale factor 0x8 ) = 2097152
    {TCP:22, IPv4:21}
    207 4:54:35 PM 16/12/2013
    7.3301468 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=...A...., SrcPort=49312, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1771710720, Ack=2167618332, Win=16425 (scale factor 0x2) = 65700
    {TCP:22, IPv4:21}
    208 4:54:35 PM 16/12/2013
    7.3301468 10.2.1.96
    10.2.0.13 SMB
    SMB:C; Negotiate, Dialect = PC NETWORK PROGRAM 1.0, LANMAN1.0, Windows for Workgroups 3.1a, LM1.2X002, LANMAN2.1, NT LM 0.12, SMB 2.002, SMB 2.???
    {SMBOverTCP:23, TCP:22, IPv4:21}
    209 4:54:35 PM 16/12/2013
    7.3307974 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R   NEGOTIATE (0x0), GUID={8447F237-5219-D48A-40C0-29092450C68E}
    {SMBOverTCP:23, TCP:22, IPv4:21}
    210 4:54:35 PM 16/12/2013
    7.3314064 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:23, TCP:22, IPv4:21}
    211 4:54:35 PM 16/12/2013
    7.3318815 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (22) STATUS_MORE_PROCESSING_REQUIRED  SESSION SETUP (0x1), SessionFlags=0x0
    {SMBOverTCP:23, TCP:22, IPv4:21}
    212 4:54:35 PM 16/12/2013
    7.3324012 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:23, TCP:22, IPv4:21}
    215 4:54:35 PM 16/12/2013
    7.3339977 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (109) STATUS_LOGON_FAILURE  SESSION SETUP (0x1)  
    {SMBOverTCP:23, TCP:22, IPv4:21}
    216 4:54:35 PM 16/12/2013
    7.3341805 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=...A.R.., SrcPort=49312, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=1771711788, Ack=2167619070, Win=0 (scale factor 0x2) = 0
    {TCP:22, IPv4:21}
    217 4:54:35 PM 16/12/2013
    7.3357089 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=......S., SrcPort=49313, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=2943201172, Ack=0, Win=8192 ( Negotiating scale factor 0x2 ) = 8192
    {TCP:27, IPv4:21}
    218 4:54:35 PM 16/12/2013
    7.3357422 10.2.0.13
    10.2.1.96 TCP
    TCP:Flags=...A..S., SrcPort=Microsoft-DS(445), DstPort=49313, PayloadLen=0, Seq=3718656547, Ack=2943201173, Win=8192 ( Negotiated scale factor 0x8 ) = 2097152
    {TCP:27, IPv4:21}
    219 4:54:35 PM 16/12/2013
    7.3359768 10.2.1.96
    10.2.0.13 TCP
    TCP:Flags=...A...., SrcPort=49313, DstPort=Microsoft-DS(445), PayloadLen=0, Seq=2943201173, Ack=3718656548, Win=16425 (scale factor 0x2) = 65700
    {TCP:27, IPv4:21}
    220 4:54:35 PM 16/12/2013
    7.3359768 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   NEGOTIATE (0x0), GUID={8213462D-2600-D1B1-11E3-65FC4BCDE707}
    {SMBOverTCP:28, TCP:27, IPv4:21}
    221 4:54:35 PM 16/12/2013
    7.3364173 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R   NEGOTIATE (0x0), GUID={8447F237-5219-D48A-40C0-29092450C68E}
    {SMBOverTCP:28, TCP:27, IPv4:21}
    222 4:54:35 PM 16/12/2013
    7.3369702 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:28, TCP:27, IPv4:21}
    223 4:54:35 PM 16/12/2013
    7.3373474 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (22) STATUS_MORE_PROCESSING_REQUIRED  SESSION SETUP (0x1), SessionFlags=0x0
    {SMBOverTCP:28, TCP:27, IPv4:21}
    224 4:54:35 PM 16/12/2013
    7.3377060 10.2.1.96
    10.2.0.13 SMB2
    SMB2:C   SESSION SETUP (0x1) {SMBOverTCP:28, TCP:27, IPv4:21}
    227 4:54:35 PM 16/12/2013
    7.3390552 10.2.0.13
    10.2.1.96 SMB2
    SMB2:R  - NT Status: System - Error, Code = (109) STATUS_LOGON_FAILURE  SESSION SETUP (0x1)  
    {SMBOverTCP:28, TCP:27, IPv4:21}
    Regards,
    Gokhan

    Solution has been found, 
    After doing bit of a backtrack, site DC's were out of sync with PDC with time.
    Also Time service was shutdown on PDC which has been enabled and pointed to the Australian pool ntp IP address.
    Everything is back on track now.
    Regards,
    Gokhan Cil

  • Need urgently help for OBIEE Installation (11g)

    Hi all,
    I am having problems trying to install Oracle Business Intelligence 11g on Windows 7.
    The Installation Wizard hangs on the step: Domain Configuration (0%). The Creating Domain shows In progress.
    The log under the Inventory directory shows me only following:
    INFO: Ending the inventory Session
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    I really don't know what to do. I am searching for a solution on Internet, but I don't find it.
    I need urgently help. I would appreciate someone could help me.
    We can do together via Webex or something similar. It doesnt worth it for me to type here and wait till someone give me an answer (if any), trying to find out how I did.
    I hope to find the help I need. I am desperated :-(

    Can I install the OBIEE 10g version?I am not sure but i think OBIEE is not certified with windows 7. i could not find any MOS doc confirming same. Please log a call with oracle to confirm this.
    would it work fine with the Oracle Database 11g and the RCUs?. Yes OBIEE 10g will work with oracle database 11g.
    Thanks,
    JD

  • Exch2k7 to Exch2k10 - SSL 'request' help for the new server

    Hi,
    after read the article 'http://technet.microsoft.com/en-us/library/dd638158.aspx', we already have MBX and CAS 2007 running the lastest spk version and the SSL on the CAS 2007 is already working as 'LEGACY.DOMAIN.COM.BR' + 'Autodiscover.domain.com.br'
    + 'mail.domain.com.br'.
    My question is regarding the SSL request for the new server:
    >>> Can I start the REQUEST for the external Certification Authority using Windows Powershell or IIS console instead to use 'Exchange Management Shell'??
    * I´m afraid about the time (days) to install CAS 2010 on the new server, start the request to the CA, do the internal steps to aprove, pay the tax, wait for generation and then install the new SSL on the new server...

    Hi,
    Based on my research, we can use IIS renew the certificate for IIS:
    http://support.microsoft.com/kb/228991
    And Windows power shell can help us to create certificate request:
    http://social.technet.microsoft.com/Forums/exchange/en-US/1ba38a64-8776-444c-9f4d-a484075f3de2/powershell-to-request-a-certificate-renewal
    Thanks,
    Angela Shi
    TechNet Community Support

  • Looking for a new laptop, please help

    I am looking into purchasing a new laptop in the next couple weeks in the $700 price range and am wondering what the best options are. I have basically narrowed it down to the Toshiba P745-S4217 and Asus U46E-BAL5. But I also like the sony VPCEG16FM/W and Toshiba R835-P70. Which one is the best bange for the buck? I want something that is fast and not to loud or overheat. I like having good speakers and something that is fast. I know the Toshiba R835-P70 is only 4GB RAM but is it that much slower then the ASUS U46E-BAL5 8GB? I dont do any gaming so that doesnt matter, will just use for school and surfing the web so want something that is fast and built to last a few years. If they are all pretty similar I am thinking the Toshiba P745-S4217 is probably best option due to speakers and blu ray. Finally, besides what is already listed on your site, are there any major differences or things I should know about the four computers I have listed. Thank you for your time and help. Feel free to offer any other suggestions for laptops as well.

    No one can answer this for you.  You will get lots of opinions, but you have to decide which of those laptops is right for you.  You'll have to compare keyboards, screens, what software is loaded on it, etc. 
    Now, for my opinion (remember, you'll get lots of those):  Stay as far away as you can from Sony computers.  They are overpriced, and they have terrible build wuality.  Toshiba has been going downhill the last two or three years, but not as badly as Sony.  Asus products are pretty good, I would not hesitate to recommend them.  THey have been making motherboards for a long time.
    Any computer in your price range will easily handle the tasks you stated.  "Fast" is a relative term, and when comparing, the figures are pretty much meaningless .  Another reason to do a hands on comparison in the store.
    If a single model in your price range has a lot fo features that the others do not have, then be very wary...that usually means sub-par components used just to get better specs. 
    If you find my post useful or informative, please click the icon below with the plus sign and star to give kudos. Thank you!

  • Need urgent help with a new Z program please

    I have to write a program that finds files matching some pattern, for example I have files test1,test2,test3 in a directory then if I pass test* as parameter it should find all the files i.e, test1,2,3. I have to then store the files in internal table, loop through it and have to call some other program zzz that has a selection screen with default parameters.
    1) Is there any function that I can call that gives all the files by passing wild card (ex:test*) and store the files in internal table?
    2) How do I call some other program ZZZ from my program?
    3) How do I pass values from my program to other program's selection screen?
    Your help would be greatly appreciated.
    Thanks.
    Mithun

    Hi,
    1) data: FILE_TABLE TYPE STANDARD TABLE OF FILE_INFO.
    data: wa_file type file_info.
    data: count type i.
    CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_LIST_FILES
                EXPORTING
                    DIRECTORY = 'C:\'
                    FILTER    = 'test.*'
                    files_only = 'X'
                changing
                    FILE_TABLE = file_table[]
                    count      = count.
    loop at file_table into wa_file.
      write: / wa_file-filename.
    endloop.
    2) You can use SUBMIT statement to call another program..
    3) In the SUBMIT statement you can use the WITH addition to pass the values to the program.
    Thanks,
    Naren

  • Help for a new MAC user

    I just made the move from PC to MAC. I have and need to use my Office 2003. Can someone help a newbie to install it on my new Imac?

    If that Office 2003 is for Windows, it will not install on OS X. The only way to get a Windows application on a Mac is using something like Boot Camp (Parallels, VMWare Fusion) and then a Windows system as well.

  • Very urgent help - for update field1 nowait across databaselink

    Hi,
    We have a form that uses select for update field1 nowait for a table that is accessed across a database link. When we try to do this the form errors out giving frm-92101 error. If I comment out the for update statement then it works fine. I know it the for update that is causing the problem but I'm not sure how to fix it. Can someone help me please. Very urgent, we are in the middle of upgrade and we found this issue while testing the forms.
    Any ideas or suggestions ?
    I'm using 10g App.Server and 10g database.
    Please help.
    Thanks in advance.

    under which trigger you ran that update ?

Maybe you are looking for