Alright, i could just be an idiot, cuz i can't seem to find any help on the matter (i'm sure it's gotta be there, i just don't know where!!)
(yo, forgive any syntax errors, i'm writing this fairly quickly..)
The idea i have is this. Let's say i have a class clientbase
DEFINE CLASS clientbase...
I'm not sure exactly how to describe this problem, but i'll try my best...
We have browwind.scx, a form that contains a grid only, which allows the user to browse and select records from a main table. When a user presses enter, or double clicks, it opens up another window (fiche.scx).
Both...
After reading thread184-635869, it reminded me of something i noted once. The following produces strange (well, i think it's strange) results
CREATE CURSOR blah ( name c(10) )
FOR i = 1 TO 10
INSERT INTO blah VALUES ("blah" + ALLT(STR(i)))
NEXT
_num = 0
SELECT name, nextnum()...
I've been working on a simple enough email procedure to send emails with outlook (see code below)
Now, i've actually gotten it to work. It was the first thing i got to work. Then i worked on the CCs and the attachments, which now also works fine. But the emails are not sending as HTML. it...
At the office i'm at now, preparing an update is a multi-step process, with 'Get Latest' in sourcesafe is the first thing to do. I would like to automate this process.
Is there a way to programmatically get the latest version of the files?
More specifically, does anyone know how i could do...
Using our software, users can modify their own reports. However, it seems some of our users have decided to close their Report designer and/or report controls toolbar. If they go back into another report (or the same), the toolbar and the designer are going to be still missing. We've found a...
The software I'm working on right now can have multiple users. But each user needs a copy of a resource file, that we call RES___
On a network, there can be many users, each user will have a copy of the file RES___ which is named RES001, RES002, etc.
When the user logs on, the file is...
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.