User Name
Remember Me?
Password
Home
Register
Calendar
Today's Posts
FAQ
Free Publications
Search
Page 1 of 4
1
2
3
4
>
Showing results 1 to 25 of 93
Search took
0.08
seconds.
Search:
Posts Made By:
JaneCharro
Forum:
Database and Reporting
06-12-2003, 07:42 AM
Replies:
1
migration from ACCESS to SQLserver
Views:
251
Posted By
JaneCharro
migration from ACCESS to SQLserver
using the DTS of SQL server just sucks...
I've used the "UPSIZE" tool inside ACCESS...
cool (but works only when I discover that there's a bug such that you have to export to a SQL server 7.0 and...
Forum:
Database and Reporting
06-10-2003, 01:01 AM
Replies:
4
Access store procedure
Views:
925
Posted By
JaneCharro
I've met the programmer that did it. It's...
I've met the programmer that did it.
It's possible to use and create store procedure inside access. You can just use the create procedure statement once and than you've the procedure. The fact is...
Forum:
Database and Reporting
06-05-2003, 02:18 AM
Replies:
4
Access store procedure
Views:
925
Posted By
JaneCharro
Access store procedure
I'm mantaining some ACCESS code with this command
Set cmd = SetCommand (currentCnn, adCmdStoredProc, "prcFillStuff")
the command fails but I've no IDEA where to find the procedure
prcFillStuff...
Forum:
Web Programming
05-29-2003, 01:33 AM
Replies:
2
browser MAC compatibility
Views:
491
Posted By
JaneCharro
browser MAC compatibility
I've developed an ASP web site for a company with some java script added.
Seems that mac computers are not able to navigate. How/where can I check compatibility and understand what have I to...
Forum:
Database and Reporting
05-05-2003, 07:34 AM
Replies:
5
Handling / display lots of records in database
Views:
537
Posted By
JaneCharro
Another solution is dinamically fill the...
Another solution is dinamically fill the list/grid whatever... but using a recordset open just one. Just Move the recordset to the right position each time
Forum:
Database and Reporting
05-05-2003, 07:08 AM
Replies:
8
Updating access
Views:
434
Posted By
JaneCharro
instead of MyConn.Execute ("UPDATE...
instead of
MyConn.Execute ("UPDATE UserDetails SET " & strRecord & " = " & strRecordChanged & " WHERE Username = " & strUsername & "" )
do this
dim sSql as string
sSql= "UPDATE UserDetails...
Forum:
Database and Reporting
05-05-2003, 07:05 AM
Replies:
8
Updating access
Views:
434
Posted By
JaneCharro
You should check the err.description property.
You should check the err.description property.
Forum:
Database and Reporting
05-05-2003, 06:56 AM
Replies:
1
ADO Connections are not synchronous
Views:
310
Posted By
JaneCharro
ADO Connections are not synchronous
I've two different ADO connection by two differen program.
Modifications made by one of the two using an "INSERT INTO" statement are not visible to the other for a few seconds...
If just I add one...
Forum:
Web Programming
03-25-2003, 02:55 AM
Replies:
2
url with form values
Views:
484
Posted By
JaneCharro
url with form values
it's possible to specify some Form/input values directly into an url?
I mean that if in the destination ASP page are readen some values beloging to a form I'm oblied to write a form in the source...
Forum:
General
03-20-2003, 03:04 AM
Replies:
1
window.navigate
Views:
368
Posted By
JaneCharro
window.navigate
I'm using a window.navigate method to open an url.
It's half working.
I'm loading an "asp" page that does everything ok but end's with a response.redirect method that's just not executed.
It I...
Forum:
Web Programming
03-20-2003, 02:22 AM
Replies:
1
window.navigate
Views:
827
Posted By
JaneCharro
window.navigate
I'm using a window.navigate method to open an url.
It's half working.
I'm loading an "asp" page that does everything ok but end's with a response.redirect method that's just not executed.
It I...
Forum:
General
03-14-2003, 06:37 AM
Replies:
1
label border color
Views:
834
Posted By
JaneCharro
label border color
is there a way to control the color of the border of a label.
It's always BLACK
Forum:
General
03-12-2003, 04:19 AM
Replies:
7
Byte Conversion
Views:
350
Posted By
JaneCharro
sorry.... previous incomplete OK. something...
sorry.... previous incomplete
OK. something like
"ABC1234" posted
You want to see the byte representing "A" the byte representing "B" ecc?
I mean if you want to have the byte considering what...
Forum:
General
03-12-2003, 04:16 AM
Replies:
7
Byte Conversion
Views:
350
Posted By
JaneCharro
OK. something like "ABC1234" posted You want...
OK. something like
"ABC1234" posted
You want to see the byte representing "A" the byte representing "B" ecc?
I mean if you want to have the byte considering what you've written as a string it's...
Forum:
General
03-12-2003, 04:08 AM
Replies:
1
Blinking on taskbar
Views:
373
Posted By
JaneCharro
Blinking on taskbar
I've developed a sort of Chat application. What I want is make it blinking when reduced into the taskbar and arriving a message. Any Idea of how to do it?
Forum:
General
03-10-2003, 09:48 AM
Replies:
4
winsock: simply but crash
Views:
381
Posted By
JaneCharro
Just locked all the VB application
Just locked all the VB application
Forum:
General
03-10-2003, 09:21 AM
Replies:
4
winsock: simply but crash
Views:
381
Posted By
JaneCharro
winsock: simply but crash
I've a form with just one winsock control (winsock1)
What I do is
Private Sub Form_Load()
winsock1.LocalPort = 1212
winsock1.Listen
winsock1.close
End Sub
When I close the...
Forum:
Communications
03-10-2003, 08:32 AM
Replies:
4
Winsock crash
Views:
434
Posted By
JaneCharro
Doesn't work in the same way. Anyway what...
Doesn't work in the same way.
Anyway what should it do?
Forum:
Communications
03-10-2003, 07:52 AM
Replies:
4
Winsock crash
Views:
434
Posted By
JaneCharro
I did but's the same
I did but's the same
Forum:
Communications
03-10-2003, 05:23 AM
Replies:
4
Winsock crash
Views:
434
Posted By
JaneCharro
Winsock crash
I've a serious problem with a winsock application.
It's just a server with this code in it.
Private Sub cmdEnd_Click()
Winsock1.Close
End Sub
Private Sub cmdStart_Click()
...
Forum:
General
02-10-2003, 02:44 AM
Replies:
1
txtbox scroll setting
Views:
280
Posted By
JaneCharro
txtbox scroll setting
I've a big textbox scrolling. It's a sort of a log. You think it's possible to control the scroll position? 'cause each time I add a string or a line the scrolling self position on top...
thanks in...
Forum:
Web Programming
01-28-2003, 06:08 AM
Replies:
2
Dinamic Form
Views:
405
Posted By
JaneCharro
Dinamic Form
I have to activate different controls into a form depending on a set of radio buttons selected.
I should trap events on clicking the radios?
can someone give me CODE-SUGGESTIONS about that?
Forum:
Web Programming
01-20-2003, 03:17 AM
Replies:
1
vbscript asp... optional parameter
Views:
455
Posted By
JaneCharro
vbscript asp... optional parameter
I have a function.asp page included by most of my asp pages in wich I put very common useful functions.
Is that possible to declare some of that function with optional a parameters? Because I had...
Forum:
Web Programming
01-17-2003, 04:41 AM
Replies:
1
changing input aspect
Views:
511
Posted By
JaneCharro
changing input aspect
is possible to change input box aspect and format.
I mean changing layout of textboxes, buttons and stuff used for forms?
I wanna expecially make it smaller and 2d
Forum:
Database and Reporting
01-15-2003, 07:55 AM
Replies:
4
case sensitive in SQL
Views:
544
Posted By
JaneCharro
Thank you. I manage to use some VB comparison...
Thank you. I manage to use some VB comparison after having opened the query. (it's an ASP page). But your solution is a lot more clean....
Showing results 1 to 25 of 93
Page 1 of 4
1
2
3
4
>
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
Announcements
Announcements
Visual Basic .NET (2002/2003/2005/2008, including Express editions)
.NET Knowledge Base
Tutors' Corner
Code Library
ASP.Net
.NET Communications
.NET Game Programming
Managed DirectX
.NET Office Automation
.NET File I/O and Registry
.NET Database and Reporting
.NET Interface and Graphics
.NET Installation / Documentation
.NET General
Xtreme .NET Talk
Legacy Visual Basic (VB 4/5/6)
Knowledge Base
Tutors' Corner
Code Library
Communications
Game Programming
DirectX
VBA / Office Integration
Excel
Word, PowerPoint, Outlook, and Other Office Products
API
File I/O and Registry
Database and Reporting
Interface and Graphics
Installation / Documentation
General
Other Languages
Web Programming
Miscellaneous Languages
General Discussion
Tech Discussions
Random Thoughts
Forum Questions / Concerns / Comments
Advertisement:
Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
Home
Register
Calendar
Today's Posts
FAQ
Archive
© Xtremevbtalk.com 2001 - 2013. All Rights Reserved.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.