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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jmcfarlane

  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

Part and Inventory Search

Back
Top