I have a batch file that contains the following command line:
copy c:\data\data.mdb c:\backup\backup.mdb
When the batch file runs it asks if it is looking for a file or a folder. The prevents me from running the batch file unattended.
Is there a swith that tells the copy command that I am...
As part of our back policy I need to copy or rename a file to a name that includes todays date. i.e. I have a file backup.txt that i want to change to 5/6/05backup.txt.
I though of using a batch file but I can't find the right commands.
I have a combo box that lists all of the available options to enter in this field. While doing data entry it takes extra time to move my hand from the keyboard to the mouse to click on the drop down arrow. Can I program the box to open with a keystrock like the down arrow instead of the mouse...
Hello all,
I need to force a number to round and then display the integer.
right now the number looks like this:
Ident Hours
1 40
2 40.25
3 40.15
4 40.56
I need the number to look like this
Ident Hours
1 40
2 40
3 40
4...
I have this report that is working very well. The only problem is why I export to a text file it adds an extra character to the begging of some lines. It looks random to me.
I will be grateful for any help!
Thanks,
Tom
Im not sure that I understand what you are doing, but is there a reason that you can't just click and drag the details section so that only 5 records will fit on a page. then in the format section you can click the check box new page after
Is there a way to display a date (friday) if the date falls on a weekend (Saturday)?
I have a dateTime field. If the date falles on a saturday i need the report to display the friday prior.
here is the formula I created that does not work:
stringvar checkdate := if {SCalendar.checkDate} =...
Hello All,
I want to convert data inside of a string. so, I have a formula that converts the data to text and I cant get rid of the decimel.
I have a number field that looks like this:
.00010
.00297
.00497
I want to data to be in a string and look like this:
00010
00297
00497
Here is my...
just add a formula like this:
whileprintingrecords;
numbervar qtysoldN;
if groupnumber <= {?N} then
qtysoldN := qtysoldN + Average ({Qyt_Sold}) else
qtysoldN := qtysoldN;
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.