Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2005 |
| Replies: 2 Views: 2,038 How can I fine a name in a table and compare it?
If the name is in the table, continue with FORWARD. Else, then write information to a different table.
Approver is a name in the record that is... |
Forum: VB.NET Apr 28th, 2005 |
| Replies: 3 Views: 2,284 I can understand that. So I would have to make my changes and then upgrade each persons PC. Is there a better way to do this?
I am looking into creating an applicaiton using SQL for the... |
Forum: VB.NET Apr 25th, 2005 |
| Replies: 3 Views: 2,284 :?: Ok, this might sound like a dumb question. I am a beginner and I am not sure how these programs work.
Our programming dept. creates and maintains severl programs they wrote in VB6 and... |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2005 |
| Replies: 6 Views: 1,806 Looks like some heavy reading. I will look it over, but it still contains some interesting information.
Thank you |
Forum: Visual Basic 4 / 5 / 6 Apr 7th, 2005 |
| Replies: 6 Views: 1,806 In the example I used the name DEPTMAN |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2005 |
| Replies: 6 Views: 1,806 The form is a MS Outlook form. I have attached the MS Outlook where I am requesting the name of the Dept Manager. Then I want to see if I can add it to the TO: line at the top.
Sub Update30()... |
Forum: Visual Basic 4 / 5 / 6 Apr 6th, 2005 |
| Replies: 6 Views: 1,806 In my form I have a field (Reqby) that will request the name of the Dept. Manager. Is there a way that I can take that information and add it to the TO: line?
The TO: line already has a name in... |
Forum: VB.NET Mar 14th, 2005 |
| Replies: 6 Views: 35,020 yes, that is what I was looking for.
Only problem now is that Management has decided to drop the project of converting it to a VB platform. They decided that keeping track of the program on all... |
Forum: Visual Basic 4 / 5 / 6 Feb 15th, 2005 |
| Replies: 20 Views: 8,378 The attachment shows what I am trying to do. |
Forum: VB.NET Feb 11th, 2005 |
| Replies: 6 Views: 35,020 I also have a problem with the Combodrop Downlist, but using it with MS Outlook forms. When I leave it as a 0 - Drop-down Combo, the User can use the dropdown list but they can also type anything... |
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2005 |
| Replies: 20 Views: 8,378 I included a zip of everthing I have. In the jpg I show at the bottom what I want to be to view, either one or several at a time.
BTW, the blank area at the bottom - above the Timer button - how... |
Forum: Visual Basic 4 / 5 / 6 Feb 10th, 2005 |
| Replies: 20 Views: 8,378 Will I started to figure out how to use the Status Monitor and started to make some changes, Font style, Font size, Colmn width and a few other things.
Now I want to get ambitous. The Select... |
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2005 |
| Replies: 9 Views: 5,674 Lets see if I can either attach a picture of the MS Outlook form. This form is filled out by a inhouse User that is requesting Opertionas to convert a file sent by a Client from their format... |
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2005 |
| Replies: 20 Views: 8,378 Question on this utility. When I run the utility, I set it to poll every 30 seconds. Is the dbbase open all the time this runs or only every 30 seconds when it polls? Also, does it lock the db so... |
Forum: Visual Basic 4 / 5 / 6 Feb 3rd, 2005 |
| Replies: 9 Views: 5,674 This is MS Outlook form and I found the solution. I need to right-click on the field and go into Advance Properties. Select the Style and go from the default option 1 to the second option.
Thank... |
Forum: Visual Basic 4 / 5 / 6 Feb 2nd, 2005 |
| Replies: 20 Views: 8,378 Got it working with a few changes (Path). This is almost like I wanted it. I want to work with it some more. When I pull it up to see if I can show more records on the display. The Gray part where... |
Forum: Visual Basic 4 / 5 / 6 Feb 1st, 2005 |
| Replies: 9 Views: 5,674 In my form I have a pull down that will display the names of all the clients. The users select a name, and it is entered in the field. But, then I have a few lazy Uses that will enter any thing to... |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2005 |
| Replies: 20 Views: 8,378 Using MS Office 2003 for this right now. Once we get the Network Platform working we will migrate to SQL.
Thanks |
Forum: Visual Basic 4 / 5 / 6 Jan 27th, 2005 |
| Replies: 20 Views: 8,378 The SQL SELECT dbtask.TaskNum, dbtask was added the the Data1 (CIGARS) bar in the middle. "RecordSource"
I know this is asking to much. Could someone build this and send it to me. I am getting... |
Forum: Visual Basic 4 / 5 / 6 Jan 25th, 2005 |
| Replies: 20 Views: 8,378 Still not able to get what I am looking for. I attached a couple if Jpgs to show what I want. In the dbGrid picture it shows the number of Jobs request that have been submitted using MS Outlook to... |
Forum: Visual Basic 4 / 5 / 6 Jan 20th, 2005 |
| Replies: 20 Views: 8,378 1. Created Textbox -
2. created command button
3. Rename textbox - Rate
4. Rename commaand button - clock
5. added timer from tool box - renamed digital
6. digital - properties
Interval =... |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2005 |
| Replies: 20 Views: 8,378 Need to word this different:
I created a form using DBGrid where I used SQL to filter it.
SELECT dbtask.TaskNum, dbtask.txtstatus, dbtask.Operator1, dbtask.Jobtype, dbtask.Reqby, dbtask.Sjob,... |
Forum: Visual Basic 4 / 5 / 6 Jan 19th, 2005 |
| Replies: 20 Views: 8,378 I am a new user to VB so forgive any simple questions.
I just created a tool that will display the Job Number, Requested by, Status, Group, Operator.
As this database has about 50-75 requests... |