Search found 4 matches

by cj-a-min
Wed Aug 31, 2011 3:34 pm
Forum: Q/A
Topic: How to keep the column names on csv export
Replies: 1
Views: 5725

How to keep the column names on csv export

When I export to csv, I lose the column names (aka, header). Maybe I'm overlooking something. But there are no export settings for exporting to csv. The exported .mdb, does retain the header, but that's an unneeded step to convert to csv, especially if the information was there to begin with. Is it ...
by cj-a-min
Wed Aug 31, 2011 5:27 am
Forum: Feedback
Topic: Feature Request - Rearrange Kinds
Replies: 1
Views: 9970

Feature Request - Rearrange Kinds

Didn't have a place to ask for a feature request, so I posted in bugs. I think having the ability to rearrange the kinds, up and down, in the left pane, would make software more efficient. And it doesn't seem like their would be any major software revision, to provide this feature. Just my 2cents. Y...
by cj-a-min
Wed Aug 31, 2011 5:00 am
Forum: JavaScript programming
Topic: System_ComObject error when sorting with Javascript Gatherer
Replies: 1
Views: 10145

Re: System_ComObject error when sorting with Javascript Gath

OK using your "Minimal JavaScript for non programmers tutorial", I solved it.

In case anyone needs it:

Code: Select all

return step1_result + " " + step3_result;
I am always learning...Thanks for facilitating this... :D
by cj-a-min
Tue Aug 30, 2011 11:18 pm
Forum: JavaScript programming
Topic: System_ComObject error when sorting with Javascript Gatherer
Replies: 1
Views: 10145

System_ComObject error when sorting with Javascript Gatherer

Your article on Minimal JavaScript for non programmers tutorial, was very informative. But, I don't believe it addressed my issue in sorting the variables. I am extracting names like this, Doe, John. I need to convert this to John Doe: My JavaScript gatherer, with limited knowledge on Javascript. An...