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 strongm 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. TGrahmann

    Unified Maintenance Console - KX-TDA100

    Mike, The region is North America. I can't remove our SD Card, as we're an emergency call center and can't have our PBX down if not absolutely necessary. Hope this helps. Thanks!
  2. 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...
  3. 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...
  4. TGrahmann

    SET PRINTER TO NAME Not working

    Thanks, guys. I wasn't aware of the "Save Printer Environment" issue. However, there are a couple forms that I need printed portrait and another couple I need printed landscape. Is there a way to set this programmatically at runtime?
  5. 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!
  6. 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...
  7. 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...
  8. TGrahmann

    Public MySQL Connection

    Hey guys, I tried that module method. I get an error when compiling. I'm going to post my code any maybe someone can tell me where I'm going wrong? Thanks in advance! **the variable 'Mnemonic' in this case is defined by a form prior to referencing this module Imports MySql.Data.MySqlClient...
  9. TGrahmann

    Public MySQL Connection

    Thank you both so much for your great help! -Ty
  10. 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
  11. 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!
  12. TGrahmann

    Issue with Shortcut .MPR Menu

    I've figured it out. Method works great! Thanks Nigel! -Ty
  13. TGrahmann

    Issue with Shortcut .MPR Menu

    Nigel, that works great, but it doesn't place the menu at the location of the cursor. Any way to do this?
  14. TGrahmann

    Issue with Shortcut .MPR Menu

    Update** The command is not running right, the command always returns where the name variable submitted to setstat is equal to the last record of ustat
  15. 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...
  16. 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!
  17. 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...
  18. TGrahmann

    Subtract Quantity sold from inventory

    Thanks, all! I've got everything working wonderfully! Now, one more thing; How would I go about telling the end user which record is currently being processed? i.e. WAIT WINDOW "Processing Record: "+transform(RECNO()) ?
  19. TGrahmann

    Subtract Quantity sold from inventory

    Actualy, @jrbbldr, I've been working with FoxPro for about 3 years now. I have just not needed to do something such as this in my past.
  20. TGrahmann

    Subtract Quantity sold from inventory

    So, If I were to implement UPDATE...FROM..., how would I do such without having to do Open TEMPPOS then open INVENTORY then reopen TEMPPOS (so on and so forth until the SCAN was finished) ?

Part and Inventory Search

Back
Top