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 derfloh 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: ShyFoxBack
  • Order by date
  1. ShyFoxBack

    Visual Foxpro cannot find support libraries

    Thank you! rgbean (Programmer) As I looked better I found that I wasn't registering one dll gdiplus.dll. Now my application is working. you deserve a star for pointing me again to a helpfull site. Star for you. Thank you, again. Regards.
  2. ShyFoxBack

    Visual Foxpro cannot find support libraries

    HY, STILL I WOULD LIKE TO KNOW WHY FOXPRO TELLS ME THAT MY VFP8R.DLL IS CORRUPT WHEN I TRY TO REGISTER IT WITH REGSVR32.EXE. IS THERE A PROBLEM IF I COMPILE IT IN WINDOWS XP AND RUN IT IN WINDOWS 98 SE? MUST I COMPILE IT IN WIN 98 TO WORK IN WIN 98? REGARDS
  3. ShyFoxBack

    Visual Foxpro cannot find support libraries

    Hy, I have a little problem. I've made a program in visual foxpro 8.0 in the winxp os. When I run it in XP it works fine but when I want to open it in win98 it gives me the "Visual Foxpro cannot find support libraries" error. I registered the vfp8renu.dll, vfp8t.dll, gdiplus.dll and when it...
  4. ShyFoxBack

    WAREHOUSE

    Hy, How can I simulate an automatic positioning of a certain material in cell from a warehouse. For e.g. I know that in my warehouse I have 8 cells: first 4 on 1st column and next 4 on the 2nd column. Now I know what type of material hosts every cell (there are 8 types of material). Till...
  5. ShyFoxBack

    ShellFolderView Question

    mgagnon this LocationURL property of the Activex will give you the current location. So create a command button and add the following OK, but what's the method that traps the mouse click inside this control window? Regards
  6. ShyFoxBack

    ShellFolderView Question

    mgagnon (Programmer) I'm sorry if you did not understand me. I was to complicate. I wanted to know if ican browse in my form. Because now when I open a folder in this ole object it calls the the explorer window to open it. But I would like to do the browse stuff in my form. Regards
  7. ShyFoxBack

    ShellFolderView Question

    mgagnon (Programmer), Thank you. Now if you'd like to tell me how can I know the name of the selection would be very nice. I want when I click on a folder to append it's name in a variable. Ah, and I'd like to know if I can change the navigate path inside my form. Thank you. Regards
  8. ShyFoxBack

    ShellFolderView Question

    ramani (Programmer) Thank you for posting this for me and to Mike for sharing it. I give you a star for helping me, but I would like to know which dll or ocx he used from the OS because I would like to link to it myself. Please give me a help on this matter. Thank you. Regards
  9. ShyFoxBack

    ShellFolderView Question

    Hy, I have a ocx that shows me a TreeView with all folders. The root is Desktop. But it doesn't show me the files. Can you help me by pointing to a place where I can find such a class that looks like Explorer Shell (a MyComputer kind of view, this way I could enter in every disk (removable or...
  10. ShyFoxBack

    Dirs and files

    Thank you for all of your answers. Regards
  11. ShyFoxBack

    Dirs and files

    mgagnon (Programmer) Indeed it's a start. I shall try your code. Regards
  12. ShyFoxBack

    Dirs and files

    ramani (Programmer) I want a cursor to colect a specific pattern of file in a cursor or array. So, if you give me a *.mp3 skeleton and path 'c:\media' I must return all the mp3 files in that path.
  13. ShyFoxBack

    Dirs and files

    craigsboyd (IS/IT--Manageme) Your program will look for the ocurence of the *.mp3 files (or other extension) in the root directory. After that will stop searching. Why? I have a guess: your function looks for a *.* pattern and it will always find in it's way all the possible directories in...
  14. ShyFoxBack

    Dirs and files

    craigsboyd (IS/IT--Manageme) Looking at your code and trying to find a *.mp3 through a tree of subdirectories you'll find that your program will fail. Sorry for not telling you earlier but I was so busy. Now I tried your e.g. at last and I found this. Regards
  15. ShyFoxBack

    Looking in a List for a Element

    I have a text1, a text2 and a list with two columns: Code and Elements - from a table. I want when I insert an element by hand into text1, after I push Enter, text2 to be filled with element's code from the list. I think that's called incremental search but I didn't worked with that by now...
  16. ShyFoxBack

    Importing data from excell sheet

    Hy I have an excel sheet with some data exported from other program. Now I want to import datas from it filtering it by the Date of the article and the SpecialCode of it. The excell sheet has 10 fields and my table has only 6 but the names are the same. I also want to know How I can import only...
  17. ShyFoxBack

    Dirs and files

    thenks
  18. ShyFoxBack

    Dirs and files

    Hy, I want an ideea. I have to list all the dirs and subdirs and the files from a volume in a table with full paths. I use adir() function but it's hard. I would like to know if I can do that with a some api functions or if there are some other functions in foxpro 7 or 8 that can do a recursive...

Part and Inventory Search

Back
Top