This function is beatiful from Rick Strahl
Representing dates and times across timezones can be a challenge especially if you don’t lay out a plan up front on how to store dates consistently. The sneaky thing with date time management in larger applications and especially applications that live...
It is paid, but it automatically generates help for you by importing the visual classes and the classes to be learned from PRGs
The shareware version places at the bottom of each page the legend "Unregistered copy"
http://www.west-wind.com/wwhelp/
http://www.create-chm.com/...
It seems to me a problem that the table cannot be opened.
Visual Fox tables are on page 1252.
If they are tables generated with DOS systems, they will surely be at 437.
There is a conversion program called Cpzero.prg.
* Remove the code page from MYFILE.DBF and specify 437 as the new code page...
Thanks Olaf, very clear explanations.
I am going to start the project with only one part of my project, in this case it is a POS application (point of sale).
I will resume this post once I start and I will tell you my result.
Interesting comparison between TSplus, Lianja, West-wind and FoxInCloud,Thank you.
I'm going to download the demo (http://foxincloud.com/download.php) and do a test, I think I can combine, some clients that use only a part of my application make these changes with FoxInCloud and the clients that...
Thank Mike & Olaf, yes, i am try create my own expression builder form to end user with one data diccionary. for filter report sccreens and Query by example.
Does anyone have a template or example of BuilderProgram to customize
_getexpr = "mygenBuilderProgram"
GETEXPR [cCaptionText] TO MemVarName
[TYPE cExpressionType [; cErrorMessageText]] [DEFAULT cDefaultExpression]
SOMETHING LIKE THIS:
PROCEDURE mygenBuilderProgram
PARAMETER...
Thanks Bill
Enabling a VFP in a web environment under MS windows, AWS, or Azure is something that allows a technological step, while rewriting applications in .net, Phyton or JS. The bandwidth that fox uses is high so the data is in SQL and TSPLUS is just what I was looking for as a partial...
which option is better,
RUN CLOUD VFOXPRO whitout without RDP
http://foxincloud.com/
https://www.lianja.com/
https://www.west-wind.com/
Get more with the least changes?....
this is a code:
#Define CRLF Chr(13)+Chr(10)
#Define Tab Chr(9)
Create Table _tmp_data Free (descrip c(20),cost n(9,2))
use _tmp_data alias table_tmp
insert into table_tmp values ("p1",1000)
insert into table_tmp values ("p2",2000)
insert into table_tmp values ("p3",3000)
Create Table...
I run this code without Error in vfp9 Sp1, i update to SP2 and this error
appears 1436 Only insertable objects are allowed in General fields.
#Define CRLF Chr(13)+Chr(10)
#Define Tab Chr(9)
Create Table (_tmp_data Free (descrip c(20),cost n(9,2))
use _tmp_data alias table_tmp
insert...
I used set exclusive in network environment
when a table does not have structural indexes CDX allowed indexes without opening the exclusive table, I'm using sp2 and I found this problem because in all the programs that use temporary tables I had not opened them in exclusive mode:
Example to...
hello, when I create a new table or using one table witout CDX TAGS and immediately I create an index the sp2 asks that it be opened in exclusive mode:
xtable = "new" + sys (3)
select * from city into table (xtable)
use (xtable) alias newcity
index on cod_city tag cod_city
What other changes...
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.