Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: ruxshin
  • Content: Threads
  • Order by date
  1. ruxshin

    Cannot load Remote Access Connection Manager service

    Hi, I've configured my computer running on Windows 2000 for multiple users. However, when my user tried to dial-up to the Internet, she got this error: "Cannot load Remote Access Connection Manager service. Error 5: Access is Denied." However, I can dial-up without any problem...
  2. ruxshin

    How to create a reminder service?

    Hi, I'm developing a web-based calendar. I want to create a reminder feature, which will remind the user about a forthcoming event on a user-specified time interval. Is there a way to do this using ASP or VBScript? I know that it is possible with ColdFusion using its scheduling engine. Is...
  3. ruxshin

    Why can't I see the codes in colour?

    Hi, I'm new to Interdev. I heard that it's supposed to display the codes in different colours, but my Interdev isn't. I see the all the codes in black. I check the Option->Text, reset the colours, but I still couldn't see color-coded codes. What is wrong? How can I display codes in colour...
  4. ruxshin

    Ideas on smart features for a personal planner

    Hi, For my assignment, I'm required to build a smart personal planner for lecturers. I need some ideas about smart features to be included into the planner. I have submitted my first proposal with the following features: 2) Planner/Calendar Module - Schedule appointments or activities...
  5. ruxshin

    Hi, My cd-rom couldn't read my C

    Hi, My cd-rom couldn't read my CDs at all. It was working fine the previous minute, but the next minute, it couldn't find/read the cd in the drive. The LED still lights up and blinks whenever a cd is inserted into the drive, but then it cannot read the cd inside (as if I didn't insert any...
  6. ruxshin

    cd-rom can't read media

    Hi, My cd-rom couldn't read my CDs at all. It was working fine the previous minute, but the next minute, it couldn't find/read the cd in the drive. The LED still lights up and blinks whenever a cd is inserted into the drive, but then it cannot read the cd inside (as if I didn't insert any...
  7. ruxshin

    are there any examples of online planner

    Hi, I want to know whether there are any examples or demos of online planner/organizer created using ASP. If possible, I also want see the source code as reference. ruxshin
  8. ruxshin

    Which is better to create an online planner, CF or ASP?

    Hi, I just want to find out, which web language to use to develop an online planner/organizer, ColdFusion or ASP? Or are there better languages out there? ruxshin
  9. ruxshin

    how to mail file automatically after it has been created?

    Hi, I'm using cfschedule to schedule query jobs (query_process.cfm), and then publish the result as a file (query_result.htm). If I want to sent the query result automatically to the user using cfmail after the file has been created, where should I put the cfmail tag? I've tried putting the...
  10. ruxshin

    mail a file automatically once it has been created

    Hi, I'm using cfschedule to schedule a task, and then publish the output to a file. This has been done. I want to mail the output file as attachment automatically once the file has been created. How do I do it? ruxshin
  11. ruxshin

    awk can't read record, help!

    I have an input file with millions of records (lines). But my awk script couldn't read the input file, giving me this error: awk: record `-rw------- 1 sagch...' too long record number 1746 After I checked, I found a record with blanks in between. I used cat -v to check and found that...
  12. ruxshin

    how to detect control character

    Hi, Is it possible to detect control characters, for example ^@ using AWK script? If yes, how to do it? ruxshin
  13. ruxshin

    cfschedule path attribute

    Hi, I'm using CFSCHEDULE, and I'm not sure what's the valid value for the path attribute. I've seen some used GetDirectoryFromPath(ExpandPath("*.*")) but that is quite limited. How can I give users the option to specify a path to save the published output to their own drive? Is...
  14. ruxshin

    why can't my scheduled task run?

    I'm using CFSCHEDULE to schedule a query job, and the task was added to the list successfully (listed on the administrator's scheduled task). However the task won't run at the scheduled time (seems so because I couldn't get the output file), and when I click on Run from the CF Administrator, I...
  15. ruxshin

    how to use variable substitutions in CFSchedule

    How do I substitute these CF variables into the CFschedule tag? <cfset mytask = #form.taskname#> <cfset mystartdate = #form.startdate#> <cfset mystarttime = #form.starttime#> <cfset myurl = #form.myurl#> <cfset myfile = #form.filename#> <cfset mypath = #form.filepath#> Are the substitutions...
  16. ruxshin

    AWK to categorize records

    Hi, I have an input file with these lines (thousands of records): filename projectname owner group month day time age agegroup It's a modification of the information listed by ls -l. What I want to do is to categorize the records according to project name, and then within each project name...

Part and Inventory Search

Back
Top