Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ShyFox
  • Content: Threads
  • Order by date
  1. ShyFox

    Size of the font in a report (FPD 2.6)

    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...
  2. ShyFox

    Grid headers question ....

    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.
  3. ShyFox

    ListBox & EditBox . . .

    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...
  4. ShyFox

    Grid and buttons ...

    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: _____________________________ | ________...
  5. ShyFox

    Foxuser.dbf . . .

    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...
  6. ShyFox

    Docking forms . . .

    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.
  7. ShyFox

    Forms . . .

    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.
  8. ShyFox

    List box . . .

    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.
  9. ShyFox

    Control Panel Acces

    Hy, Does anyone know how to acces the control panel components? I accesed them till now by searching the *.cpl through all the computer and storing their paths into a *.dbf. What do I do when I meet a hdd with 120Gb? That's why I don't think that my method is competitive. Is there any...
  10. ShyFox

    Menus . . .

    Hy, Does anyone know how to make a foxpro menu with two columns? Just like XP Start Menu? Is it possible? Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
  11. ShyFox

    SET ENGINEBEHAVIOR 70 ¦ 80

    It seems that in the Foxpro 8.0 - Professional release not Beta - they changed the sql engine behavior. Is this a way to aproach with SQL Server type of interpreting the commands? Could we just cut and paste from sql window into a foxpro method and vice-versa? This will really be a interesting...
  12. ShyFox

    Memorizer

    Hy I have an app that in which you enter some datas. I have also an autofill textbox with products. I would like that if the product I isn't found on the table to add it automatically in the firms table. How can I do that? I'm tired to update the table manually. Regards As I go deeper the...
  13. ShyFox

    Round corner rectangle

    Hy How can I make a form to have round corners. I know it's an API and I know I've encountered it in VB but I don't remember it. Please help Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
  14. ShyFox

    Interface question ...

    As you all know (because you used it for sure) a picture suports a mask in FoxPro. For a long time ago I discovered that if your mask is the same picture that should be masked the result is a transparent picture. Now, those colors are ... well ... kind of strange. As if I do not have a system...
  15. ShyFox

    Popup Window

    How do you show a popup window (not from your own application)apearing from a buton? Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
  16. ShyFox

    Traping Windows keys ...

    Can you tell me how can I trap the windows keys ???? I wanna to do something like this: If nKeyCode=Left Windows Key * do something If nKeyCode=Right Windows Key * do something else EndIfIf But I didn't find the codes or the labels of those keys. Strange ... very strange ... Regards...
  17. ShyFox

    SendMessage ( ) API call . . .

    Hy I found this api call at www.universalthread.com by Erik Moore: #DEFINE WM_CLOSE 0x10 DECLARE INTEGER FindWindow IN Win32API STRING, STRING hWnd = FindWindow(0,"MSDN Library - January 2000") =SendMessage(hWnd, WM_CLOSE, 0, 0) Now he defines only one message: WM_CLOSE Does...
  18. ShyFox

    An ActiveX questio ...

    Hy Does anyone know where can I find an activeX that can render flash animations on my aplication forms? Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.
  19. ShyFox

    Word to dbf ?

    Hy, I faced for the first time with a situation: a firm has a lot of datas into word files. this word files have a header too (e.g. man | women | childs). My question will be if Fox can import the *.doc format into dbf? Or an excell file, at least??? Regards As I go deeper the road seems to...
  20. ShyFox

    Table structure ...

    Hy, How can I retreive a table structure. I need this to verify if the user loads the right table or not. And, maybe, list the structure in text file? Regards As I go deeper the road seems to go further. We're just simply pasangers on the road of knowledge.

Part and Inventory Search

Back
Top