Search found 6 matches

by cbkotura
Tue Feb 14, 2012 5:32 pm
Forum: Basic
Topic: FileSaveAs command
Replies: 2
Views: 27025

Thank you very much, that worked!!!
by cbkotura
Tue Feb 14, 2012 2:13 pm
Forum: Basic
Topic: FileSaveAs command
Replies: 2
Views: 27025

FileSaveAs command

In the manual the syntax for the FileSaveAs command is [FileSaveAs(1,"c:\mydata\|TITLE1|.grf")], but is it possible to input a variable using VB6? If I put [FileSaveAs(1, "dirMain.Path & "\test.grf"")] it will not compile. However if the variable is not at the begin...
by cbkotura
Wed Nov 11, 2009 3:44 pm
Forum: Suggestions/Questions
Topic: Drag and drop functionality
Replies: 5
Views: 14644

I can't see the value in this. You're writing this line in your file hoping to tell DPlot which columns to plot. But if you don't want to plot the other columns, why write them to the file in the first place? I can see how you might want to plot some of the columns under some circumstances and othe...
by cbkotura
Tue Nov 10, 2009 2:13 pm
Forum: Suggestions/Questions
Topic: Drag and drop functionality
Replies: 5
Views: 14644

Hi David, First off DPlot is a powerful and very useful engineering and scientific graphing tool with an attractive price. Just wanted to rehash some things I already posted before but also an example of the actually file format our database is setup as. Select the Open command on the File menu. Sel...
by cbkotura
Fri Nov 06, 2009 8:22 pm
Forum: Suggestions/Questions
Topic: Drag and drop functionality
Replies: 5
Views: 14644

Drag and drop functionality

Hi David, I had a few questions about the drag and drop plotting feature. If I have data that is formated in this manner: title 1 title 2 x y y y y 0 0 0 0 0 1 1 5 7 3 2 2 8 9 5 1. Is it possible for the drag and drop plot to label the y axis as y in this case if you have a single X and multiple Y v...
by cbkotura
Thu Nov 05, 2009 6:19 pm
Forum: General discussion
Topic: Slope Calculation
Replies: 4
Views: 14341

Is it possible to curve fit over a certain range and have it plot the fitting for just that range? For example if I plot a curve from with x values 0-2 with data points every 0.1 can I fit the data only from 1.5 to 2 without the "distance from" command so that it can plot the fitting for j...