|
More site info...
Tek-Tips Forums - www.tek-tips.com | Site profile
|
|
Site profile page for http://www.tek-tips.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.tek-tips.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.tek-tips.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Tek-Tips Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,202
|
7,667
|
26,368
|
|
Post:
|
5,203
|
18,793
|
64,851
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Tek-Tips Forums (http://www.tek-tips.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Tek-Tips Forums posting activity graph:
|
|
http://www.tek-tips.com Alexa graph:
|
Top authors on Tek-Tips Forums during last week:
user's latest post:
Module vrs Procedure level...
Published (2009-11-06 14:44:00)
Au contrair, Aidy680! You got sound, professional and best practices advise. I'd stuff it, if I were you. But then again, I'm not. Skip, Just traded in my old subtlety... for a NUANCE!
user's latest post:
Max Date
Published (2009-11-07 23:55:00)
Try CODE select S.StudentID, Min(Review1) as Review1, case when min(Review1) = Max(Review1) then NULL else Max(Review1) end as Review2 FROM WBLP
user's latest post:
sql command
Published (2009-11-07 12:28:00)
The issue is that the command is linking to the other tables locally, which is why you are seeing two separate statements and why the processing is so slow. It is much better to build all tables and corresponding links into the command so that the command is your sole datasource. -LB
user's latest post:
Sort Button
Published (2009-11-07 22:53:00)
I would use something like: CODE Dim strSQL as String Dim str OrderBy as String strSQL = "SELECT .... FROM .... " Select Case Me.grpSortOrder Case 1 'group type strOrderBy = " ORDER BY [Group Type]" Case 2 'State...
user's latest post:
Avaya Ip office 500 hardward...
Published (2009-11-06 13:54:00)
I don't think Twitter and Guitar Hero constitutes work Tom ACS - IP Office Implement "What the Crocodile Hat....was that?"
user's latest post:
Time server in IP500 (daylight...
Published (2009-11-06 12:42:00)
ACS - Implement IP Office ACA - Implement IP Telephony -- ACA - Design IP Telephony ACA - Voice Services Management ______________ Women and cats can do as they please and men and dogs should relax and get used to the idea!
user's latest post:
Change Hyperlink to Double Click
Published (2009-11-05 10:11:00)
Well, if you just want the mailto: layout, it's just the same html construction. So, for that, you can look here: h ttp://docs .codecharg e.com/stud io3/html/i ndex.html? http://doc s.codechar ge.com/stu dio3/html/ UserGuide/ TipsAndTri cks/Create MailtoHype rlink.html Or other places. -- "If to err is human, then I must be some kind of human!" -Me
user's latest post:
Polycom 3 way call not working
Published (2009-11-07 20:27:00)
There is a COS option that is sometimes turned on that prevents conferencing. I believe it is Call Waiting Swap. ******************************************************* Occam's Razor - All things being equal, the simplest solution is the right one.
user's latest post:
Individual CLID
Published (2009-11-06 12:48:00)
We as posters have no control over threads. We just post and pray we get an answer. No need to do anything. © GHTROUT.com ⇔ Resources for Nortel Meridian/CS1000 System Administrators - You Can Hire Me Too
user's latest post:
RDP to two hosts behind the same...
Published (2009-11-07 12:24:00)
I wouldn't daisy chain. It slows you down and machine #1 has to be on or else you can't get to machine #2
|
|
|
Top 10 active forums on Tek-Tips Forums during last week:
|
|
Top 10 forums on Tek-Tips Forums:
Avaya: IP Office
- 40,228 posts
|
Nortel: Meridian systems
- 37,978 posts
|
Avaya: DEFINITY systems
- 20,739 posts
|
Microsoft SQL Server: Programming
- 17,855 posts
|
Microsoft: Access Forms
- 16,178 posts
|
Business Objects: Crystal Reports 1 Formulas
- 16,085 posts
|
Nortel: Norstar systems
- 15,978 posts
|
VBA Visual Basic for Applications (Microsoft)
- 15,799 posts
|
Nortel: Business Communications Manager BCM
- 15,317 posts
|
Microsoft: Office
- 15,052 posts
|
|
|
|
|
Latest active threads on Tek-Tips Forums:
Started 3 days, 19 hours ago (2009-11-05 16:14:00)
by amriddle01
In the UK an ISDN30 (PRI)comes with 8 channels this is cheaper than using 4 ISDN2 (BRI) lines so for future proofing it will suit you best, and yes the IP office converts IP to Dig using a VCM card which is an extra not in the IP500 by default, or you can use Digital/Analogue phones then no VCM is required but you need the Phone/Dig cards and expansion modules in the end IP ends up cheaper ...
Started 4 days, 21 hours ago (2009-11-04 13:41:00)
by Turkbear
Hi, If they are using the full CR, the only way I see to limit what they see is to create separate views of the data in the database and only grant each user access to 'their' view based on the user/pass combo they enter when connecting to the datasource. To Paraphrase:"The Help you get is proportional to the Help you give.."
Started 7 hours, 30 minutes ago (2009-11-09 04:02:00)
by HarleyQuinn
Using numbers as a field name is generally a bad idea. As you've seen it confuses Access as numbers can be used as column ordinals to work with rather than the column names and if you use them as you are, it will cause problems if you need to include the columns in a WHERE clause. Also I'm not sure the data your columns are currently returning will be correct, I'd check it. The short term fix ...
Started 7 hours, 37 minutes ago (2009-11-09 03:55:00)
by Loomah
could you not apply one of the standard auto formatting options as these will change dynamically if you change the table layout. if you need to apply it in code just use the macro recorder to see what it gives you. If a man says something and there are no women there to hear him, is he still wrong? How do I get the best answers?
Started 2 weeks, 4 days ago (2009-10-22 09:44:00)
by huggyboy
Might help if you posted the workbook you have done already. If it were my problem I would be writing some VBA to do it - because you have a relationship between the gate and the matrix via the relationship between the gate and the values - probably not something you can do via conditional formatting (i wish i hadnt said that)
Started 19 hours, 22 minutes ago (2009-11-08 16:10:00)
by bborissov
np, but you should have: .column3.cmbKodna.Visible = .t. Also check BoundTo property. Borislav Borissov VFP9 SP2, SQL Server 2000/2005.
|
|
Hot threads for last week on Tek-Tips Forums:
Started 6 days, 18 hours ago (2009-11-02 16:51:00)
by bas1234
Did all the phones had the upgrade for the 4.2.17 ? Press HOLD > VIEW (8439) > # then * (look for xxxxxxx.bin or version) to see if there is a difference between the ones who work an the ones who are not. ___________________________________________ It works! Now if only I could remember what I did... Dain Bramaged ___________________________________________
Started 6 days, 22 hours ago (2009-11-02 12:55:00)
by markros
IMHO, you need here to use dynamic SQL and loop through the result of the first query to construct it.
Started 4 days, 2 hours ago (2009-11-05 09:18:00)
by markros
CODE SELECT * FROM ( SELECT RELATIONSHIP, ASSY = CASE N WHEN 1 THEN "Parent" WHEN 2 THEN "Child" --WHEN 3 THEN Col3 --WHEN 4 THEN Col4 END FROM V_Parent_Child_EDS T CROSS JOIN ( SELECT 1, 'PARENT' UNION ALL SELECT 2, 'CHILD' ) X (n, RELATIONSHIP) ) Z WHERE ASSY <> '' group by Relationship, Assy
Started 6 days, 21 hours ago (2009-11-02 14:27:00)
by limeg95
Hi! i am checking against excel to screen if account matches in screen corresponding value into excel the below code works fine, but it takes more than half an hour. is it fastest way to do that? thanks in advance Do For i = 2 To 3000 Account = Cells(i, "E").Text MyScreen.MoveTo 4, 15 MyScreen.SendKeys ("F") MyScreen.SendKeys (" " + Account) MyScreen.SendKeys ("<Enter> ")...
Started 3 days, 19 hours ago (2009-11-05 16:14:00)
by amriddle01
In the UK an ISDN30 (PRI)comes with 8 channels this is cheaper than using 4 ISDN2 (BRI) lines so for future proofing it will suit you best, and yes the IP office converts IP to Dig using a VCM card which is an extra not in the IP500 by default, or you can use Digital/Analogue phones then no VCM is required but you need the Phone/Dig cards and expansion modules in the end IP ends up cheaper ...
Started 6 days, 3 hours ago (2009-11-03 07:49:00)
by goombawaho
Bummer. Guess you should have thought about that possibility FIRST. I keep telling people that as time goes by, you can't just ASSUME that you can keep going back to XP. Hardware non-compatibility moving forward will be happening more often all the time. It really is time to start PLANNING for the demise of XP. Not necessarily doing it right now, but at least plan for it. Lecture is now ...
Started 5 days, 15 hours ago (2009-11-03 20:15:00)
by Roadki11
Change it to the User Configuration. Computer accounts dont have authority to map drives, its a user function. RoadKi11 "This apparent fear reaction is typical, rather than try to solve technical problems technically, policy solutions are often chosen." - Fred Cohen
Started 1 week ago (2009-11-01 13:44:00)
by SkipCox
How much do you have to spend? And, do you want to buy or build a machine? Skip
Started 1 week, 3 days ago (2009-10-29 15:33:00)
by misscrf
p.s. I put this in the Form's On Current... CODE If Me.dtDateStart Is Not Null And Me.dtDateEnd Is Not Null Then Me.intLength = DateDiff("h", Me.dtDateStart, Me.dtDateEnd) End If I figure if I can get that to work, then I can write out the other scenarios in the if statement (else if etc) When I try to go to the form preview though, I get a run-time error 424 Object Required. ...
Started 5 days, 16 hours ago (2009-11-03 19:14:00)
by sbcsandhu
I did that, and it made windows AD my defualt on the Central Mangement Counsel, but didnt do anything to Infoview
|
|