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
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...
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
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...
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...
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
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...
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
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...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.