Search found 76 matches
- Fri Jun 18, 2010 1:20 pm
- Forum: Beginners
- Topic: how to detect a ( , )
- Replies: 2
- Views: 3856
- Fri Jun 18, 2010 5:17 am
- Forum: Beginners
- Topic: how to detect a ( , )
- Replies: 2
- Views: 3856
how to detect a ( , )
I have to make folders out of addresses and want to seperate the address like this: From this - 12345 1st St, Sacramento, CA 95817 to this - 12345 1st St Deleting everything after the ( , ). I have a scrip but its not working. let >y=1 let>address=12345 1st St, Sacramento, CA 95817 label>ADD let y=y...
- Thu Oct 29, 2009 3:05 am
- Forum: Technical / Scripting
- Topic: run at startup???
- Replies: 2
- Views: 4294
run at startup???
how can I schedule a scrip to run at start up?
- Thu Apr 23, 2009 5:59 pm
- Forum: Technical / Scripting
- Topic: Combo box to reflect date
- Replies: 4
- Views: 4671
yeah thanks I got it working by using month>x day>y let>x=x-1 let>Dialog1.msComboBox1.ItemIndex=%x% let>Dialog1.msComboBox2.ItemIndex=%y% let>Dialog1.msComboBox4.ItemIndex=%x% let>Dialog1.msComboBox5.ItemIndex=%y% let>Dialog1.msComboBox3.ItemIndex=22 let>Dialog1.msComboBox6.ItemIndex=22 it was the l...
- Thu Apr 23, 2009 5:28 pm
- Forum: Technical / Scripting
- Topic: Combo box to reflect date
- Replies: 4
- Views: 4671
Combo box to reflect date
Hey I have a script that I need help on. I want to make the combo boxs defalt to the date. for example msComboBox1 is the month and it always starts at 1, I would like it to change with the date like say its april, I would want it to defalt to 4 instead of 1. is there a way to do that? Thanks Dialog...
- Wed Jun 11, 2008 2:14 am
- Forum: Technical / Scripting
- Topic: why is this not working???
- Replies: 4
- Views: 5544
- Tue Jun 10, 2008 11:09 pm
- Forum: Technical / Scripting
- Topic: why is this not working???
- Replies: 4
- Views: 5544
why is this not working???
I have written meny scrips like this and have no idea whats wrong with this one. My problem its its not reconizing the checkboxs as being TRUE. Dialog>Dialog1 Caption=Dialog1 Width=189 Height=307 Top=348 Left=276 Label=What Would You Like To Add,16,8 CheckBox=msCheckBox1,Ftest,32,40,97,True CheckBox...
- Wed Jun 04, 2008 12:43 am
- Forum: Technical / Scripting
- Topic: wait for lcl then cont.
- Replies: 1
- Views: 2974
- Tue Jun 03, 2008 11:14 pm
- Forum: Technical / Scripting
- Topic: wait for lcl then cont.
- Replies: 1
- Views: 2974
wait for lcl then cont.
ok what i want to do is have the script wait for a lcl the cont. Is there any way to do that?
wkd> I don't think will work.
wkd> I don't think will work.
- Wed May 07, 2008 5:52 am
- Forum: Technical / Scripting
- Topic: Get how meny days its been.
- Replies: 2
- Views: 4025
- Tue May 06, 2008 11:15 pm
- Forum: Technical / Scripting
- Topic: Get how meny days its been.
- Replies: 2
- Views: 4025
Get how meny days its been.
I need a simple script to tell me how ment days its been from date to date.
exp: from 5/1/08 to 5/6/08, number of days = 6
should be simple enough but its got me stumped...
and help Thanks.
Jesse
exp: from 5/1/08 to 5/6/08, number of days = 6
should be simple enough but its got me stumped...
and help Thanks.
Jesse
- Sat Apr 19, 2008 4:23 am
- Forum: General Discussion
- Topic: GTP> in Excell.
- Replies: 10
- Views: 13401
ok i have got it working. here is the script: What i did was took out the xlapp.workbook.add and added SetFocus>Excel* VBSTART Dim xlApp Sub OpenExcel Set XLApp = GetObject(, "Excel.Application") xlApp.visible = true End Sub Sub CloseExcel xlApp.close End SUb Function GetCellX GetCellX = xlApp.Activ...
- Sat Apr 19, 2008 3:16 am
- Forum: General Discussion
- Topic: GTP> in Excell.
- Replies: 10
- Views: 13401
No, I get an error. But I was thinking that the part that needs to be changed is this:
but i don't know Vb.
Code: Select all
Sub OpenExcel
Set xlApp = CreateObject("Excel.Application")
xlApp.Workbooks.add
xlApp.visible = true
End Sub
Sub CloseExcel
xlApp.close
End SUb
- Fri Apr 18, 2008 10:57 pm
- Forum: General Discussion
- Topic: GTP> in Excell.
- Replies: 10
- Views: 13401
- Fri Apr 18, 2008 4:08 pm
- Forum: General Discussion
- Topic: GTP> in Excell.
- Replies: 10
- Views: 13401