Hi All:
What do you think would be a good idea to avoid corrupt index problems.
1. Everytime the program loads - DELETE ALL INDEX FILES - USE ALL TABLES EXCLUSIVELY - REINDEX ALL TABLES
2. Copy all the indexes in a seperate folder and replace them with old ones everytime a program loads...
What do I need to do to smoothly transfer all my apps from 6.0 to 7.0? Which files do I need to back up? Is there a list of steps somewhere that one should follow.
I heard that 7.0's database is based on sql server. Will this have a major impact on my existing 6.0 tables.
Please tell me...
I am having a problem: When I reinstall my program it removes the ProgramName in the Start Menu, but the shortcut Icon on the desktop and C:\MyApp folder is still there. How can I get rid of them?
Is there anyway you can find out from where in the program a particular procedure is called?
I call a procedure from my .exe when the program is started and then call it again when the program is closed by clicking a button on the toolbar.
I want the procedure to behave differently depending...
Has anyone used the mbox.app from universalthread.com? If yes, could you please guide me through on how to get started as there is no read me file with it that provides any instructions.
I am sending a report to a text file, but the file concatinates my spacing in the report. My report is set as landscape, but the text file comes all jumbled up. Any ideas on how to fix this?
Thanks in advance.
P.S: I have the code that I am using in thread184-206913
I am opening some foxpro reports in notepad(report from to .txt ascii) and I use frx2word to create word document for the same reports. Some of my reports are set as landscape, and thus I am losing some data on the right side. How can I have these reports show as landscape in notepad, and...
I am using this program that I downloaded from Universalthread.com that converts foxpro reports to word documents.
At first I was doing this:
oF2W=NEWOBJECT("frx2word","msoexp")
oF2W.SaveFolder="C:\testword\"
oF2W.DOC_FileName="Wordout.doc"...
I am sending a report to a .txt file. After the program creates thie file I want to open this .txt file so the users can see the report generated. Any Ideas? Thanks in advance.
Has anyone used this class before. I have just started to play around with it. I added the following code:
oF2W=NEWOBJECT("frx2word","msoexp")
oF2W.SaveFolder="C:\testword\"
oF2W.DOC_FileName="Wordout.doc"
oF2W.ReportHome="C:\MyApp" &&...
I found this sample code on news2news.com relating to closing all running programs. When I run that program it works but it shows the text for all programs closed either on top of the form, from where I am calling it or in the background window. Any clue about how to stop it from doing that.
I created a desktop shotcut by placing the following code in my .exe :
oWsh = CREATEOBJECT("wscript.shell")
cDeskPath = oWsh.SpecialFolders("desktop")
oShort = oWsh.CreateShortcut(cDeskpath+"\PCPrint Plus.LNK")
oShort.TargetPath = "c:\Ianera\ianera.EXE"...
Hi all:
I want to close all running programs on a local machine before the users can run my application. Any Suggestions on how to go about that.
Thanks
I am new to PHP. I am trying to create a simple website as a class project with 5-6 tables in it. Couple of one-to-many relationships and may be a shopping cart. What is good book recommended by you guys?
Thanks
I have a pretty typical report that uses 2 tables. The top and bottom info comes from a table1 and the detail infor comes from table2 that has multiple entries for every key value in table1. I have both the tables in the database. When I run the report the first time with a selected date...
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.