how to convert .iif file to .csv file in visual foxpro? - visual-foxpro

I need to convert .iif file to .csv file in visual FoxPro can you please let me know the code, I have no idea how to do this, can someone please help.

Open your Microsoft Excel, and go to the File menu.
Click New, and select Blank workbook.
Click the File menu, and select Open.
Go to the folder location, and look for the file name. You can set the file type to All Files so you can easily find the IIF file.
Click Open.
Go to the File menu, and click Save As.
Choose a location to save the file, and enter the file name. Make sure the Save as type is Excel Workbook.
Click Save.

Related

Emeditor: run a macro for all file inside a folder?

How to run a (previously recorded) macro for all files inside a folder ?
Example : I have recorded a macro that is working correctly for an opened html file. I have saved the macro as "test.jsee".
I have a folder in my computer named "C:\folder_with_files". It is full of html files.
How to run "test.jsee" for all files inside the folder "C:\folder_with_files" ?
ps: same question if many subfolders contains html files inside the main big folder "C:\folder_with_files" ?
pps: my idea is that Emeditor opens one file, run the macro, close the file (I have already saved the updated file in my macro) and do the same for the next file.
There are two ways to accomplish your task.
Select Run with Temporary Options on the Macros menu. Select the macro, set the Run the macro against each opened document option, add (or drag and drop) files or folders to the list, and set the Save and close each document after running the macro if necessary.
Or
Select Advanced Open on the File menu. Set the Run a macro against each opened document, select the macro, click the Select Files to Open... button to select all files you want to open.
If you can't see these commands, please make sure you are using the newest version of EmEditor Professional.

pgAdmin4: Save results to file - file doesn't show

I am trying to save a CSV file of my SQL query in PgAdmin 4 to my local files (I am a beginner so please excuse me if the terminology is not correct). I clicked the "save result to files" button and selected the folder where I want it to be saved. When I look into this folder, there is nothing there. However, if I look into my "last used files" in my Windows explorer (sorry, I am translating this from German), there are the files, I just can't open them. When I clicked on them Excel opens and says it couldn't find it.
I also tried to save the files by writing a command under the query, didn't work either.

How to change folder icon in C Drive

I want to change the folder icon in C drive. When I go onto the tab "Customize" in folder Properties, choose an icon and then apply, nothing happens.
You can use FileTypesMan,a nirsoft tool that allows you to do a lot of things.
Dowload FileTypesMan and open it.
Locate your type of file (like image, or folder for exemple)
Click on it and select "Edit Selected File Type"
Change defaut icon and confirm
An example for png file :
Example to change png type files

new tabs for different files

I need to use Xcode like a general purpose editor. For example I need to open file .txt, .project, etc etc… If I open one file at time all go well, but I need to put other files in new tabs.
I tried
cmd+t
but the new tab has exactly the same text as the first tab…
and if I open an other file with a double click, it open a new Windows and not a new tab…
there is a solution?
thanks a lot!!
Command+T will open up a new tab with the same file, then you can navigate to a new file and open that one up in either tab.
XCode will not be able to assume what file you want to open in the new tab and it doesn't want to open an empty tab, so it opens the current file in the new tab.
For XCode 10, right click on the file, select Open in New Tab.
I don't know when it was added.

Save file without Save Dialog in Visual Basic 6.0

I want to save a file without showing the save dialog because the file is always the same. How can I make it?
Thanks.
The save dialog doesn't save a file, it simply presents the user with a method of selecting the file name and location for the file to be created.
If you want to save the file without displaying the save dialog, then don't display the save dialog.

Resources