I have a table with memo fields, dates etc and want to convert to an sql database. I read somewhere memos had to be changed but don't remember how and same for dates. Is there any sample code around that would show how?
I created a table with a rate in it of N(5,2). In the master file, the rate was N(7,2). When I inserted the master rate into the created table, a rate of 191.25 was stored as 191.30
basically code is
select master
store rate to m.createdrate
insert into created from memvar
I you wait window...
code below creates the txt file but with blank line at top of page. Is there some way to prevent that?
SET TEXTMERGE on
STORE FCREATE("c:\TEMP\testit.txt") TO _TEXT && Create low-level file
LOCAL lcxxx
STORE SPACE(900) TO lcxxx...
Is there anyway to find out how many copies of a report were printed. I have program where 3 reports are printed in a row. If operator selects 3 copies on first report print dialog, I want the following 2 reports (different frxs) to print 3 copies. I only have printer selection dialog on...
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.