Forum: Visual Basic 4 / 5 / 6 Feb 26th, 2006 |
| Replies: 2 Views: 14,170 Uses the API to get the regional short date format from the PC |
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2005 |
| Replies: 4 Views: 2,124 Sure, as long as you come over here and change my kids nappy when he smells. :mrgreen: |
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2005 |
| Replies: 2 Views: 3,749 Try:
format(DatePart('d','{subreport1.jobdate}'),"00") |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 4 Views: 2,124 lol you'd think with the stunning silence to his/her requests that this would be obvious to him/her. |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 11 Views: 20,500 GetNextRow looks like it does something. Is there a 'GetPreviousRow' or something? If there isn't it would be pretty trivial to add this to the class. Just copy the GetNextRow code, change the... |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 3 Views: 7,689 How to ask for help doing your homework that will result in you getting no answer. |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 3 Views: 3,278 Parameters Date1 DateTime;Date2 DateTime;Account Text;SELECT * FROM Trans_Details INNER JOIN Trans ON Trans_Details.Vno=Trans.Vno WHERE Trans.Vdate>=Date1 AND Trans.Vdate<=Date2 and Accid=Account; |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 11 Views: 20,500 No. Someone has written a wrapper for some of the ADO stuff by the look of things. What methods are available? |
Forum: PHP Sep 27th, 2005 |
| Replies: 6 Views: 2,538 You could try SugarCRM www.sugarcrm.com |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 11 Views: 20,500 HOw are you opening your recordset? ADO or RDO? |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 2 Views: 29,668 That wont work. Firstly,
sheets("sheet").range("range1") returns an object, namely the range named range1 in the worsheet called sheet. So you'd need to do:
Set... |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 3 Views: 18,415 Here's a quote directly from MSDN regarding the Find method of an ADO recordset:
So, before you execute a search execute the MoveFirst method on the RS. Then after the search check if the RS... |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 11 Views: 20,500 ADO allows you to use the MoveNext / MovePrevious methods on a recordset allowing you to move back and forth as much as you like. |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 10 Views: 3,636 |
Forum: Visual Basic 4 / 5 / 6 Sep 27th, 2005 |
| Replies: 3 Views: 3,278 This should work for the command text for a command object in ADO
Parameters Date1 DateTime;Date2 DateTime;SELECT * FROM Trans_Details INNER JOIN Trans ON Trans_Details.Vno=Trans.Vno WHERE... |
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2005 |
| Replies: 2 Views: 2,322 Use the Weekday(date,[firstdayofweek]) function, it'll return a number from 1 to 7 where 1=Sunday and 7 = Saturday. |
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2005 |
| Replies: 2 Views: 1,896 http://www.daniweb.com/techtalkforums/announcement97-2.html |
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2005 |
| Replies: 4 Views: 3,176 Well if you know the text you want to add you can add items to a combo on another form with
TheOtherFormName.TheComboName.Add.AddItem "Item Text"
Alternatively you can select the data again... |
Forum: Visual Basic 4 / 5 / 6 Aug 11th, 2005 |
| Replies: 9 Views: 2,297 This sounds awfully like a homework question...... |
Forum: Visual Basic 4 / 5 / 6 Aug 10th, 2005 |
| Replies: 6 Views: 6,113 The code I posted is a way of doing that.
Get Excel and all of this stuffing about with the clipboard will be fixed. |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005 |
| Replies: 3 Views: 12,977 Try looking at my ADO tutorial (http://www.timesheetsmts.com/adotutorial.htm) and using a different connection string for SQL Server. You can read about SQL Server connection strings here:... |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005 |
| Replies: 6 Views: 6,113 OK here's some sample code I use to output an ADODB recordset directly to Excel. You'll need to include Excel 8.0 or better as a project reference for this to work. It should give you a good idea... |
Forum: Visual Basic 4 / 5 / 6 Aug 9th, 2005 |
| Replies: 2 Views: 1,867 I generate a ton of reports directly into Excel using the Excel object object model. This is the best way to do it. |
Forum: Search Engine Optimization Jul 26th, 2005 |
| Replies: 19 Views: 8,731 Are you sure? In Google try typing site:www.yoursitename.com.au (insert your URL of course) to see if your site is in the G* index. Just because you're not showing up in the search results you'd... |
Forum: Search Engine Optimization Jul 23rd, 2005 |
| Replies: 10 Views: 2,961 Hiya,
Its not just me arguing this, here's some articles that mention exactly the same thing:
http://www.softwaremarketingresource.com/article55.html... |
Forum: Search Engine Optimization Jul 22nd, 2005 |
| Replies: 10 Views: 2,961 Let me say it slowly, the theory is, the sandbox is applied for harshly for terms that are highly competitive, and much less harshly (if at all) for terms that are not competitive at all. Does that... |
Forum: Search Engine Optimization Jul 21st, 2005 |
| Replies: 13 Views: 4,078 There's no rule. It can be a few weeks to nearly a year. There's nothing you can do once you're in it. The best theory people have to avoid getting into it in the first place is to show a... |
Forum: Search Engine Optimization Jul 21st, 2005 |
| Replies: 10 Views: 2,961 Actually I don't have it wrong at all. I didn't mentioned adwords, here's what I said:
Thank for repeating what I said and adding some useless rubbish at the bottom that takes this post further... |
Forum: Search Engine Optimization Jul 21st, 2005 |
| Replies: 10 Views: 2,961 The 'Sandbox' has absolutely nothing to do with getting pages indexed. Supposedly the sandbox is a filter that Google (and only Google) applies to the search engine rankings of new sites for... |
Forum: Search Engine Optimization Jul 21st, 2005 |
| Replies: 10 Views: 2,961 Submitting to search engines is a total and utter waste of time. Try getting links from external sites to your site. This is the most proven way of getting search engines to spider your site. |
Forum: Visual Basic 4 / 5 / 6 Jul 20th, 2005 |
| Replies: 3 Views: 2,974 The tan function is expecting the argument to be in radians so convert your 45 degrees to radians before doing the tan. You can confirm this in windows calculator by setting the units to RAD and... |
Forum: Visual Basic 4 / 5 / 6 Jul 20th, 2005 |
| Replies: 2 Views: 3,751 Basically you need a crystal reports file for this to work. It may or may not be legal for the author of the software to supply you with this file (depends on what license of Crystal Reports he... |
Forum: Search Engine Optimization Jul 19th, 2005 |
| Replies: 11 Views: 4,491 There is a list around somewhere but I can't find it. Here's a neat tool to allow you to check your rankings across data centers:
http://www.mcdar.net/q-check/datatool.asp |
Forum: Search Engine Optimization Jul 19th, 2005 |
| Replies: 8 Views: 7,376 Try looking at MSN search too for backlinks (link:www.yourdomain.com) . It seems to be the SE that lists new backlinks the quickest. |
Forum: Search Engine Optimization Jul 19th, 2005 |
| Replies: 19 Views: 8,731 Patience. Keep adding links. Try pointing some of them at deeper pages rather than all of them just at the index. This can help encourage Google to look deeper. |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2005 |
| Replies: 3 Views: 3,465 You really really really shouldn't be doing peoples homework for them dude :cry: |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2005 |
| Replies: 3 Views: 2,741 Posting the error message would be helpful. |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2005 |
| Replies: 6 Views: 3,467 As Alvein said all you need to do with that tutorial is change the connection string to get it to work with SQL Server. Look here:... |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2005 |
| Replies: 2 Views: 1,559 Try doing the total direct in your SQL
SELECT sum(column_name) as sum_column_name from table_name
Then use normal ADO/DAO or whatever to access the field sum_column_name |
Forum: Search Engine Optimization Apr 19th, 2005 |
| Replies: 7 Views: 4,019 Personally I believe that CSS can only help your SE rankings, but I wouldnt expect too much (or anything actually) :mrgreen: . Why? It makes your html cleaner, easier to index, smaller, and faster... |