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...
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...
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!
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...
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...
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)...
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!
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!
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
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?
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!
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!
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?
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.