Search results

  1. W

    Excel CheckBox help

    Hello everyone, I was looking for some help with programaticaly changing the CheckBox's in an excel program. I've looked at the com viewer for help, but couldn't quite understand it. Here is what I've tried: DEFINE VARIABLE chExcel AS COM-HANDLE NO-UNDO. DEFINE VARIABLE chWorkBook AS...
  2. W

    Fill-in from view-as-text to native?

    Hello everyone, I need some help changing the object properties for a fill-in. What I have is a fill-in where the view-as-text and read only are checked. At run time the field looks like a label. What I want to do is at run time, right click on the fill-in and change the properties back to...
  3. W

    Tab Strip - OCX

    I need some help using OCX tab strip in a progress window. I have never used OCX before and would like to know where to find the object names to use with it. I am using Microsoft TabStrip Control, Version 6.0 does anyone have examples on how to change tabs and add objects to each tab? Any...
  4. W

    Excel text box & lines

    I am trying to interact with excel and need some help getting some code to work correctly. I can create the text box, but I am unable to enter any text to it. Also I can create a line, but can not create the arrow on the end. Does anyone have any idea how the code works? Example: DEFINE...
  5. W

    Excel PrintOut() Help

    I have look at the examples in other posts, but still don't quite understand what I'm doing wrong. Can someone look at this and tell me what I'm doing wrong? DEFINE VARIABLE ch-Excel AS COM-HANDLE. DEFINE VARIABLE ch-Workbook AS COM-HANDLE. DEFINE VARIABLE ch-Worksheet AS...
  6. W

    ODBC Auto login

    I am having problems with connecting to a SQL Database. When I setup the ODBC connection where I specified to use the SQL Server authentication for Login and Password on a client workstation. I entered the user name and password to use for this connection and when I tested the connection...
Top