Hy,
As I used to work in FPW 5.0 till VFP 8.0 now I find it dificult to go backwards to FPD. But thanks god there is tek-tips to help me. My question will be how can I change the font size in report that belongs to an app made in FPD 2.6? Must I do that from a prog or I can set it from inside...
AirCon (IS/IT--Manageme)
Nice! Like it.Good for counting the hours used by kids in front of the computer. Some parental stuff.
The first ideea that cross my mind when I saw it.
Still, I don't have kidds so I'll think about else...
Thank you.
Regards
As I go deeper the road seems to go...
Hy,
How can I make the header's width fixed in a grid. I don't wanna allow the users to modify a column width in a grid.
Thank you.
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
Hy,
I have a listbox with some articles in it. I want to be able when I click on a specific article to automatically add it to a editbox. If I select more than one article I would like to automatically put a separator in the editbox between those articles.
Is that possible?
How?
Regards
As...
Thanks to Slighthaze, Chris & Mike ideea moved on as you can see below.
************************************************************
Public oform1
oform1=Newobject("form1")
oform1.AddObject("grid1","grid1")
oform1.grid1.column1.Sparse = .F...
slighthaze (IS/IT--Manageme)
Star for you. You deserve it.
Thank you
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
Chris & Mike
Thank you.
This is my code:
Public oform1
oform1=Newobject("form1")
oform1.AddObject("grid1","grid1")
oform1.grid1.column1.Sparse = .F.
oform1.grid1.column2.Sparse = .F.
oform1.grid1.column1.Width = 200
oform1.grid1.column2.Width = 150
oform1.Show...
hy,
I have a grid and I want to put a button in every cell of the collumn SCRAP that will open a form and let the operators to choose some values.
I indeed insert the button but it covers all the cell. I want to look like the below graphic:
_____________________________
| ________...
hy,
I woul like that foxuser.dbf & foxuser.fpt not to be created anymore by my application. I don't need them.
I wrote:
SET RESOURCE OFF
in main program but it didn't help.
How can I stop it's creation?
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the...
Chris,
Don't know how to use nXCoord and nYCoord. Never used before [sad]
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
Hy,
Does somebody know how to dock two or more top level forms?
Any sugestion will be welcome!
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
hy,
Does anyone knows how to make that TaskBar effect (dissapearing on the bottom of the screen)?
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
mgagnon (Programmer)
Yes Mike, I'm familiar with C\C++ langauge. That's my first language. But I didn't know that most of VFP is written in C++. Thank you for this piece of info.
And yes I do want to 'invent' a new list control.
Thank you for showing me the path.
Regards
As I go deeper the...
hy
How can I find the basic components of a list box?
I would like to recreate it from scratch.
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
Mike,
Thank you, for your help. Although it's not what I wanted I really apreciate your help. From your example I understand that I can achieve only a copy of Win 98 Start Menu type.
Star.
Regards
As I go deeper the road seems to go further. We're just simply pasangers on the road of...
Mike,
You gave me a ordinary menu example ... this I know how to build.
I want a shortcut menu, that would rise from a button, looking like this:
__________________
| Link0 | Link7 |
| Link1 | Link8 |
| Link2 | Link9 |
| Link3 | submenu1|
| Link4 | submenu1|
| Link5 | submenu1|
|...
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.