Hi, I am going around the twist here. Using the following I get a 'port already open' when I try to open the port. On the very next line I get a message saying 'operation is valid only when the port is open' If I try to close the port form the command line with PortOpen=.F. I get 'type...
Thanks Bourbaki, that worked for me.
The file is a self extracting .exe used to update an existing program on remote users computers. It needs to be emailed to them. The SAF extension is my own that I create by renameing the file. The reason for this is that our firewall and outlook 2002 both...
Hi,
I want to associate .saf extension to executable. In W2K I just associate the file to application type but I cant work out how to do this in 98 as there does not appear to be an appropriate MIME type. Can anybody help me out?
Cheers, Garry.
The only way I know to reduce .pst size is archive using manual or auto archive. Need to set auto archive under tools menu and then set properties on each folder you want to archive. If its 97 I think you have to do each folder individually, in xp you can apply changes to all folders at once.
Hi,
I have used textmerge to create a file and append to it during the course of the application. when I finish the app I print a report and the textmerge file is a descriptive summary of the process. How can I print the textmerge document? I tried TYPE - TO PRINT but I get path not found...
Sorry, Back Again.
Unfortunatley most of my users are still on Office 97. Still cant get the code to work
oSheet.Columns("A:Q").EntireColumn.AutoFit --Works OK
oSheet.Columns("A:B").Select --Works OK
osheet.Cells("A1:B100").NumberFormat =...
Hi,
I am storing code in a memo file. When I bring it into the running exe and compile it I still get the original .FXP file running. I checked the program file and it has the new code and the prg and fxp have same date and time. What am I doing wrong? Why isnt the new fxp recognised? I get...
OOPS! Feal like a bit of a idiot. Commented out code to test and accidently commented out the select that created the right side 'c_query' cursor. So 'not a table' was correct, the cursor wasn't there. Works fine now.
I have used this same cursor 'in' as 'out' for years and works a treat...
Not quite sure if this is the answer I am looking for. I will try to clarify my question.
I have a cursor 'c_query' from a previous SQL SELECT TO CURSOR c_query.
I also have a cursor 'sel_div' that was created using CREATE CURSOR and then records appended from an array.
Both have records...
Hi guys,
I am using cusor 'c_query' against which I run a SELECT joined to a table, and output to the original cursor. I have a long list of these which are all run based on conditions. This works fine if the cursor is joined to a table but in the following case 'div_sel' is also a cursor...
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.