Sorry, I can't help you farther. It works fine here.
EMG
FUNCTION MAIN()
USE X_CT
? FIELD -> prv_email
INKEY( 0 )
RETURN NIL
/***
*
* RddSys.prg
*
* This program is run each time your application is started to setup
* the proper default driver. You should modify a copy of this file
* if you wish to use a default RDD other than DBFNTX.
*
* Copyright (c) 1993, Computer Associates International, Inc.
* All rights reserved.
*
*/
ANNOUNCE RDDSYS // This line must not change
INIT PROCEDURE RddInit
REQUEST DBFCDX // Causes DBFNTX RDD to be linked in
rddSetDefault( "DBFCDX" ) // Set up DBFNTX as default driver
RETURN
// eof: rddsys.prg
MemoEdit(tnmemo,11,3,24,76,.T.,'MemoControl()',73,3)
elrosa wrote:Thank you, I will take a look at it.
MemoEdit problem:
- Code: Select all Expand view RUN
MemoEdit(tnmemo,11,3,24,76,.T.,'MemoControl()',73,3)
This seems not to work anymore? Getting error Undefined function: MemoControl()
Is there an example of how to use memoedit with user defined controls?
Maarten
MemoEdit(tnmemo,11,3,24,76,.T.,'MemoControl',73,3)
FUNCTION MemoControl()
STATIC FUNCTION MemoControl()
Return to FiveWin for CA-Clipper
Users browsing this forum: No registered users and 16 guests