I have a txt file that contains a few lines of data, i also have a for loop that extracts this data into one variable, i then email this variable using 'blat'. The problem is, the extracted data consists on one line, and i need to be able to email this in a more coherent form, i.e. having each line in the text file displayed in the email in the same way(with new lines).
I've tried playing around with adding '\n' to the variable but...
User Profile
Collapse
-
Batch new line variable
-
http://www.thumbalizr.com/ is another one i've just found, has a free api, this is probably your best bet. -
yeah, i've just tried a few non popular sites, you may need to register first?Leave a comment:
-
could a website like this help?
http://www.websnapr.com/
or one similar? i presume you would want this to be automatic?
edit: You can alter the url, not sure of the ToS for that site.
e.g. http://images.websnapr.com/?url=byte...e=s&nocache=15...Leave a comment:
-
data grid view, show selected columns
I have a data grid view, i have specified several columns through the designer that i would like to show on the grid, i have mapped them to the datasource, this works fine, the problem is, my data source contains lots of columns and some of these i do not want to show on the grid.
Is there a property/option where i can just get my specified columns to show, without resorting to removing each column programticly.
Thanks,... -
Using Joins
I've got two tables, customers and license, i am trying to run a query that will get the customer and license data, the two tables both have a matching customer ID. One customer ID can be in the license db several times, i.e. for trial and suspended licenses.
I want to be able to get the customer details with the most recent license aswell, i.e. get the license that has the latest expiry date.
Thanks,
James -
How to use not equal to
I'm trying to include a not equal to in the following statement so the specified ClientID is not returned.
Thanks,Code:SELECT LocationId, ClientID, X, Y, Z, Longitude, Latitude, EntryTime, MAX(EntryTime) as DateTime FROM tmcclientlocation GROUP BY EntryTime
James
No activity results to display
Show More
Leave a comment: