Normal Topic #include "sbasic_include.sbas" problem (Read 439 times)
esgage
Junior Member
**
Offline


No personal text

Posts: 55
Joined: Dec 8th, 2005
#include "sbasic_include.sbas" problem
Jun 13th, 2008 at 2:52pm
Print Post Print Post  
Hello..

I have a Application that works with my Windows XP computers but NOT with vista. It seems to be the following code:

I have this on form reveal


#include "sbasic_include.sbas"
     IgnoreKey(KEYCODE_F10, 0)
     IgnoreKey(KEYCODE_F7,0)
     
Works great with XP. When I test the statement on those computers, no problem. When I try to test it on Vista, I get an unknown identifier error. Is there a way for VISTA and XP to recognize the above?

Thanks,

Kevin
ES Gage
  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: #include "sbasic_include.sbas" problem
Reply #1 - Jun 13th, 2008 at 3:20pm
Print Post Print Post  
On the Vista computer
Right click on your Sesame Icon
Go down to Properties
Go to the shortcut tab
Note the directory specified in the Start In field
Open My Computer
Browse to that directory
Is the SBasic_include.sbas file there? If not you will need to place it there.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
esgage
Junior Member
**
Offline


No personal text

Posts: 55
Joined: Dec 8th, 2005
Re: #include "sbasic_include.sbas" problem
Reply #2 - Jun 13th, 2008 at 3:45pm
Print Post Print Post  
Ray:

Thanks a million - it must have been deleted by my user somehow. Thanks for saving me some serious headaches.

Kevin

Cool
  
Back to top
 
IP Logged