First, If this is the wrong forum to ask this question, please direct me to the more appropriate forum.
I have a website hosted by IIS. It is accessible by the public on a particular port on my server so incoming https traffic on port xyz is routed to my website.
I have an API also hosted by...
VFP help for ComReturnError() says:
COMRETURNERROR( ) Function
Executing COMRETURNERROR( ) places the specified text in the COM exception structure, aborts executing the current method, and returns control to the client. The Automation server remains in memory and the client can call more...
I have a VFP app. It runs on cloud servers (not sure that matters for this discussion).
I have many customers. My customers for this discussion are companies.
Sometimes one of my customers will run multiple instances of my app. Each instance is totally separate, having no knowlege of the other...
I have a VFP9 app written with framework Visual FoxExpress. My app uses a native VFP database. Over 200 tables and over 2000 views. Basically an accounting app with Point-Of-Sale features.
I have many companies using my app. Each company has it's own instance of my app that resides on one of...
InternetOpen returns a handle. It is in m.hInternet. lchost contains the ip. lcuserid contains my userid. lcpw contains my password.
Can I tell InternetConnect to use port number 24160 by simply passing that value like: hConnection = InternetConnect(m.hInternet, lchost,24160,lcuserid, lcpw, 1...
I use west-wind web connection libraries a lot. I have some programs that are many years old and that use older versions of some of west-wind's prg's. I am writing a new program. It must use the latest version of a few of the west-wind prg's. So that I do not adversely effect those older...
I am acessing a REST API. It returns XML.
I am trying to put that XML into a VFP9/foxpro cursor. I have never done this before.
I call the service passing it a request in XML format. No problems with that part.
lcXmlResult = loHttp.Post("http://10.81.1.22:4081/DataExchange/REST", lcXml...
I love Tek-tips. I have used the Visual FoxPro forum for many years. The experts are sooooo very helpful. BUT, for several years I have steered clear of clicking a googled solution where the solution is on Tek-Tips website. Why? 90% of the time when I access Tek-Tips, my laptop screen and my...
I have a Topaz signature pad. It captures the customer's signature at the end of a sale. It can save the signature to a string (it is a very long string), a sig file which I guess would be Topaz proprietary, bmp, jpg, png, tiff and wmf and emf. I have it saving the signatures as an jpg image...
I have many vfp projects. When I recompile all of them except one, vfp generates the executable, a vbr and a tlb. All of my projects contain at least one prg that defines a class as olepublic. That is why they all generate the tlb and vbr files. This one project generates the vbr but no tlb. Can...
I have a POS app. Many years ago I embedded control characters in a VFP report to make the EPSON TM-T88V receipt printer execute the cutter. Below you will see a screen print of my report. Notice the small g is placed at 2 places in the report. If you look at the properties of that object it has...
In almost 30 years of writing foxpro, I've never seen this.
I have a project compiled to an exe that is my main app.
I have a separate project compiled to a MTDLL. This "program" has no user interface. I call it a COM object.
I call the MTDLL from the main app. Works great. Been working for 30...
I have a pretty complex VFP query with which I am having an issue.
SELECT Debit_pymts.cid,;
Products.cproduct_groups_id,;
Bill_codes.cbill_code_cats_id,;
VL_JD_VNDRACCTPERPRODGRPBILLCDCAT.CPRODGRPBILLCDCATCOMBOS_ID,;
sum(Debit_pymts.yamtpaid) AS yamtpaid,;
Products.cproduct_name...
Hello all,
First, congrats to Olaf. I know he has helped me soooo many times. I apologize for providing so little help myself. I've been trying to get my head above water with my app for 16 years now and I guess I don't really believe that will ever happen.
I am having an issue that showed up...
I have setup an ODBC driver to access a database outside my app/outside my FoxPro database.
See the image below. Note that I have erased the Host, and Userid values for this posting.
I go into VFP9 command window and issue:
lnhandle=SQLCONNECT("Spillman","userid","password")
where userid and...
Hello All, It has been since June of 2016. I moved my first client to RemoteApp (with a lot of help from tek-tips). I am not sure but I believe I have the ONLY VFP/Visual Fox Express framework app running via RemoteApp. It has been rough but the dust is settled. I need more advice:
I am sooooo...
Hello All,
We have been having a discussion (separate thread) about running my VFP/VFE app via RemoteApp to a cloud server. I have received a lot of great information and it is truly appreciated. My first "cloud" customer goes live August 15. I am in the middle of all sorts of conversions...
I've chased my tail on this one for days. I need an expert.
I am modifying my vfp app to run from RDP. I am trying to cover every conceivable temp files issue meaning I want to simply not worry about 2 instances of my app using the same temp folder. My users can run multiple instances of my app...
First, Let me say it has taken 10 years to get back to where I could post on this forum. Before then I was a regular poster (more questions that help). Not sure if anyone is still here that used to post regularly and that helped me over the years but if they are I want to first say Thank You...
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.