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 SkipVought 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: *

  1. JDurbin

    Intellisense Expansion Tip in VFP 7 Beta 1

    If you're using the VFP 7 beta the Intellisense Manager doesn't seem to save your shortcuts to its reference table. 2 are already setup for you and work. "MC " expands to "MODIFY COMMAND ", "MF " to "MODIFY FILE ". To add more open the foxcode table in...
  2. JDurbin

    TreeView Control

    I don't remember the details but Doug Hennig of Stonefield has a white paper on controls including this one. I'm sure you'll find it helpful. www.stonefield.com John Durbin john@eps-software.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  3. JDurbin

    alternative for getdirectory() in VFP

    GetDirectoy() is bad though. For instance getting to the desktop is stupid in GetDir(). It's interface dates back to FPD, FPW 2.6 and Win 3.11 doesn't it? I'd prefer to try anything but it and work around whatever I have to do. Especially when he already asks about an alternative. API, WSH...
  4. JDurbin

    alternative for getdirectory() in VFP

    Jon JUSTPATH(MyFullyQualifiedFilePath) ?? John Durbin john@eps-software.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  5. JDurbin

    alternative for getdirectory() in VFP

    I like the freebie MSCommonDialogue control. Have you tried it? John Durbin john@eps-software.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  6. JDurbin

    Survey: What do you use VFP for mostly?

    Hey Jon you're not in Houston are you? I haven't been to a user group meeting yet. I think I just missed this month's being here in St Louis. Anyone here in Houston? BTW, is it ok to chatter in the forums a bit? I don't know :o John Durbin www.EPS-Software.com MCP Visual FoxPro ICQ VFP...
  7. JDurbin

    Survey: What do you use VFP for mostly?

    Thanks you guys. Jon, yea. I'm back in St Louis now but will be back in Houston again next week. VFP can be effectively used in so may ways I'm trying to get an appreciation for what/how it's mostly used for by developers. I sometimes wonder if current movements reflect needs and desires or...
  8. JDurbin

    Cert Book to look forward too.....

    I posted my above message above quite a while ago. Since then I've ordered hetzenwerke books and the personal service was outstanding from Whil. He rushed me my books right out that day although stupid UPS didn't come and said they did. Not his fault though. I see that you can download...
  9. JDurbin

    Survey: What do you use VFP for mostly?

    I'm curious what types of application designs everyone is using VFP for mainly in whole or in part. Monolithic - single or multi user Client/Server VFP front end VFP back end n-Tier Presentation Business Data Web Services I'm thinking but I could be way wrong is that most VFP...
  10. JDurbin

    some memory variable not found.

    ONe thing is you define constants not variables though that may be what you meant. Your company name should be enclosed in quotes in an Include file as you have above. Could your app find the Include file? Is it included in your project? You can also include Include files in the classes...
  11. JDurbin

    Get Network Adapter Address

    Is there no API call that retrieves the NIC id from the registry? Hard to believe John Durbin www.EPS-Software.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  12. JDurbin

    Run command

    I'm already building the string so I figured I'd just work with the local var holding it; lcString or lcFile whatever Examples ?? "hello world" doesnt work ??? "hello world" spools. Checking the printer spooler it even states the Status as Spooling. Got weird responses...
  13. JDurbin

    Remote Automation

    Did you set up DCOM? I didnt hear the word DCOM anywhere. John Durbin www.EPS-Software.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  14. JDurbin

    Run command

    I used ! or RUN to make the following work in 2.6 but VFP is different and it won't work. Now I'm trying the ??? in VFP. Maybe its just buffered or something. ! COPY MyFile LPT2 ??? lcFile Maybe I should explain what I'm doing. I'm sending printer codes to an Eltron barcode printer. It's...
  15. JDurbin

    PAGE UP/PAGE DOWN HANGS EXE

    I dont know what it does but you may just put code in the lost focus or valid of the last control to go to the next form. Are forms hidden that aren't activated? Can you click between forms? I'm sure you know how rewrites are the only real way to convert so I won't preach. If the second...
  16. JDurbin

    Copying controls/fields in foxpro 3.0 or higher screens

    do you know how to add classes to your class or form via drag n drop from the class browser or the toolbar? From the Class browser open your classlib and just drag n drop on your container. For the toolbar click on the View Classes button and go add.. it. I dont know why the control source...
  17. JDurbin

    Ampersand(&) Eqivalent in Visual Basic.

    Dave how have you been you bugger er booger? Haven't talked to you or seen you on the ActiveList in a while. Hope everything is going good since last we chatted. Sorry if posting a non code post offends anyone. :o John Durbin john@johndurbin.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  18. JDurbin

    Info on security/login prototype...

    Pete, also Doug Hennig published a VFP App Security article in FoxTalk in April of 98. Providing Customizable Application Security I looked it up on MSDN but they nuked FoxTalk articles before 1999 now. John Durbin john@johndurbin.com MCP Visual FoxPro ICQ VFP ActiveList #73897253
  19. JDurbin

    Info on security/login prototype...

    I'm especially fond of the security you can get from MTS with its declarative or programmitc security with NT. If you're running on NT you can't beat it's integrated security (only hack it :o boooo :) ) Ellen Whitney had a great article in CoDe magazine on it. Hopefully my days of only...
  20. JDurbin

    Passing an ADO Recordset from VFP6 to Crystal Reports

    Hmm I dont know I dont use Crystal but do you not need a Clientside recordset or can Crystal use a serverside one? Do you have to set any reference to the ADO library in Crystal? Noone answered so I'm just throwing up guesses like a druken sailor after eating too much that nite John Durbin...

Part and Inventory Search

Back
Top