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: newmem
  • Content: Threads
  • Order by date
  1. newmem

    SMTP email accounts through asp.net

    Is it possible to read the email accounts defined in the exchange server? I am writing an interface which will pull the company's global email address list, then the use rcan choose the email To: list and send a custom email from a .aspx page. Any ideas/suggestions? Thanks
  2. newmem

    Dropdown list control, autopost back..

    Hi All I have a similar problem as described in thread855-692299 . It didn't solve my error so I'm describing the error I'm getting. I have a dropdown list which is db-bound and has the autopostback set to true. When the application runs, the ddl gets all the data etc. But on selecting an item...
  3. newmem

    Hi I need some help with Printin

    Hi I need some help with Printing a Label from Crystal Reports. I'm using CR for .net version (that was shipped with VS.net). The application needs to pull data from SQL database and print to a Eltron 3742 Label printer. The Label has dimensions 2.25" (width) x 3.00" (height). I...
  4. newmem

    vb.net printing ..

    Does anyone has experience writing a crystal report to a Label printer using a vs.net application? I have a sample crystal report which is writing a acrobar\t reader but then is it possible to control the page size with the label size? (I'm using a Eltron label printer.)
  5. newmem

    Crystal Report for .net - Passing LogIn credetials

    Hi everyone, We are using Crystal Reports for .net in our web app. At design time, the connection is defined in the report using the OLE DB provider for SQL Server. The issue occurs in the code-behind of the webfor1.aspx, while passing the LogOn information to the Crystal Report Document...
  6. newmem

    repeat a waitfor command?

    Hi, We have a situation here - The remote system is performing daily batch updates. During this process, the system prompts for "Do you want to print batch # (N)?" for all the OPEN batches in the system. where N = batch no. When all the batches (this range can differ daily) are...
  7. newmem

    OnTextChanged event and postback

    I have few textboxes on my data entry form and a submit /Cancel button. When a user hits <ENTER> in the textbox, the it's OnTextChanged event gets fired and thereafter the Submit button's click event is executed. Is this behaviour by design? Are there any ideas to get around this? Thanks!
  8. newmem

    clock server control help!

    I am looking for a digital clock server control which can be added to the .net web application. Its similar to the one in the task bar but this would let the user view the server time. any samples (vb.net) would be appreciated. Thanks
  9. newmem

    server timestamp?

    Is there any way to capture the date timestamp on the server rather than on the client's machine? some times, the client machine and the server are not time synchronized so I was thinking that reading the server timestamp directly would be helpful. Thanks.
  10. newmem

    MCAD Certification

    Hi , Has anyone taken the new MCAD course exams? Can anyone share the useful resources for practice tests/newgroups/braindumps? Thanks
  11. newmem

    Time Comparison

    Hi guys, I am struggling with this Time comparison : I need to check if the time range 10:00 PM - 10:15 PM falls between the range 09:59 PM - 12:02 AM. I tried various ways to compare but no luck. here's what my code looks like: Assume T1 = 09:59 PM , T2 = 12:02 AM, tempT1=10:00 PM , tempT2...
  12. newmem

    Write Text to file

    Hi, Its probably a very dumb question but I am stuck. - I have a vb.net code which writes text to a file on the local machine. The file write has been done sucessfully but being a string data, its writing &quot; (double quotes) in the final string. The file needs to contain only text without...
  13. newmem

    ASPCOMPW.exe process

    What is a ASPCOMPW.exe process? This process is being invoked (confirmed through Task Manager->Processes) whenever the procomm starts. My application invokes the procomm program to execute a script. But I noticed the above mentioned process starts and the ASPCT script hangs. Any ideas...
  14. newmem

    script in debug Mode

    Hi, I have been using the &quot;Compile for Debug&quot; option to debug the ASPECT script. But lately the &quot;breakpoint&quot; command in the script does not break the script but continues to execute ignoring the breakpoint statement. Am I missing something? thanks for your help.
  15. newmem

    ProComm support link

    Hi guys, I have found this Tek-tips forum extremely helpful. Many of you may be aware of this KB link, but i'm posting it anyway. Symantec has the support site for the discontinued products like Procomm 4.7/4.6 etc. There are KB articles for the ASPCT script too...
  16. newmem

    transmit command

    I have a script which reads data from a file and then send to the remote system via various &quot;transmit&quot; commands. The script runs at a good response rate initially , say the first 2-3 lines of the source file. But later it seems to slow down as it advances the &quot;read&quot...
  17. newmem

    machine.config file question

    If I change something in the machine.config file, do I need to restart the web service on the web app? Kindly advise. Thanks.
  18. newmem

    question on waitfor command

    Hi everybody! I am a newbie for the ProComm/ASPECT script programming. And there is not much documentation available for ASPECT so I am totally stuck with this issue. - I need to feed some line items to an ERP system thru screen scraping. These line items are stored in a comma delimited file...
  19. newmem

    Group within a group

    Hi, I have a report which is grouping on an Employee's data. Every Employee has been assigned a Manager. The report shows perfect with the first group i.e. Grouped by Employee. But now I want to group the Employees by their Manager so all the employees within a MAnager will be listed together...

Part and Inventory Search

Back
Top