> Thanks for such a fast reply! I got it working. Apparently the > Au.SetCapslockState(0) must be in a script (I coudn't figure > out how to make it work as a parameter in a command list > item) and that's what I did and it's working.
You can only put it as a parameter if the syntax is correct (it being evaluated, and not read as a regular text string). You can put it in either the command or more commands field on it's own and it will evaluate it correctly. Paste the script you made here, and I can show you the syntax that will work in a powerpro item edit box if you'd like. > But where did Au.SetCapslockState(0) come from? I can't find > it in the PP Help manual. Is this a VBA command or some > hidden PP command? > What does the "au" represent? Au is the old 2.x dll conversion of the Autoit script language, that was compiled to work with powerpro. There are a couple places for how to use the au plugin, either the PPdb made by Alan Martin, or use the PPlugins_Docs.zip made by Nathan, both of which can be found at http://ppro.pcrei.com. The native help doc for the au plugin (look at au.txt in your plugin directory) is written in non-powerpro language syntax. There is a new version of that dll though, based on the newer 3.x codebase of autoit. You can find those files in the Pplugins.zip file in the same location. Haven't looked to make sure the new version has all the old commands as well as the newer stuff. David Troesch | Atlanta, GA | ICQ# 2333123 Powerpro Yahoogroup - Come, talk and learn. http://tinyurl.com/2sf7d Funstuff: Men come in three sizes: Small, medium, and GO MY GOD! ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
