Hi
To call this function
*LPARAMETER cOptName,cOptVal,cKeyPath,nUserKey
#DEFINE DBCNAMEKEY 'DbcName'
#DEFINE TAREGKEYSTR4 'Software\MySoftTech'
GetRegKey(DBCPATHKEY,@cValue,TAREGKEYSTR4,HKEY_LOCAL_MACHINE)
cOptName is a name of a key
@cValue is the string value of the key
ckeyPath is the...
Hi
To call this function
*LPARAMETER cOptName,cOptVal,cKeyPath,nUserKey
#DEFINE DBCNAMEKEY 'DbcName'
#DEFINE TAREGKEYSTR4 'Software\MySoftTech'
GetRegKey(DBCPATHKEY,@cValue,TAREGKEYSTR4,HKEY_LOCAL_MACHINE)
cOptName is a name of a key
@cValue is the string value of the key
ckeyPath is the...
Hi
#DEFINE HKEY_LOCAL_MACHINE -2147483646 &&
#DEFINE TAREGKEYSTR4 "MyKey\myexe"
if !this.IsKey(TAREGKEYSTR4,HKEY_LOCAL_MACHINE)
Hope this helps
AjoyK
Hi,
Are you not using the _therm.vcx from VFP.
In that case you can hide it at start. When you want it to work make it visible.
pbar1 is a object on the form from _therm.vcx(progress bar.)
select mytable
lnreccount = RECCOUNT()
lnpbarcount = 1
thisform.pbar1.visible = .T.
do while !eof()...
Hi,
Are you not using the _therm.vcx from VFP.
In that case you can hide it at start. When you want it to work make it visible.
pbar1 is a object on the form from _therm.vcx(progress bar.)
select mytable
lnreccount = RECCOUNT()
lnpbarcount = 1
thisform.pbar1.visible = .T.
do while !eof()...
In my opinion its always advisable to use one report cursor to generate the report.
In your case maybe the wrong cursor is selected so it will be proper to see that the correct cursor is selected and all field names are prefixed with alias name since you are using two cursors.
Try and use one...
Hi
You will have to do the same thing. There is no difference.
if customerview is a view of customer then you can
Select * from customerview.
Hope this helps
AjoyK
Try
Universal Thread
http://www.stephensawyer.com/
www.peisch.com
www.codemine.com
There are plenty.Just run a search and you will find more.
Depends what you are looking for.
Ajoyk
I suppose you meant that u have a form with three pages. Now the vcr button is used for navigation and IMHO doing something like APPEND BLANK is rather odd.
The vcr button from samples will affect one table only. If there are relations then it will move the record pointer in the other tables...
hi
you can save a form as a class say prevWnd.vcx where the form window is maximised and show window set to "as top level". here only you can put in a standard caption.
when you have to preview the report
prevReportForm = NEWOBJECT("prevWnd", "prevWnd.vcx")
* Make...
hi
you can make a form as a class where the form window is maximised and show window set to "as top level". here only you can put in a standard caption.
when you have to preview the report
prevReportForm = NEWOBJECT("prevWnd", "prevWnd.vcx")
* Make the window...
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.