Correction:
local app, f
set talk off
set procedure to GenericMDIApp.cc additive
app = new ThisApp()
app.open()
f = new firstForm()
app.rootmenu.openForm(f)
return
class ThisApp of GenericMDIApp()
this.FrameWinText = "New dbase database"
this.MenuClassName = "EXMENU"
endclass
Hi there!
I am trying to get an app I just finished working and I am getting some guidelines from some tutorials I found on the knowledge center.
I am using dBASE PLUS 8
The problem is: when I run the "start.prg" it will flag the error Class does not exist: EXMENU::EXMENU
and sends me the...
Thx Jim C., Almost there.
So I am using:
function table_onOpen
use table
REPL ALL A5 WITH (A2 + A4)
return
but all it does is replacing the A5 with the values in A2 :s
Hi,
I am trying to make some calculations on a table but I am not being successfull.
All I want is to sum Row1 with Row2 and save the result in Row3.
Any suggestions?
Thx!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.