Search results

  1. F

    Combo box- not to start empty

    DO WITH FRAME {&FRAME-NAME}: Combo:SCREEN-VALUE = Combo:ENTRY(1). END.
  2. F

    Using DDE Client in Progress

    I used DDE to "Talk" to a server program for barcode scanners. First you need to find the DDE Application Name , Topics and the Items for each topics. First you need to create a Frame that will handle the communication . Then you initialise the communiaction DDE INITIATE <channel> FRAME...
  3. F

    Report

    How are you doing your output ? I know that using a OLE link to excel can be very time consuming. It better to generate a delimited file and open it with excel than to feed the cells directly thru OLE.
Back
Top