Gerrit,
Yes that's the way I would do it also, however as you say, it is a bit of work. The members are listed in the memofield but certainly not 'ready to use to make a list'
Stay healthy,
Koen
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
Chriss,
It seems we misunderstand each other. I do not recall I was guided to a solution which I reject, would you please be so kind as to point me to that message?
Stay healthy,
Koen
Chriss,
I want to specify, for a Logical Property that a dropdown will open with .T. and .F. just like a native Logical Property as shown in my Image. I know this is doable with some procedure, but I do not know how to write and activate that procedure.
Trust I have made myself clear this time...
Chris,
sorry I was not clear.
I have now installed and opened Intellisense, and selected lPropertyValueEditors. I dont know how to continue from there to achieve finaly see image enclosed.
Stay healty...
Chriss,
This sounds very good, unfortunately I don't know how to continue/finish after I have selected the Property lPropertyValueEditors. Any hint where I can find some more explication about this topic, using Custom Properties.
Stay healthy,
Koen
Mandy,
What is this? An .app or an .exe ?
If it is an .app you can simply start it with do myApp.app
If it is an .exe you should use the shelleexcute() approach
Stay healthy,
Koen
Chriss,
are you sure?
If you create a cursor with
select myFile.* from myFile into cursor curMyfile readwrite
and than change the value of one of the fields of curMyfile, the content of the equivalent field in myFile is not changed.
For that you shall need to have an update().
The parameter...
Hi Mario.
If your file does not contain sensitive data than zip the file and upload here so we can inspect and see what can be done with it. ost probably you will have 2 files: one with extension DBF and and one with extension FPT . They belong together and cannot be used by itself, always...
...are exploring VFP -
If you have a situation where you have numerous directories in your patch you can consider to make a following statement:
*** here we make two different pathsettings: one for development and one for production:
lcPath = ''
If Version(2) # 0
*** We are in Development...
Hi,
Not clear what you are looking for.
The title of this message is requesting a tool for editing FPW code. I suppose you are working with VFP for Dos. Anyway FPW code is not to be editted.
What do you find cumbersome to edit forms?
Stau healthy,
Koen
Hi,
The error in
With .lblSold
.Visible = .T.
.BackColor = Rgb(255,0,0)
.BackStyle = 1
.ForeColor = Rgb(0,0,0)
Endwith
corrected to RGB(255,255,255) white on red, does not make any difference.
To comment out the dynamiccolorsettings from This SetAll as abivised by Mark will show...
Hi,
With following code the problem seems to be solved, thanks to Mike and Mark:
This.HeaderHeight = 26
With This.Column17
.RemoveObject('Text1')
.Width = 14
.Header1.Caption = 'Verkocht'
.Newobject('lblSold','SasClass.lblSold')
.Newobject('lblStock','SasClass.lblStock')
.lblSold.Visible...
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...
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.