Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Interesting things
Message
From
24/02/2012 16:16:01
 
 
To
24/02/2012 15:28:00
Victor Chignes
Inteliventas
Peru
General information
Forum:
WinDev
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01536451
Message ID:
01536509
Views:
68
That's OK. Just remember that with WebDev you will be tackling two things; (1) comparing WLanguage with VFP language, and (2) needing to think about a stateless, "split" application running partly on a client and partly on a server. I mention this because obviously VFP does not do the 2nd aspect. iro WLanguage; I am sure you will be surprised at the similarity to VFP. Also, do the tutorial, make the effort to go through it all, take your time, you will learn a lot from it and it will not take a lot of time, maybe a few days.


>Thank you Jos. I'll begin with WebDev.
>Regards.
>>On the one hand, it depends on what target platform you are looking; WinDev is for desktop, WinDev Mobile is for mobile devices (iPhone in WinDev 17 included), and WebDev is for websites. On the other hand, it doesn't matter if you just want to get a feel for it because they all use the same underlying language (they call it WLanguage) and the same (essentially) integrated development environment (IDE). If you know the language and the IDE you can then develop for any platform and the only difference is knowing that some features/commands/functions will work on some platforms but perhaps not others.
>>
>>WinDev will be a good choice if you like VFP as a desktop development platform. It will be the most familiar for a VFP programmer. A good starting point.
>>
>>WebDev, for example, is website targeted so it splits almost every event into a server-side-code and client-side-code editor since when you, for example, press a button on a website you can choose whether some code needs to execute in the client browser or whether some code needs to execute on the server. This is made very easy because you put a button on a form (web page), open the code editor for it, and it shows you the two code options for the click event; client or server (or both).
>>
>>WinDev Mobile is again slightly modified since not all features on a desktop can work on a mobile device. So you get an environment targeted for that.
>>
>>
>>
>>>Hello Jos, i have a question:
>>>Wich version of windev should I download to evaluate Web, desktop and mobile development? All 3?
>>>>Here are a few things for VFP developers interested in WinDev that we found useful because of how much we use these features or wanted to have them:
>>>>
>>>>1) WinDev supports the equivalent of macro substitution. Instead of using &some_string_ref you just use curly brackets around the string to evaluate; { some_string_ref }
>>>>
>>>>2) You can allow your users to enter and execute their own WinDev programming code inside your application using User Macro Code (UMC).
>>>>
>>>>3) WinDev supports the using of and saving of Excel files in XLS and XLSX formats.
>>>>
>>>>4) Built in support for multilingual applications
>>>>
>>>>5) Multithreading support. This is great feature for starting processes running in the background and giving user control of the app in the meantime.
>>>>
>>>>6) Seamless database encryption chosen at table design time.
>>>>
>>>>7) Source code protection for distributed apps.
>>>>
>>>>8) 64 bit support
>>>>
>>>>9) PDF file creation. In fact, any table (i.e. a grid) can be saved as an XLS, DOC, PDF, XML, HTML file or sent as an email - its an optional feature of the grid in WinDev.
>>>>
>>>>Just a few things that appealed to us during the conversion of some apps fwiw.
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform