Search found 59 matches

by olllllliii
Wed Feb 27, 2013 7:40 am
Forum: Beginners
Topic: DayOfWeek
Replies: 5
Views: 8842

CyberCitizen wrote:Are you wanting to check the what day a future or past day is?

yes , marcus solved it ! 0=Sunday 1=Monday 2=Thuesday and so on .....

For Example
Question: I want to know what day it is on the 24 May 2013?
Answer: Friday
yes its done ...thank you ...
by olllllliii
Tue Feb 26, 2013 2:49 pm
Forum: Beginners
Topic: DayOfWeek
Replies: 5
Views: 8842

Hi Marcus,

i am working on a ( German windows 7 ultimate 64 bit )

compiler error 1006 ')' expected...

Code: Select all

GetDate>thedate
VBEval>WeekDay(%thedate%,2),DayOfWeek
do u know what error 1006 mean ?
by olllllliii
Wed Feb 20, 2013 2:43 pm
Forum: Technical / Scripting
Topic: StringGrid Part III , different ColWidth
Replies: 12
Views: 13983

I think we must write an Autosize routine... by ourself... but i dont know how to calculate the Width for a Text in a Special Font... Is there a Windows function that can do that ? ----> Text & Font in <---- Pixelsize out mhhh an l is much smaller than an M...mhhhh After my work is done ...i will th...
by olllllliii
Wed Feb 20, 2013 2:18 pm
Forum: Technical / Scripting
Topic: StringGrid Part III , different ColWidth
Replies: 12
Views: 13983

Thank you JRL...

That was what i am looking for :-)
It is a honour to learn from you !!!

Greetings from the cloudy mannheim :-)
by olllllliii
Wed Feb 20, 2013 10:30 am
Forum: Technical / Scripting
Topic: StringGrid Part III , different ColWidth
Replies: 12
Views: 13983

StringGrid Part III , different ColWidth

Last question for Stringgridthings...i promise..:-) i also need different colwidth for my stringgrid... look what i mean ... object MSStringGrid1: tMSStringGrid Left = 8 Top = 128 Width = 1881 Height = 769 BevelKind = bkSoft Color = 15859696 ColCount = 10 DefaultRowHeight = 30 DefaultColWidth = 150 ...
by olllllliii
Wed Feb 20, 2013 10:25 am
Forum: Technical / Scripting
Topic: Stringgrid Part II spaces in cell
Replies: 2
Views: 3283

Spaces in MSStringgrid

Yes that works.
Marcus Tettmar wrote:Have you tried:

Harry,Sally,"Oliver Hilger",Tom
Thank you Marcus :-)
by olllllliii
Wed Feb 20, 2013 9:06 am
Forum: Technical / Scripting
Topic: Stringgrid Part II spaces in cell
Replies: 2
Views: 3283

Stringgrid Part II spaces in cell

Hi,

i expected that if i load data from csv in the stringgrid and use
spaces in fields.

like
Harry,Sally,Oliver Hilger,Tom
these 4 elements gets splitet in 5 cells...

how can i use Spaces in one Cell ??

:-) Help needed again ...
by olllllliii
Tue Feb 19, 2013 1:35 pm
Forum: General Discussion
Topic: EXE Compressor / for MacroScheduler
Replies: 1
Views: 6474

EXE Compressor / for MacroScheduler

In my old C + + Visual Studio I had an EXE compressor. This compiles exe files smaller and you could encrypt. So that no mr HEX Monitor can read it or decompile. Is there any Dephi environment from Borland also such a thing? That I possibly can use for compiled scripts of Macro Scheduler ? ( My bigg...
by olllllliii
Tue Feb 19, 2013 7:04 am
Forum: Technical / Scripting
Topic: Possible ? Edit or Start Data from MSStringGrid by clicking?
Replies: 4
Views: 4982

Super !! Thank you JRL...now i know how to use a gridmask...!!!

Thank you JRL !
by olllllliii
Mon Feb 18, 2013 8:01 pm
Forum: Technical / Scripting
Topic: Possible ? Edit or Start Data from MSStringGrid by clicking?
Replies: 4
Views: 4982

Possible ? Edit or Start Data from MSStringGrid by clicking?

Sorry Macrus , can u tell me how to get the values or put them to a field update them .... i dont know what to do .. //Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES quote strings in {" ... "} //Let>IGNORESPACES=1 Dialog>Dialog1 object Dialog1: TForm Left...
by olllllliii
Mon Feb 18, 2013 9:23 am
Forum: Technical / Scripting
Topic: Possible ? Edit or Start Data from MSStringGrid by clicking?
Replies: 4
Views: 4982

Possible ? Edit or Start Data from MSStringGrid by clicking?

Is it possible to edit the Data from a Stringgrid...or to start a specified programm if row number x is clicked. I want to show a list of logfiles ...and if u click the row the logfile gets opend.. so i also want to add an comment to the logfile.. ReadFile>C:\Users\olllllliii\Desktop\Abr\ERP\testlog...
by olllllliii
Sat Feb 16, 2013 9:30 am
Forum: Technical / Scripting
Topic: Help me for WSI_TIMEOUT
Replies: 2
Views: 3502

Thanks

Found it ...it was a problem with the user rights i gave ...now it works perfect.... MS had couldnt access without admin rights to the folder ..

Thank you JRL :-)
by olllllliii
Fri Feb 15, 2013 7:50 am
Forum: Technical / Scripting
Topic: Help me for WSI_TIMEOUT
Replies: 2
Views: 3502

Help me for WSI_TIMEOUT

I tought WSI_TIMEOUT=10 waits for a maximum time of 10 seconds. But i get an error after 2 seconds ... that the picture wasnt found... any idea ? I am useing Version 13.x - 14.0.4 ( Windows 7 64 Bit Ultimate) //Wait for Let>WSI_TIMEOUT=10 WaitScreenImage>%BMP_DIR%\image_1.bmp,0.7,CCOEFF MouseMove>xx...
by olllllliii
Fri Jan 11, 2013 9:25 am
Forum: The Water Cooler
Topic: Standing up to work.
Replies: 4
Views: 7758

I have made ​​it my habit to get up every 30 minutes and run a round. This helps me to think. Yes, and I also often nervous when I looking for a solution and some only have a limited time to find a solution. Running also helps me when I Make calls. However, if I could program an entire day in the st...
by olllllliii
Tue Dec 04, 2012 1:50 pm
Forum: Technical / Scripting
Topic: Super simple IE script doesn't work, press enter doesn't wor
Replies: 6
Views: 6118

Try this

Code: Select all

IE_SetTimeout>2,ie_res
IE_Create>0,IE[0]
IE_Navigate>%IE[0]%,www.google.com,ie_res
IE_WaitDocumentComplete>%IE[0]%,ie_res
IE_ClickTag>%IE[0]%,{""},{"f"},{"INPUT"},{"ID"},{"lst-ib"},ie_res

Send>this and that
Press Enter
Sign up to our newsletter for free automation tips, tricks & discounts