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 Wanet Telecoms Ltd 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: *

  1. bestbefore99

    Stop Opening Database Object Windows when executing Code

    Hi all. I have written an Access Database Application which converts another Access DB into mySQL. Fine enough. Unfortunately it uses the DoCmd.TransferText method to create an intermediate text file. When this command is executed, all DB objects to be imported are opened and you will see all...
  2. bestbefore99

    Clicking on teh reset square in Access

    What exactly does the clicking on the reset button (square)? I have a different behaviour in code if I first of running a sub click on the reset button or not. I have some global varialbles that obviously get initialized by the reset, but exactly does anybody know what happen to otehr things...
  3. bestbefore99

    Porting Office 2000 VBA applications to Pocket PC and Palm OS

    Hello again. I have received no answer to my previous post, so hopefully I get more luck this time. I have got a number of VBA applications running on top of Access, and Outlook. I would like to port them to a smaller portable device, because I want to have this applications running all the...
  4. bestbefore99

    VBA on PocketPC or Smartphones

    Hello experts. Having to run some VBA Outlook and Access applications to the smallest possible machine that does not run loud (no fan) nor consume too much power, and has GSM/GPRS/UMTS connection, I wonder whether some of you have tested if these small machines like the HPiPaq can run VBA code...
  5. bestbefore99

    ASN.1 Compiler into Visual Basic

    Hello progs. I have to complete a project which requires a specification for TAP3 Billing protocol available in ASN.1. Is there any freeware (or shareware) code generation tool that can compile VBA (or VB) code directly? Many Thanks Massimo
  6. bestbefore99

    Splitting Database in mde and mdb for Creating Dynamically Reports

    Hello folks. I need to create dynamically reports using VBA COde in a database. At the same time I want to protect the work done, by giving away an mde Version. However when using the CopyObject or Creating report at run time, I get an error saying that in mde you cant' create reports, etc...
  7. bestbefore99

    Passing Parameters to Onclick Procedure

    Hello experts. I have create programmatically a form with a lot of buttons using CreateControl. For each button I want that when the user click on it, it changes color . I have created for all buttons (I may have up to 500 on a single form) the OnCLick function ctl.Onclick =...
  8. bestbefore99

    Best Graphic Approach to Access VBA Programming

    Hello Experts. I am quite finished with my Access VBA Application, and I want to add few graphic reports. Basically I need to display graphically some entries in a Access Table (Network Operators) and their relationship (Money Settlement for Interconnect) . The display should be possibly a...
  9. bestbefore99

    Table Properties

    How do I find Table Properties in the Current Database? So far I have only managed to get information on Table Names, but I want more info such as Creation Date, Nr of Records, etc Thanks gurus! Max
  10. bestbefore99

    Forms Special Effect Portability

    Hello. I have implemented some special effects on Forms that use between others the Move Methods to open Forms with Holliwood like effects (Enlarging and Moving on the screen) This works well on Access 2002 on Windows 2000. However the Program crashes on Windows 98 with Access 2000 on the...
  11. bestbefore99

    Access 2002 Crashes when hitting next record on a form

    Hello experts. Access 2002 crashes when I hit the "Next Record" on a form (Customer) with subform (Contract) It produces a dump and ask me to send it to Microsoft for solving the problem. My system is Windows 2000 on a Laptop with 128 MByte memory and my database is very small...
  12. bestbefore99

    Why the Database Object is not included in VBA Access 2000

    I know the question is stupid, and I know the answer is simple, but unfortunately I have been navigating for two days the Internet and the VBA sites without success. I am simply trying to read records from several tables (Accounting Data, Price Lists, etc) from a local Access Database used for...
  13. bestbefore99

    Update Problem

    Hello Experts. I am trying to write a small Billing Program using Access for demo. I have 3 tables. Unrated_CDR, PRICE, Rated_CDR and I am trying to create a Rated_CDR based from the values in the tables Unrated_CDR and PRICE. The query is the following UPDATE Rated_CDR, Unrated_CDR, PRICE...

Part and Inventory Search

Back
Top