I'm new to actionscript and i'm trying to create a flash movie as follows:
there will be a typewriter look to it. not scrolling text i found the following script:
import flash.utils.Timer;
import flash.events.TimerEvent;
var i=0;
var myString:String = "this is the text it will type. "
var...
I dont know if this would be usefull for this projec but, years ago i found a tool called autoit is easy to use and i used to do several automated installations and even repetitive dataentry tasks.
Thank you very much tsuji, this worked perfectly while i was still waiting for my script to finish runing yours got it done in less than a minute. Thank you!!
i got this to work.
Do Until ActiveDocument.Bookmarks("\Sel") = _
ActiveDocument.Bookmarks("\EndOfDoc")
Selection.Find.ClearFormatting
With Selection.Find
.Text = "Level:"
.Forward = True
.Wrap = wdFindStop
.Format = False
.MatchCase =...
i guess i dont understand. Level: is always there i guess i just want to find where is says "level:" go to the begining of the line and delete the line break.
I'm looking for a way to delete the line break on text file the data is as follows.
200 product name
Level: EACH
201 Product 2
Level: EACH
i want to basically find where it says Level and bring it to the line above like.
200 product 1...
for some reason your link does not work, and yes Hours. i'm not good at VBS so it is hard, all i found would not give you all email addresses it gives you just one.
Hello, I'm looking for a script too look at AD and export all email addresses to a csv file that it has just the name, email address. the problem i have is that each user has more than one smpt address and i also need the distribution lists i have searched for hours and cant find one please help!
i have some users that connect remotely to the network via VPN i need to send print jobs automatically to a printer connected to their laptop. they are autenticated by the firewall now. can i assign a static internal ip address so the job can be sent to the shared printer...
I'm looking for a web filtering solution i have about 100 users. in the past i used Surfcontrol but its so expensive, all i want is to block sites by user dont care about all the reporting.
Finally get to try this and I still have some problems. if I use the following code everyting works fine.
SELECT U.[Patient #], Sum(U.Current) AS Total1, Sum(U.[30-60]) AS Total2, Sum(U.[60-90]) AS Total3, Sum(U.[90+]) AS Total4
FROM [SELECT [Patient #], [Current], [30-60], [60-90], [90+] FROM...
how would i add the the fifth sum Primary+coins+trins? i tried just adding at the end but it gives me errors.
SELECT U.[Patient #], SUM(U.[Current]) AS Total1, SUM(U.[30-60 Days]) AS Total2, SUM(U.[60-90 Days]) AS Total3, SUM(U.[90 & Over]) AS Total4, SUM(U.[Total]) AS Totals
FROM (
SELECT...
I have 3 tables that need to be conbined the only comon field is the cust # they look like this
Table 1
Patient # Current 30-60 Days 60-90 Days 90 & Over Primary
69742 $8.95 $120.00 $20.00 $0.00 $8.95
34424 $10.00 $0.00 $50.00 $0.00 $10.00
77623 $12.80 $0.00 $62.00 $0.00 $12.80...
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.