Sorry for my english :)
There are 2 villages.
Peoples in the village 1 always answer the truth, they can't lying.
Peoples in the village 2 always answering false stuff, they can't say something true.
You have to make a delivery to the village of the truth.
but along the way, very close...
Hi,
I know the question is maybe more related to NODE.JS but,
I asking it anyway cause I think all the FoxPro maniac are here :)
Are you aware of a tools in NODE.JS to manipulate free DBF file?
Supporting large file DBF with 'DateTime' field type?
Do you guys have experience with something...
HI,
We migrate from Foxpro(VFP9) to MySql.
I store data for multiple customers in multiple tables (DBF) with over 100 fields called history.
We reach the limit of foxpro. We accumulate 1,000,000 records per day per customer.
My question is:"what's the best way to store that amount of data...
This is fake key numbers.
But I get my notification message now! :)
I googled this before my post:
It's a unicode character. In this case \u003C and \u003E mean :
U+003C < Less-than sign
U+003E > Greater-than sign
so I never tryed the '"'
thank you :)
Bob
Hi,
I use OneSignal.com for notification.
I read the instruction on how to send a notification, I try it with node.js
Worked on my first try with the oneSignal exemple for node.js.
Now, I try to convert in vfp9 to have the capability to send notification directly from my VFP application.
But...
I'm looking for a way to programmatically send a file over the serial line with a YMODEM protocol. The device that we are downloading to absolutely needs YMODEM. We are successfully sending files over manually using hyperterminal and want to automate the process from Foxpro. Do we need an OCX...
OK gang,
I think I found what I need, sorry to waste your time with my problems.
EXPORT
%windir%\system32\inetsrv\appcmd list apppool "www.yoursite.com" /config /xml > c:\myapppool.xml
%windir%\system32\inetsrv\appcmd add apppool /in < c:\myapppool.xml
IMPORT
%windir%\system32\inetsrv\appcmd...
Hi,
I need a program in VFP to create new website in IIS. My program already create the folder everything I need (in wwwroot) including all HTML pages, ready to start.
But each time I run this program (when I have a new client), I have to manually open IIS manager then create a new website...
Hello all,
I have a local VFP9 desktop application monitoring a folder for new PDF file.
I try to send PDF file, from the local VFP9 application to a script on a web server running FoxWeb?
LOCAL PROGRAM :
lcFileToSend = FILETOSTR(PDFfile)
oXML=CREATEOBJECT("msxml2.xmlhttp.3.0")
lcLink =...
OK,
another one solved !!!
I'm new with Javascript/Ajax but I got this one!
all you hove to do is removing the script tag
like this
<div id="ajaxform">
<div id="myform">
<form>
....
</form>
<div id="ajaxscript">
document.myform.object.focus();
</div>
</div>
</div>
and then .... whene...
Hello All,
My program recuperate a complete HTML FORM from a ajax function.
Within this code, there are a javascript code to set the focus on the right field.
All html form and javascript code was transfered correctly but are never executed.
here an example of :
<div id="ajaxform">
<div...
Ok,
I finally found my noob issue. I'm very surprise no one get it!?
router-6#show configuration
router-6#config
router-6(config)#ip nat inside source static udp 10.47.104.2 12005 interface FastEthernet4 12005
router-6(config)#end
router-6#[highlight #FCE94F]write mem[/highlight]
it works...
Yes NAT is enabled
by the way, I installed SDM to try to get the graphic interface.
When I start it, and try to connect to the IP, it ask me for my SSH username/password.
then, it ask me for my telnet username/password.
SDM tell me my telnet username/password is not valid.
But I can enter in...
HI,
I'm new with Cisco configuration. I need to modify the config inside to add a port forwarding. So after enter the router with telnet, I type :
router-6#show configuration
router-6#config
router-6(config)#ip nat inside source static udp 10.47.104.2 12005 interface FastEthernet4 12005...
If you have a custom menu with CTRL+T shortcut then for sure it will not work until you type
SET SYSMENU TO DEFAULT
and if you have some ON KEY macro, clear that out with
ON KEY
ps. Is the CTRL+T work when you open foxpro for the first time ? or it's appen after you run a program?
Please...
I got this problem with picture object. My solution, you can just make the shape very small. Then, in the init method, you change the width and height. That way, you can modify at design time, and it's perfect at run time.
Ok,
When I changed my "Asynchronous flag" to .TRUE. then the execution take 0.001 sec. to send XML, instead of 3.6 sec.
I also do not have any more server lock with this setting so it's very very good. I think the solution is right there. But, It cause another problem. The XML send is so...
Excellent suggestion,
It is already in a different folder so i'm gonna try to copy vfp9r.dll in each folder to see if this can make a difference.
About the network activity, it's a mapped drive, one of the exe scan a DBF file on another machine. This is base on a timer. Maybe it's causing a...
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.