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

    Creating a log of SFTP Uploads

    Hello Everyone. This is likely the wrong forum to post this. If there is a better one I will happily move my discussion there. I'm currently looking for a way to record (possibly as simply as storing data in excel, data on files uploaded via SFTP. I have a server with various users, but I'd...
  2. DSaba10

    'str' object is not callable

    Please pardon my newbie-ness to this thread. I've had to figure out on my own how to create a test environment for a spark server my company is using to handle data. I've jumped through various forums and have had to intall python itself using scoop via powershell, and set up PyCharm, spark...
  3. DSaba10

    Creating a form to handle insert multiple ids into a single table

    I'm not terribly great with access, so I don't know if I'm even starting this off correctly. Here is the relationship of the tables: What I'm wanting to to is create a form that will update the "PropertyPieces" table with the id from Property and id from Pieces. The pieces table contains a...
  4. DSaba10

    conditional formatting on criteria in multiple columns with nulls

    I'm attempting to create some conditional formatting for the example screen below: What I'd like to see is if I accidentally enter duplicate criteria marks (with any value) in any of the cross cells for a particular "Group" B-F will highlight with a color. I was able to create something...
  5. DSaba10

    Excel 2013 VBA Moving ActiveX checkboxes

    I'm having some issues with some VBA code. I've got a checkbox list and a button at the bottom that hides all of the rows/checkboxes that are not selected. The problem is that when I hit the box to view all again, the checkboxes are then all piled on top of each other rather than where they...
  6. DSaba10

    Issue with max results from multiple tables

    So I'm trying to pull data from a few tables which require a max function to pull the proper information out. The query I have works wonderfully except that there is a certain set of records it's not returning. Those records would be ones that are actually in the ProspectDeleteBlock table, but...
  7. DSaba10

    Creating an instance of a class in VFP 6

    So I'm attempting to create a class to use, but I want to create it straight in code rather than using the VFP Visual tools in VFP 6. I am not making a visual application. Is there a way to do this? I've attempted to create my class inside a prg, and to start I went with Ye Olde "Hello, World!"...
  8. DSaba10

    saving query counts to a variable

    Let's say I've got a table, and I want to pull a count of a specific value for one specific field... like anyone who lives in CA, and then save that as a variable for later use, how would I accomplish this? I've been told I could do an actual query, then save the results as a separate table...
  9. DSaba10

    Zero Fill values in Access

    This is probably a pretty noob like question, but I have a field with numbers that need to be zero filled to be exactly 10 digits... any ideas? Thanks! -Doug
  10. DSaba10

    Iterating through table names with # values at the end.

    Hello All, Using VFP 6.0, trying to iterate through some .dbf field names that have #'s at the end (ex: field1, field2). Is there any way to do this without having to list out each field individually? My Code currently looks like this: mlybi = 1 DO WHILE mlybi <= 10 IF (('gdate' +...
  11. DSaba10

    intersect SQL query in FoxPro

    I'm trying to use an intersect query with foxpro, but I'm getting a syntax error, so I'm guessing foxpro doesn't like intersects. Does anyone know a better way to accomplish what I'm trying to do below? set defa to d:\supporte\loader\00dataanalysis\vfptest mStanConn = SQLCONNECT('server'...
  12. DSaba10

    How to accept color codes via a java telnet client

    I have a telnet client that was created with java, but if colors are sent with the text, (It's mainly used as a MUD client) it will not process them. Is there any easy way to handle this? I have a bit of java coding experience, but not enough to handle that sort of thing.. If I knew what I was...

Part and Inventory Search

Back
Top