You can go to SQL-manager and change the SQL-collate from just this one field. No scripting needed. I have a situation like this in one of my projects. It certainly has his drawbacks but it has been...
Type: Posts; User: Evertjan Dondergoor
You can go to SQL-manager and change the SQL-collate from just this one field. No scripting needed. I have a situation like this in one of my projects. It certainly has his drawbacks but it has been...
Just copy-paste the workspace and rename the copy to open it twice?
Or create a new empty workspace and add the appsrc-paths if you want to edit in both, although that one is not recommended.
Could be WSO-mapping.
Most of the time it means you it is in your precompile.
'asking the internet' is not 100% save either, but it is easy enough to do. A quick search gave this link
http://worldclockapi.com/api/jsonp/cet/now?callback=mycallback
You'll also get this error when you do not have a global.asa.
I've never tried to block users from using a hotkey (some people prefer to use keys), but it definitely matters where you put the code. If you would to put the [On_Key kSave_Record Send DisplayIt] in...
Maybe try the event Opening_View
The event Activating explicitly mentions not to change the focus, which you are doing when you open a selection list.
https://docs.dataaccess.com/dataflexhelp/mergedProjects/Tools/WebProperty_class_member_meta-data_tag.htm
As Nick mentioned: check out webproperties.
The solution Rachael proposes should also...
If it is a file with a known extension (like PDF, doc, csv, rtf) just link it in a cWebiframe. That has worked so far for me. People can click on it and chose to print or save.
Original code looks fine to me.
Note that a constrain_file will stop the clearing to the parent.
Several implementations are possible. This is one of them although I didn't count for negative numbers.
Function Ceil Global Number n Returns Integer
If (Integer(n) = n) Function_Return n...
I would just add a check for the BOS-program and restart the app. That would be roughly like this.
New 'LoopIt'
Procedure Loopit
Boolean bShouldBeRunning bCheck
Integer iCount
...
This is the most basic way I know of to do it. Start it with task scheduler. for the example I did put it all in one file, normally I would have the dialog in a separated file.
This way you have...
The dialog is fine. Maybe check the Problem Resolution Panel.
You can fiddle a bit to make it how you like it. See example code. Checkboxes have been 'interesting' for me. They seem to look different in every browsers, maybe depending on where exactly you use...
If you have only one person compiling the webapp.exe, you could work with a setup like you describe. You'll have to use the server IIS though, not local.
And as others point out. The way to go is...
The quickest, most lazy way to do it is with CSS.
Add this to your application.css
.WebButton.badge{position: relative;}
.WebButton.badge:after {
font-size: 15px;
background:...
You need to do a 'send rebuild_contraint of oMy_DD' after you set the (web) properties. Maybe before the run_report.
This is indeed something I would do with a windows-program, not with web. You could use web the show some information or start some actions,b ut for the basic communication with COM, a windows...
I indeed would use a maximum try counter and a [sleep 1] between each try.
Yeah, in my mind you were asking about grids/lists. I wasn't really aware of things like 'end_of_data' in an edit object and would probably make different choices.
Anyway, just google some...
You can put those error codes in google. This seems one of the most obvious hits:...
If you manually fill the list, you can use 'Send Gridrefresh'.
https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cWebList-Procedure-FindFromBottom.htm