Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dquintard

  1. dquintard

    Need to write code for my script to get to next screen

    Hello I am on WINRUNNER 7.5 I am writing a script testing a character based application. I need my script to wait to get to the next screen. However from what I've been reading I don't see any commands to do that. I am working with TERMINAL EMULATIONS.
  2. dquintard

    INSERT INTO syntax

    Can anyone tell me what can possibly be wrong with this INSERT statement? I can not seem to get it to work. It is part of an embedded SQL script. It follows the necessary CREATE TABLE and ALTER TABLE statements. sql:="CREATE TABLE table1 (" sql:=cat(sql,"id char(4) CONSTRAINT...
  3. dquintard

    Loading a table from a flat file.

    Hello all I am using version 6.5. I want to load a newly created table from a flat file, however from what I understand the LOAD statement only loads from a device. Is this true? I need the correct syntax to load a newly created table from a flat file. THANKS IN ADVANCE!!!
  4. dquintard

    WINRUNNER AND TELNET TO UNIX SERVER WINDOW

    Ok, I found the solution. WINRUNNER supports a WAIT function. Whenever a window or application is slower than WINRUNNER, you must insert a WAIT function. SYNTAX: WAIT (SEC);
  5. dquintard

    WINRUNNER AND TELNET TO UNIX SERVER WINDOW

    Hello All! I am automating a test from my machine. It involves telneting to a UNIX box and running an application from there. The problem is that WINRUNNER records up until I bring the UNIX application up. The WINRUNNER recorder cuts off when the UNIX application is brought up in the TELNET...
  6. dquintard

    Converting a charcter string to numeric in SQL in FOXPRO for UNIX 2.6

    I need to know the correct syntax for SQL I am writing. I need to convert a column in a table that is a charcter to numeric and then sum the values of that column.

Part and Inventory Search

Back
Top