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 Chriss Miller 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: lemonjuice
  • Content: Threads
  • Order by date
  1. lemonjuice

    Database error

    hi, i'm kinda new to vb.net. i'm trying to write an ASP.Net application, but when connecting the webform to my database, i get this error, can anyone please help?!? Here's the code: Line 1: <%@ Page Language="vb" AutoEventWireup="false" Codebehind="login.aspx.vb" Inherits="Database.Login" %>...
  2. lemonjuice

    getting system properties

    How can i get the same properties displayed from my application as when you right-click on my computer. I need to display all the information on the general tab from my vb6 application. NEED HELP FAST. thanx lemonjuice
  3. lemonjuice

    Shortcut icon to application

    How do i place my application's (writtem in paradox 9) startup icon in the system tray area (where the clock and volume control is)? Need help FAST please.
  4. lemonjuice

    question about compile of paradox application

    This might be a stupid question for you guys, but i'm new at this. Do you have to write a different kind of compile for a network version of an application written in paradox then a stand-alone computer. I know the settings in the BDE of the tables and database has to change as well as the ini...
  5. lemonjuice

    minimum specs required

    If i may ask what is the minimum specs you guys would recommend for the server, network and client pc's running a big paradox application? Need some replies, even if it's only a guess.
  6. lemonjuice

    BIG problem with speed of application. Very URGENT!!

    I have a very urgent issue here. Whe have written an application in paradox 9. We have installed our application at various clients for testing purposes. Most of the clients have less than 3 pc's and the speed of the application there is fine, but we also have 2 clients that run a network of...
  7. lemonjuice

    SQL problem (need help fast)

    Does anyone know what type a graphic is in SQL? I am trying to add a field to a table using sql. I have to put a graphic into that field, but i don't know what the type of the field should be. I have tried graphic, picture and OLE even. PLEASE HELP.
  8. lemonjuice

    copy a folder

    How do i copy a folder in the file system with paradox code?
  9. lemonjuice

    ODBC connection in word

    We are trying to set up an ODBC data source from a paradox table to microsoft word 2002. We get an error : Unable to get list of tables. Our ODBC data source points to the right directory with all the .db files in. Please help!! Is this a version clash?
  10. lemonjuice

    Menu not working

    After I have delivered all my forms and scripts, I used the distribution editor to bundle up the application done in the application framework. After installing it, the menu does not work. Does anyone have an idea why?
  11. lemonjuice

    Using Script and Form

    Is it posible to call a script from a form and place values in a listbox(on the form) from within the script? If so, how will i do that?
  12. lemonjuice

    animated gif

    Can i place an animated gif on a paradox 9 form (for examaple a file transfer animated gif)? If so, how do i do that?
  13. lemonjuice

    encrypt paradox table

    does anyone know how I can encrypt a paradox table?
  14. lemonjuice

    delivering a form

    How do you deliver a form
  15. lemonjuice

    Using the mouse

    Does anyone know how i can disable the mouse scroll(wheel) on a form?
  16. lemonjuice

    displaying a calendar

    I want to use a calendar on a diary form, but cannot find one. Is there an active x calendar control in paradox?
  17. lemonjuice

    Mouse scroll problem

    Does anyone know how i can disable the mouse scroll(wheel) on a form?
  18. lemonjuice

    Rebuilding tables

    Is there a command in Object PAL that allows you to rebuild tables?
  19. lemonjuice

    Password field question

    I have managed to fix the "entering data" problem, but now i have the problem of not being able to click on the field. I can however tab and scroll to it, but the field would not be selected when i use the mouse. I know my logic tells me that the fields are grouped and that the selectable field...
  20. lemonjuice

    Report problem

    I have created a table using sql. I also calculated a totals field in this table by using code(basically adding two fields together and determining the cummalative of that total). This calculation does not work correctly when i do it on the report so i have to use code. I then created a report...

Part and Inventory Search

Back
Top