Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: DGA15
  • Content: Threads
  • Order by date
  1. DGA15

    Form Export / Import

    Using Access 2000 How can I have a form (which has ActiveX and controls) with all it’s code exported, ready for importing into some other Access DB/program. Now I have both a Form and a Class Module which are exported separately. Is there anyway to have this exported (ready for later...
  2. DGA15

    How to rename a VBA Module

    I use exported VBA Modules(Access 2000) to save useful code Suns/Functions. Then, when I have a new db I can import the modules I want. However, I find that once a Module Name is created, I cannot change it. Hence when I want a more meaningrul Module Name than what was used originally, I am...
  3. DGA15

    How to convert .png buttons to .jpeg or .gif files

    I have made navigation buttons using Fireworks,but they are big files, about 30K each. I have 11 buutons, each with an UP, OVER, and Down image, for a total of 33 buttons (~900 B total). They take forever to down load when opening my site. How can I shrink these to a smaller file size{convert to...
  4. DGA15

    Muiltiple POP 3 Email on one Outlook 2000

    I have setup 5 different POP3 email accounts on my web's server. One for each of the 4 people in the office and one for general office email. How can I setup Outlook 2000 on one PC so anyone of the 4 people can see their email, and only their email. (1) On one PC in the office (2) on several...
  5. DGA15

    Dreamweaver Calendar extension needed

    I am using DreamWeaver Mx and am looking for a Calendar Extension that has the following characteristics: ®One month at a time, able to arrow<-- --> for different months and for different years ®Small footprint on the page ®Uses an Access database to store ?Available / Reserved? by day ®Has a...
  6. DGA15

    Flash MX, Symbols, Instance

    Newbie taking the Symbols lesson in Flash MX. I create the Car symbol in the library OK. Then I drag this onto the new scene 3 times, creating three instances of the car. However, instead of being individual instances any change made to one of the three cars is made to all of them, as well as to...
  7. DGA15

    Cold Fusion &amp; Dreamweaver MX

    As a Newbie - Im studying the tutorials in the Dreamweaver MX book and tutorial #3 on page 118 (chapter 5) implies that I get some advantage by installing Cold Fusion into my PWS (Personal Web Server).I progam in VB Script & ASP. Why do I need Cold Fusion? Thanks for advice.
  8. DGA15

    Tutorial Hit counter doesnot work?

    When studying the &quot;Active Server Pages Tutorial&quot; by Microsoft updated December 27, 2000 I could not get the hit counter to work. It gave the following error: ----------------------------------------------------------------- Statistics Server object error 'ASP 0177 : 800401f3'...
  9. DGA15

    How to create a NEW ADO database using Jet

    How can I create a new ADO-Jet database? Once created I know how to add the tables, fields, etc. but I cannot seem to create a new, empty database from VB6 code.
  10. DGA15

    ActiveX Document (xxx.vbd) will not open in MS Explorer

    I have created an ActiveX Document and it shows up correctly in MS Explorer when run under Visual Basic 6.0 Hwowever,even thought the file xxx.vbd is is the disc directory, it will not open when using MS Explorer as a standalone{w/o going throu VisualBasic}. IE: MS Explorer open...
  11. DGA15

    Error on inheritance example

    Using JBuilder Personal 6.0.438.0 I get this error when trying the example on page 276 of &quot;Thinking in Java&quot; . The package is saved as Detergent.jpx &quot;Cleanser.java&quot;: Error #: 901 : package Detergent stated in source...
  12. DGA15

    Newbie, what is wrong with this code?

    Why do I get this error? (Using JBuilder 6 Personal Edition) error and code sample below: ERROR: &quot;ListCharacters.java&quot;: Error #: 203 : illegal start of type at line 16, column 40 CODE Sample: package listcharacters; import java.io.*; /** * <p>Title:ListCharacters </p> *...
  13. DGA15

    Cannot run Javas samples in J Builder6

    I am a Java newbie,using JBuilder6 While I can create some simple Java prograams myself,I cannot run Java from other sources. For example: //from &quot;Thinking in Java&quot;,page #120 package hellodate; import java.util.*; public class HelloDate { public static void main(String[] args) {...
  14. DGA15

    Dialog does not work

    Why doesn';t the code belowshow a dialog? //--problem code below Object anchorPoint = getParent(); while ( ! (anchorPoint instanceof Frame)){ anchorPoint = ((Component)anchorPoint).getParent (); } Dialog d1 = new Dialog((Frame)anchorPoint, &quot;Enter Text&quot...
  15. DGA15

    Outlook 2000 Export missing date

    When using Outlook 2000 to export the Journal folder to either a tab-delimited file or to MS Access, I do not get the Date. Other fields are correct. I'm using the file menu &quot;Export&quot; to do this export. Can anyone provide guidance or code samples as to how to get the date included in...
  16. DGA15

    ADO How to Create new table

    I have just started using ADO instead of DAO. Using VB6 - SP5. How can I create a new table in an existing database I am connected to? For example Create table &quot;NewTable&quot; with 2 fields ( &quot;Fld1&quot;, &quot;Fld2&quot;). Fld1 is string and Fld2 is double. Already connected to the...
  17. DGA15

    Using VB 6.0 to create Acrobat files.

    I'm currently write specailized programs that create complicated VB reports. Users run the VB progam which prints their reports via Crystal Reports. I'm not satisfied with the variations in output that users achieve on different printers and different operating systems. Is there someone on this...
  18. DGA15

    VB6 and Adobe Acrobat

    I'd like to have an exchange with anyone who prepares and writes Adobe Acrobat files using VB 6.0. My requirement is to produce complicated reports that can be accuately be reproduced and read on any operating sytem. DGA15
  19. DGA15

    VB locks up Excel

    Using VB 6.0 and Office 2000 to create many large Excel workbooks and worksheets. When using &quot;Range approach&quot; to setting values/formating the WB/WS are created successuly, but cannot be opened w/o closing the VB application. When using a &quot;Cells-Appraoch&quot;, it works OK but is...
  20. DGA15

    VB6 & Excel

    Using VB6 to write data to an Excel spreadsheet. Although I use ExcelApp.quit {EcelApp is the named I opened Excel with} I cannot open the written Excel workbook without first closing the VB6 application. After closing the VB6 application I can open the written Ecel workbook without any problem...

Part and Inventory Search

Back
Top