Sorry, I can't help you farther. It works fine here.
EMG
Sorry, I can't help you farther. It works fine here.
EMG
May I ask how did you test the DBF which I had sent you?
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.prgThanks for (all) your help.
How do i tell the compiler only to compile the PRG I changed and not all PRGs?
MemoEdit(tnmemo,11,3,24,76,.T.,'MemoControl()',73,3)elrosa wrote:Thank you, I will take a look at it.
MemoEdit problem:
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()<shame icon>
Eh, thank you... need a holiday.. 3 hours to go.
</shame icon>
Last question before my holiday: Is there a substitute for the EGA43() and VGA28() functions? So that you can swith to 43 lines and 28 Lines?