Hi,
Do we have a procedure which will list all the files in myProject, preferably grouped by:
1. DataBases
Free Tables
Queries
2 Documents
Forms
Report
Labels
a.s.o.
like Tabpages in the PJX
Stay healthy,
Koen
Hi,
This is more or less the same as my question in Thread 184-896484.
I would like to show in my grid in field Sale alternate a label with SOLD or a label with nothing.
So I followed Mike's advise in Thread 184-896484 and
created 2 labels lblSold with text and lblStock without any text
The...
Hi,
I know it is possible but forgot how to do it.
1) I would like to create a new property for which you can only set a .T. or .F. like e.g. the native properties Enabled.
As far as I can remember one should give some script code on creating the property, the question is: how to do it?
2) I...
Hi,
I have done this before, now I forget how to do.
How can I set myIcon to myClass so it will not show in the Project manager the default icon?
Stay healthy,
Koen
Hi,
I am trying to make use of the oleCalendar and have therefor following code (see thread 184-213348)
#DEFINE C_CALCAPTION_LOC "Data Calendar"
oCalForm = Create('form')
oCalForm.NewObject("oleCalendar","_olecalendar","_datetime")
WITH oCalForm.oleCalendar
.date_column = "Date()"...
Hi,
With RTF you can search and highlight for words in your RTF-text. However the highlight function is not as the default highlight in Word or Excel: it changes the forecolor to a given color and not the backcolor. Anybody to give me the code to change the highlight to true highlight?
I am...
Hi,
I am looking for the coding to insert a numbericlist[ol 1]
first item
[/ol]
in with oleRTF. This is possible if you put following code in your field:
\par \pard{\pntext\f0 1.\tab}{\*\pn\pnlvlbody\pnf0\pnindent0\pnstart1\pndec{\pntxta.}}
\fi-360\li480\sa50\sl0\slmult1
and
~~~
and
\par...
Hi,
Griff constgructed an indexroutine
Function HIERACHY
Parameters m.KeyField
PRIVATE m.KeyField,m.String, m.WordCount, I
m.Wordcount = GetWordCount(m.KeyField,".")
m.String = STR(m.WordCount,3,0)
For I = 1 to m.WordCount
m.String = m.String +...
Hi,
Based on a previous thread I have a similar problem:
My dbf consists of a ID which is a little bit different constructed as we know usualy: it is unique, with the following construction:
a.b.c.d.e
where a is the master and is always 1
where b is the first related record to a
where c is the...
Hi,
I would like to have a search procedure which will find names even if they have diactric signs,
So when I search for Aäron, I would like to find Aaron Cohen and also Aäron Baruch,
an when I search for Aaron, I would like to find Aaron Cohen and also Aäron Baruch
and the best thing would be...
Hi,
I am new in Macro-country for MSWord.
Would like to create a macro which would save my MSWordfile with a filename which is the same as the Documentheader. If that than works I would like to add a custom icon to my preferable list activating this macro. Is that doable? And if so, someone...
Hi,
I am new in Macro-country for MSWord.
Would like to create a macro which would save my MSWordfile with a filename which is the same as the Documentheader. If that than works I would like to add a custom icon to my preferable list activating this macro. Is that doable? And if so, someone...
Hi,
My tooltips do not show in the exe unless I once click anywhere on my form, after that they show as usual. In development I dont experience this behavior.
Do we have a solution for this?
Regards,
Koen
Hi,
I have built a small project, works OK. The project uses one dbc with one table only.
I have than built an exe - no errors. But mainform is not shown.
When I than return to my VFP development and try to run the pjx again, it errors Database ~full path database : "File access denied".
Quit...
Hi,
I have this code which does not update
Update PERMISSION ;
SET ;
PERMISSION.Permissionnmbr = curPermiss5a.Permissionnmbr , ;
PERMISSION.Permissionfrom = curPermiss5a.Permissionfrom , ;
PERMISSION.Permissiontill = curPermiss5a.Permissiontill , ;
PERMISSION.Permissiondate =...
Hi,
I have to make a report which content spans more than one page. Not the data which cannot fit on one page, the content is spread over two pages. I believed that the reportwriter would break the content when reaching the bottom page and continue on the next. However VFP is obstructing /...
Hi,
I want to offer my users the option to end the application, running.
Situation is:
On my mainform a selectionform is activated with a selection combobox.
When users click the Quit button, the QueryUnload is activated with following code:
If Isnull(Thisform.cboZorg.Value)
lcMessage =...
Sequence of instructions / Call stack
I know we have LISA in VFP.
I have myForm which is subclassed from myBaseForm
Now I have in myForm.Load
If !Used('naw')
Use naw In 0
Endif
Select naw
Dodefault
Locate
And in myBaseform.Load
Create Cursor curDistance (distance c(10,0))
Also in...
Hi,
1)When I set the property Enablehyperlink .T. in my textox, there is a tooltip shown "Ctrl + click to follow link" how can I translate this to my native lanquage?
2)How to set the background colour? Default is black, would like to have it white.
Regards,
Koen
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.