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 Rhinorhino 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: THEGREEK
  • Content: Threads
  • Order by date
  1. THEGREEK

    Designing Custom Membership Object Questions...

    Hi, I'm what you'd consider a visual c# newbie, as well as just starting out in oop programming. I need help or a point in the right direction in achieving the following: I have designed the following database tables which will be used to manage Users/Groups/Permissions throughout my client...
  2. THEGREEK

    Disabling Individual Node Items on a TreeView Control

    Hi, Is this even possible? If so, how? Any help would be greatly appreciated. Thanks in advance, THEGREEK
  3. THEGREEK

    Oracle Decode Question

    Hi, I was just wondering if someone could help me out...I can't get by this roadblock. This is a sample of my source data: (Note this is just a sample..my real data has like thousands & thousands of records to work with) AccntNum OrderNum Param ParamValue -------- -------- -----...
  4. THEGREEK

    How do i substitute a variable for a control name upon validation?

    I would like to replace the below: If Document.Form.CTRL_NAME1(0).Checked = True Then I would like to substitute a variable "x" where the 1 currently is Does anyone know the right syntax to use? Any help would be greatly appreciated. Thanks in advance,
  5. THEGREEK

    Syntax for SQL Pass-Thru Query on a SYBASE Platform?

    Does anyone have an example of what syntax to use when trying to create a pass-thru query from MS Access to Sybase Thanks in advance, THEGREEK
  6. THEGREEK

    why does listview control works on my pc but not on others?

    Hi, I've tried unregistering the comctl32.ocx file, both with regsvr32.exe and access' built in utility, but it keeps telling me that I need a separate setup utility to uninstall/unregister comctl32.ocx. can someone point me in the right direction, I'm not able to deploy my application because...
  7. THEGREEK

    Access Project Difficulties

    Hi, I've developed an MS Access .mde file, I've used the following: (MS ListView Control (5.0), MS StatusBar Control (5.0), MS ProgressBar Control (5.0)) -- [comctl32.ocx]. The problem I'm having is that this setup of my application works fine on some pc's, but yet on others when it is opened...
  8. THEGREEK

    Ceck to see if access is opening up through a predefined MDW File

    Hi, I was just wondering if this is even possible, for example on startup, If I were to create a form that checks to see what active security file (*.mdw) if any, was used to access that session of the application? If the user did not login using the correct security file, auto kick him & shut...
  9. THEGREEK

    is it possible to change a db's options from code?

    Hi, I was wondering if it was possible to change for example under tools, options... I want to change under the 'Keyboard' Tab - 'Behaviour when entering field option group' to always be "GO TO END OF FIELD". Is this even possible, if so can i get a sample piece of code to illustrate...
  10. THEGREEK

    Record-Locking...(seeing which user has the record open)

    Hi everyone, Is there anyway to detect which user currently has a certain record open (let's call the user "JSMITH"). Ideally I would like; when a user opens a form with an underlying record based on it. The OTHER user that now tries to access that same record gets something like a...
  11. THEGREEK

    anyone know the syntax for refreshing an iFrame?

    I was wondering if anyone could point me in the right direction regarding refreshing an iFrame (in-line frame) as part of a page at any given interval. Note I would only like the iFrame portion to REFRESH, not the whole page. Thanks in advance, THEGREEK
  12. THEGREEK

    Is it possible to refresh a 'CERTAIN' part of a page only.

    Hi, I was wondering if it was at all possible to refresh certain part of a webpage at a specified interval. I'm desperately trying to avoid from the user to having to refresh the whole page to view the required info. Does anyone know if this is at all possible? Thanks in advance, THEGREEK
  13. THEGREEK

    Is it possible to refresh a 'CERTAIN' part of a page only.

    Hi, I was wondering if it was at all possible to refresh certain part of a webpage at a specified interval. I'm desperately trying to avoid from the user to having to refresh the whole page to view the required info. Does anyone know if this is at all possible? Thanks in advance, THEGREEK
  14. THEGREEK

    How to connect to a SYBASE DB from a DSN-Less connection?

    Hi, I've looked everywhere on the net, BUT all I can find are tips on how to connect to an MS Access & MS SQL Server backend db's. I was wondering if anyone can point me in the right direction, or if anyone has the syntax for writing a dsn-less connection to a SYBASE DATABASE. Thanks in advance,
  15. THEGREEK

    Pure newbie...

    Hi, I was wondering if anyone here can let me know if I use a graphic file on a flash movies, is it possible to break it apart in like hundreds of pieces and then put it back together when the frame set ends? Thanks for your help in advance, THEGREEK
  16. THEGREEK

    Connecting to an AS/400 via ASP

    Hi, Firstly, IBM Client Access ODBC Driver (32-Bit) 4.00.00.01 is installed on IIS. I've been trying to connect to the AS/400 via ASP for the longest while, but I'm still always drawing blanks when it comes to results. Is there anyone here that can help me out regarding a valid connection...
  17. THEGREEK

    SQL single/double quotations help???

    Hi, The below query works fine in sql view of the query design mode, but when I try to copy that sql statement to a form so i can execute the query from code it says it's an invalid string and won't let me continue (highlights the whole statement in red) Here it is below: strSQLOrd =...
  18. THEGREEK

    Make a query to return a table's properties...

    Is it possible to write a query via qbe grid or sql to bring back all of a tables attributes (ie. in the first column show only fields with a data type of text, in the second column only show field's with a data type of date/time and in the third column only show data types of Long integer for...
  19. THEGREEK

    Is it possible to create 'GANTT' type charts with data from access?

    I was just wondering if it's possible to created gantt charts from within access. I have dates(milestones) and statuses for each date, would this even be possible or am I wasting my time? Thanks for any help, THEGREEK
  20. THEGREEK

    Me.Dirty....HELP?

    Hi, Is there anyway, if a have a mainform, and on that mainform I have two other subforms - to do a check for like mabye Me.Dirty or (subfrmNAME).dirty etc etc...to find out if the form's recordsets have changed? IE. sample coding; If Me.Dirty = False Then DoCmd.Close Exit Sub End If...

Part and Inventory Search

Back
Top