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

    Getting MAC address

    It is getting a MAC address, but how can it tell whether the address is a network adapter versus a virtual one? What about the active network card? Any ideas? Jason
  2. jmcfarlane

    Getting MAC address

    Still showed the same address (the Nortel one). Jason
  3. jmcfarlane

    Getting MAC address

    Mike, when I do ipconfig/all I get 2 addresses. One is the internal NIC and the second is a MAC address added by Nortel's Contivity VPN software. Using the code you gave, it returned to me the MAC address created by the vpn software. I only want the actual hardware. Any ideas? On another...
  4. jmcfarlane

    Getting MAC address

    Mike, I tried your function, but it did not return the correct address. I am using windows XP and when doing an ipconfig/all, it reports back 2 MAC addresses. The actual adapter is one, and the other I think is used when I am connecting to my VPN (description says Nortel). Jason
  5. jmcfarlane

    Getting MAC address

    Could someone send me a copy of the getmac routeine and ocx as well. Please send to jmcfarlane@globalbeveragegroup.com Thanks Jason
  6. jmcfarlane

    Problem with Report using views and using set relation

    Hello all, I am having a problem with reports. I have converted a stand alone app to client server. Thus I am using views. In my report that I am having difficulty with, I have a main view that has links to other tables. So I have been using set relation to link in the other views. When...
  7. jmcfarlane

    Getting MAC address

    Could someone send me a copy of the getmac routeine and ocx as well. Please send to jmcfarlane@globalbeveragegroup.com Thanks Jason
  8. jmcfarlane

    How to get computer name from system

    I am wondering how to get the computer name from the system. This will need to work on windows 95, 98, Nt, 2000 whether connected to a network or not. I am planning on using this for a simple software copy protection. Is there any other pieces of system information that would also prove...
  9. jmcfarlane

    INTL and GENMENUX problem

    The config.fpw ties into the genmenux program which calls the genmenu program. I think the problem is that the KEY ALT+", "" is the problem. Jason
  10. jmcfarlane

    INTL and GENMENUX problem

    I have just switched to using genmenux.prg (3.0a) instead of using something that was a modified genmenu.prg. I have set up mu config.fpw as _GENMENU=e:\test26\GENMENUX.PRG _MNXDRV2=e:\test26\thirdparty\intl\INTL.PRG which seems to be correct, but I get an error from my menu code below. My...
  11. jmcfarlane

    Combo Box on grid and exit problem

    Solution was to execute the lostfocus event for the combobox in the grid. The code within the combobox lostfocus event was to clear the rowsource. Jason
  12. jmcfarlane

    Combo Box on grid and exit problem

    I have a grid on the main form. Within that grid is a combo box populated by the init event via sql, the rowsource is cleared when the focus is lost and repopulated when the control gets the focus again. The problem I am having is when the combo box is the currently selected control and I go...
  13. jmcfarlane

    Checkbox changing more than one field in a freetable

    Actually what worked was pretty basic. I got confused on access methods. Variables like to have either the equal sign or 'store value to variable', but a database field likes to have replace table.field with value. Thanks to those who replied. Jason
  14. jmcfarlane

    Checkbox changing more than one field in a freetable

    On a form, I have opened the free table and want to be able to click the checkbox and the value for the tied variable to change. If the check is removed then the tied variable is changed and two other variables are changed as well. The two additional variables are logical variables. Basically...
  15. jmcfarlane

    How to update ActiveX control

    How would I go about hacking the vcx/scx files? Jason
  16. jmcfarlane

    How to update ActiveX control

    Not quite what I wanted to do, but it seems to be my only choice. Thanks Jason
  17. jmcfarlane

    How to update ActiveX control

    I recently updated from Visual FoxPro 5 to Visual FoxPro 6. In an application that I have developped I used the progressbar and the treeview controls in a class. I want to update them to their FoxPro 6 versions and all usages of them in the form classes that they were used. Is there a way to...
  18. jmcfarlane

    Menu item run twice when clicked once

    I tried this put there was no difference. I increased the wait time from 0.05 to 0.25 but still no change other than an amount of time between when the first window pops up and the second.
  19. jmcfarlane

    Menu item run twice when clicked once

    Hi, I am using VFP6 service pack 5 on windows NT 4 service pack 6a at work and windows 98 at home. The application I am working on occasionally seems to get two clicks on a menu item. I click on the menu item and the routine for that menu item runs twice. I have tried to duplicate this in...
  20. jmcfarlane

    setup error 278

    I did say that I was using service pack 5 of VFP6 on Windows NT 4 SP6a platform. The solution to the problem was that the icon I was attaching in the setup was within the distribution tree I was using, you must select the icon outside the distribution tree and it will work fine. Jason

Part and Inventory Search

Back
Top