Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
7answers
624 views

Tips/Tricks for DataFlex [closed]

Is anyone out there still using DataFlex? If so, what are you favorite tips and tricks for this venerable 4GL?
1
vote
2answers
86 views

Visual DataFlex: call WebService from the web page

I have the web service and generated class for it. I can use this generated class in windows application as it described in Help. The question is: how can I use this generated class in the web ...
1
vote
2answers
239 views

Receiving automatic notification from SQL Server when a table is non-empty

I would like to use an SQL Server table as an action queue. So whenever the table is non-empty, I'd like some sort of notification to my VDF application, in order to avoid constantly polling the ...
0
votes
1answer
408 views

How to deal with spaces in a windows registry path from ASP using RegWrite

I have a problem in that from ASP I need to write to a Windows Registry key the path to which contains spaces. The WScript.Shell RegRead is happy enough with my key, but RegWrite doesn't like it. I ...