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!
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...
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...
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?
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!
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...
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...
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...
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
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!
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
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...
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!
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...
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()) ?
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) ?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.