Hi,
NB: I also posted this in ASP.Net thread as it sort of spans both realms. Just in case you thought you were having deja vu!
I want a client side form to call a server side asp page, which in turn calls a webservice on a separate server...
HTML Form -------> Server Side ASP Code...
Hi,
I have created a webservice with a web method that inserts data into a database...
[WebMethod]
public ????? addRequest(string title, string initial, string surname)
{
.... do a bit of SQL ...
return ????? ;
}
I'm accessing this service via a form in a web page using an HTTP POST...
Hi all,
I have built a pretty simple application (with no forms or visual components). The Main entry point calls the following function that checks the current time and loops until it passes a certain time:
FUNCTION sleepUntil(wakeUpTime)
PRIVATE hasBeenPrevious, secs
DECLARE Sleep IN...
Hi
I am having a problem and I am stumped and desperately need help. It started happening today at 3pm for no apparent reason. I'm using FoxPro 7.
When I try to USE a particular table from an EXE file I build I get the following error:
Error loading file - record number 5. form1 <or one of...
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.