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

    Unified Maintenance Console - KX-TDA100

    Having some trouble getting the unified maintenance console installed and set up. The installer asks for the suffix of the device model, and won't let me select none as an option. Our TDA is pretty old, not sure if that means anything, but it doesn't have a model suffix that I've been able to...
  2. TGrahmann

    Vanity Subdomain for SaaS Web app instances

    Hey, Guys (not sure if this is the correct board to post this in, but I'll let you decide that), I'm wanting to produce a web app with vanity subdomains for different user's sessions. Similar to how zendesk works. i.e. YourCompany.MyApp.com, would somehow reference that user's databases for...
  3. TGrahmann

    SET PRINTER TO NAME Not working

    Hello, all. I am having an issue with the SET PRINTER TO NAME [Windows Printer Name] command. I do not receive an error, but when I issue the command, then try to do a REPORT FORM frmTest TO PRINTER, It automatically is sent to my default printer. Any help is greatly appreciated!
  4. TGrahmann

    Array in a Table

    Hi, I'm working on an application, and I need to be able to be able to store and (easily) edit array data to/within a table. For instance, a field name may be "units" and I would need to store multiple values from another table to that field as some sort of array, for instance a user may enter...
  5. TGrahmann

    Logic Question

    This is not specifically a FoxPro question, so much as it is a general question about how a function would work. (I know this is a lot to read but It's the best I can explain it, any help would be very gracious) Scenario: Generating a temporary password value based on the sequence of randomly...
  6. TGrahmann

    Public MySQL Connection

    Hi, I'm fairly new to VB.net, but I'm curious if it's possible to create a MySQL Connection and make it Public/Global to where multiple Subs/source files could use it. Any solutions would be greatly appreciated! Thanks, Ty
  7. TGrahmann

    Combobox (style 0) not allowing non-listed input

    Hello, I am having an issue with Style 0 Comboboxes where when a user enters something in the box that is not a contained item, it will not store to tables or so on when it is time to use the value of the object. Any help is greatly appreciated! Thanks!
  8. TGrahmann

    Issue with Shortcut .MPR Menu

    DEFINE POPUP quicksetst SHORTCUT RELATIVE USE CAD00!ustat PUBLIC nustats as Character FOR x=1 TO RECCOUNT() USE CAD00!ustat GOTO x IN ustat nustats=ustat.name DEFINE BAR x OF quicksetst PROMPT ALLTRIM(ustat.name) ON SELECTION BAR x OF quicksetst do setstat with nUnit,name,"" ENDFOR ----- Does...
  9. TGrahmann

    Pervasive SQL v12 with Visual Basic .NET

    Hello, all. I am fairly new to both Visual Basic .NET and Pervasive SQL. I Was wondering if anyone could give me a rundown on how to conduct a SELECT statement and insert the result (it will be a single result) into a VB.net Variable. Thanks!
  10. TGrahmann

    Insert Into Help

    Hello, all. Some of you may remember that I was having some issues inserting records and updating records in tables a few weeks ago, I have since learned how to use INSERT INTO t (x,y,z) VALUES v1,v2,v3 FROM othertable BUT, with the use of this command, I need to know how to use a set-value...
  11. TGrahmann

    Subtract Quantity sold from inventory

    So, I'm writing a POS, and I've Constructed the Actual POS form to insert SKUs added to go into a table called "Temppos". In Temppos goes, "SKU", "LONGDESC" (long description), "QUANTITY", "PRICE". How would I subtract the "QUANTITY" value from TEMPPOS from the value in INVENTORY (the Inventory...
  12. TGrahmann

    Trouble with append from

    Does anybody see any problem with this code? APPEND FROM cPath+"Filledform.db" where filledform.fid=nFide AND LIKE(ALLTRIM(filledform.a1), ALLTRIM(thisform.text1.Value)) AND LIKE(ALLTRIM(filledform.a2), ALLTRIM(thisform.text2.Value)) AND LIKE(ALLTRIM(filledform.a3)...
  13. TGrahmann

    Sockets

    Hi, has anyone here ever played with Chilkat's socket OCX library for foxpro? I want to start developing applications that communicate via sockets, but don't see how to actually Send data between machines, only receive. Any help would be awesome!
  14. TGrahmann

    Append From (delimited)

    Hello! I am having some difficulty finding a solution the following problem. I have a file that is delimited by pipes (|) and I need to know if there's a way to append that file into a table! Any help would be much appreciated!
  15. TGrahmann

    Do Not Show The Main Top Level Form (_SCREEN)

    Hi, Guys. I need to know if there is a way to make a "standalone" so-to-speak. I want just 1 top level form for my application, so I don't want the one that is automatically generated (_SCREEN) is there a way to make it non-visible? P.S.: I tried _SCREEN.Visible=.f. It didn't work
  16. TGrahmann

    Start Command at Certain Time

    Greetings, I am posed with an issue that I have no idea how to resolve. I want to use a timer (that is also bound to a clock) to run a command at a user defined time, but with no specific date. How would I go about this?
  17. TGrahmann

    Lock Focus On a Form

    Hello, I am wondering if there is a way to lock focus on one form. I.E.: If I try to navigate to/click on another form, it resets focus to the focus locked form. Thanks!
  18. TGrahmann

    1. Sending An Email Via SMTP -- 2. Changing a grid's textbox to combobox

    1. Hi, Just wondering if anyone has heard of a function where you can send an email via SMTP in FoxPro. 2. As I have figured out, the cells in a grid are actually a textbox, I wonder if we can change to a combobox? Thanks!
  19. TGrahmann

    Change Passwordchar for Textbox in grid

    Hello, I am currently experiencing some issues dealing with the textbox in the column of a grid. When I want to change the passwordchar="*" it only masks the text when the cell is active. Is there any way to fix this?

Part and Inventory Search

Back
Top