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 76
Search took
0.05
seconds.
Search:
Posts Made By:
evaleah
Forum:
API
08-20-2009, 09:32 AM
Replies:
0
Return Shell Command result
Views:
411
Posted By
evaleah
Re:...
Re: http://www.xtremevbtalk.com/showthread.php?t=160179
That link no longer works and I am working on exactly this problem. Do you still have access to the solution. I would LOVE to get my hands...
Forum:
Web Programming
05-06-2003, 03:56 PM
Replies:
1
ASP Dropdown menus
Views:
738
Posted By
evaleah
ASP Dropdown menus
I want to create a header with menus that appear when you mouse over the header of a table. I have tried creating just a table and making some elements invisible until the mouseover event but this...
Forum:
Database and Reporting
11-18-2002, 11:37 AM
Replies:
5
Object variable or With block variable not set
Views:
2,114
Posted By
evaleah
What was the MDAC version you built the app with?...
What was the MDAC version you built the app with? Try installing that one instead of the latest.
Forum:
Database and Reporting
11-18-2002, 11:35 AM
Replies:
6
Access Database sorting problem
Views:
399
Posted By
evaleah
The adding zeroes idea is probably your best bet....
The adding zeroes idea is probably your best bet. Then for display purposes do some string manipulation so you can display the actual # that you are interested in.
I haven't tested the following...
Forum:
Database and Reporting
11-18-2002, 11:24 AM
Replies:
3
Access DB Problem
Views:
266
Posted By
evaleah
Have you checked all your values in debug mode to...
Have you checked all your values in debug mode to be sure they are what you want them to be? That is the first thing I would look for. You can also break into debug and take a look at your SQL...
Forum:
Database and Reporting
11-18-2002, 11:17 AM
Replies:
3
Requery open recordset
Views:
487
Posted By
evaleah
Can you tell me what the exact syntax would be on...
Can you tell me what the exact syntax would be on those?
objRS.Move "SELECT SQL statement"? This I know does not work. What I can't figure out is how to apply my parameters to the new selection...
Forum:
Database and Reporting
11-14-2002, 03:17 PM
Replies:
3
Requery open recordset
Views:
487
Posted By
evaleah
Requery open recordset
I haven't posted here in a long time but you folks always proved to be the most helpful bunch out there so I am hoping you can help again :)
I have an open ADO recordset. Every record I want to...
Forum:
Database and Reporting
08-29-2001, 09:14 AM
Replies:
3
data report
Views:
249
Posted By
evaleah
Re: data report
I do have a horizontal line but it doesn't extend the whole width of the window, let alone wider than the paper!
All the controls are within the limits. I made some of them smaller on your...
Forum:
Database and Reporting
08-29-2001, 08:02 AM
Replies:
3
data report
Views:
249
Posted By
evaleah
data report
Looks like I have finally gotten my data environment to give me the right data. My data report must be getting it...
But, everytime I try to .show the data report I get an error that the report...
Forum:
Database and Reporting
08-04-2001, 03:12 PM
Replies:
3
row locks for a datagrid
Views:
294
Posted By
evaleah
Re: row locks for a datagrid
OK. There are some options here. Here is the kind of thing you could try. In this example nRow is the row you don't want the user to be able to set focus on and nTarget is a the closest place they...
Forum:
Database and Reporting
08-04-2001, 02:57 PM
Replies:
2
Um..kinda hard to explain
Views:
541
Posted By
evaleah
Re: Um..kinda hard to explain
It sounds like your problem might be related to the data repeater. Why not just create the original piece that you are repeating and manually redraw it (from a loop) below the first. That way you...
Forum:
Database and Reporting
08-04-2001, 02:50 PM
Replies:
4
using a query created in MSAccess
Views:
338
Posted By
evaleah
Re: using a query created in MSAccess
Choose the view option. The Data Form widget sees Access Queries as Views.
Forum:
General
06-24-2001, 04:33 PM
Replies:
2
Menu
Views:
450
Posted By
evaleah
Re: Menu
Create a pop-up menu. Have it come up when the right-mouse button is clicked and the active control is the grid.
Forum:
General
06-24-2001, 04:20 PM
Replies:
3
How Access menus & Other forms while processing?
Views:
455
Posted By
evaleah
Re: How Access menus & Other forms while processing?
How many records are you drawing on at once? Can you limit your recordset? That might speed it up. Maybe try using a straight datagrid instead of a flex one. They are usually faster, if speed is...
Forum:
General
06-24-2001, 04:06 PM
Replies:
4
Data Entry Grid
Views:
1,190
Posted By
evaleah
Re: Data Entry Grid
You could write a subroutine that would check that the data entered fit your requirements in the validation event of the datagrid. That way it would check the data after completing entry:...
Forum:
Database and Reporting
06-24-2001, 03:43 PM
Replies:
3
MySQL to Access 97
Views:
584
Posted By
evaleah
Re: MySQL to Access 97
Is there a particular reason why you are using autonumber? Better to assign a number yourself and mark it as the primary key. Then you can feed it in as you need to and control it. It won't matter...
Forum:
Database and Reporting
06-20-2001, 03:32 PM
Replies:
1
DBGrid dblClick to Launch Form
Views:
671
Posted By
evaleah
Re: DBGrid dblClick to Launch Form
The best way to do this is add a property to your form that holds the value you are currently feeding into txtFields. Then, open frmWorkRequest using a query into your db that is based on the data...
Forum:
Database and Reporting
06-18-2001, 02:59 PM
Replies:
3
Msflexgrid, sql.. hot to enhance performance ?
Views:
477
Posted By
evaleah
Re: Msflexgrid, sql.. hot to enhance performance ?
Have you tried doing this with another grid style to see if it is something in the grid or maybe the way you are accessing your data? How many records are you pulling into your recordset at a time?...
Forum:
General
06-12-2001, 02:17 PM
Replies:
1
writing reports
Views:
464
Posted By
evaleah
writing reports
I have now completed a desktop application that works beautifully except that it doesn't print reports. I want to use the Data Report tool but don't have any information about it.
Can someone...
Forum:
General
06-12-2001, 02:15 PM
Replies:
2
DataCombo control
Views:
552
Posted By
evaleah
Re: DataCombo control
By clicking the esc key you want what to happen?
Forum:
General
06-02-2001, 08:53 AM
Replies:
4
Stupid little beeps
Views:
236
Posted By
evaleah
Re: Stupid little beeps
Windows sets those defaults. I am not sure which one of the sounds choices in the control panel addresses msgboxes but I think it is the question option. I am sure there is an API call that could...
Forum:
General
06-01-2001, 08:16 AM
Replies:
12
after form load?
Views:
886
Posted By
evaleah
Re: after form load?
The form_resize event might work. Form_activate actually takes place before form_load. I tried form_gotfocus before I wrote this, it didn't work.
Forum:
General
06-01-2001, 08:01 AM
Replies:
2
Please help ....
Views:
1,132
Posted By
evaleah
Re: Please help ....
Unfortuantely, this is the first stumbling block for every VB newbie accessing databases. You have to let the adodc go. It doesn't always work. Better to insert the data using SQL into the...
Forum:
General
06-01-2001, 07:35 AM
Replies:
12
after form load?
Views:
886
Posted By
evaleah
Re: after form load?
rhwiebe, you're brilliant. Yes, form_paint did the trick.
Thanks!!
Forum:
General
05-31-2001, 03:51 PM
Replies:
12
after form load?
Views:
886
Posted By
evaleah
Re: after form load?
Hmm... I guess I better actually tell you something, eh?:-)
I am trying to get the total of a column in an HFlexgrid. I want to loop through the grid adding the amount to a variable. Code:...
Showing results 1 to 25 of 76
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.