Thanks Bill, I will try the .SelStart and .SelEnd commands to find the first occurance, then I guess I will figure out a way to continue throughtout the text to find the other occurances.
I am trying to find a way to distinguish or highlight keywords in a section of text in an edit box. I locate for certain errors in a block of text such as double asteriks or double brackets. When it locates the double asteriks or bracktes, I need it to be distinguishable so I can readily find...
Currently we are running a VFP app (collection of forms) on a client machine which accesses the database using a mapped drive connection to a server. Because of this connectivity the app runs slow. Is there a way to speed the process on the client side. Does VFP have a way to use ODBC...
Olaf, our data environment includes one table which is the rpttable that you see contained in the SELECT statement. All of the fields of this table are selected as well. Cursor1 seems to error out indicating an index tag is needed. We don’t know where the index tag is needed. Thanks so much for...
thanks olaf but I am not sure what syntax I should be using. could you please write out what I need to write based on the this code. Thanks.
SELECT Rpttable.id1, Rpttable.fname, Rpttable.lname, Rpttable.company,;
Rpttable.expiredate, Rpttable.idz, Rpttable.pubname, Rpttable.effgroup;
FROM...
Dave, here's the code we are using. We get index tag not found on cursor1:
SELECT Rpttable.id1, Rpttable.fname, Rpttable.lname, Rpttable.company,;
Rpttable.expiredate, Rpttable.idz, Rpttable.pubname, Rpttable.effgroup;
FROM rpttable;
INTO CURSOR cursor1
REPORT FORM rpttable.frx NOCONSOLE...
We have built an .app and when we run the .app we are having trouble referencing the main form from another form within the project .app. The error we get is "object is unknown". Any ideas? Thanks.
Mike we will look into the progress bar problem. Here's my other problem. We have built .app and when we run the .app we are having trouble referencing the main form from another form within the project .app. The error we get is "object is unknown". Any ideas? Thanks.
Mike and Rick, we designed the prog bar and got the code from somewhere else. The .vcx error says "unable to find unknown cc_onformdestroy. The error is coming from the Visual Class Library for commcontrol.vcx. Thanks again.
Hi, I have a VFP problem. I have made our FoxPro databases where multiple users can access it at the same time by creating an application. Originally, only one person could access the database at a time. However, the prog bars are not working wben building the application. I am getting vcx...
Here is a typical statement on our website
SELECT (title,summary,id) FROM alldata WHERE (MATCH (keywords1) AGAINST ('d4t'));
keywords1 is a fulltext, indexed field.
It was supposed to be faster than it has ended up being. The search runs really slow.
Should I build one or more tables that...
How can I get the search feature on our website to work faster. We use MySQL databases and indexes. Currently, when doing a query it takes a long time for the results. Thanks in advance.
ramani, we loaded the .prg file for doing generic queries and add requests from VFP to QuickBooks 2002. Is there any code to modify item list. We need the QBXML code to modify existing items in the items list in QuickBooks 2002. Thanks in advance
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.