Best approach would propably be, create your own DataDictionary subclass, and augment the procedure "Data_set_error".
Procedure Data_set_error Integer iField Integer iErr String sMess String...
Type: Posts; User: GhostShotIV
Best approach would propably be, create your own DataDictionary subclass, and augment the procedure "Data_set_error".
Procedure Data_set_error Integer iField Integer iErr String sMess String...
The current version of the cSigCjChartControl.pkg tries to use SigCjW_Chart.pkg, which now is named SigCjW_ChartControl.pkg.
If you need the table & column names, why not do something like this:
Procedure Set GarretsNewProc Integer iTable Integer iColumn String sValue
String sTableName sColumnName
...
The assistant for COM Automation has a "Browse..." button on the bottom left. Could that be, what you are looking for?
Ein bisschen ein Schuss ins blaue, aber kann es sein, dass die beiden Felder unterschiedliche Sortierfolgen haben?
Das lässt sich prüfen im SQL Management Studio, wenn man auf die Tabelle...
I don't quite understand, what you mean with "roll up" Event, but wouldn't
Procedure Combo_Item_Changed
Forward Send Combo_Item_Changed
Send UserSelected
...
Has anybody used DataFlex WebApp to realise a WebShop?
How did you realise SEO for the articles?
Was it successfull?
Can you share a link?
Shot in the dark, but did anyone manage to put line breaks into the names of the calendar schedules?
We tried to put additional information about the calendar schedule into the name and to make it...
Just to clarify. I'm not talking about an own implementation of the Windows RichEdit into DataFlex. I'm talking about a class, that is using the standard cDbRichEdit that is already in DF and just...
With a new project we tried building a class, that had a RichEdit in it, together with a toolbar with all the font/alignment/... options in it.
The class worked in 19.1 and 20, but in 20 an oddity...
Hallo Ralf,
falls es wirklich das Kalender Popup sein sollte, müsste es (nach dem Text in dem cComCalendar.pkg zu schließen) die MSCal.ocx sein.
Die Version in den Beispielen hat als erste Zeile...
Ich würde vermuten, dass die Richtungsänderung erst nach dem OnShow der View passiert und somit die alte Ausrichtung bei peMode abgefragt wird.
In den seltensten fällen muss man auch wirklich die...
Ich bin zwar kein Anwalt, aber soweit ich weiß reicht ein Link auf das Impressum der Hauptseite.
Dieser sollte im Idealfall immer sichtbar sein (Also ein Hauptpunkt im Menü, oder vielleicht noch...
I nowadays use this
If (Found);
Move (Trim(lawtime.person)=satty) to Found
If (Found) Begin
Hallo Sebastian,
das was ich dazu finden konnte war https://stackoverflow.com/questions/25425181/iphone-ios-presenting-html-5-keyboard-for-postal-codes
wo empfohlen wird den input type "tel" zu...
Hi, I was wondering, if someone succeeded in accessing LDAP/AD information from within DataFlex and is willing to share, how to do that.
I'm especially interested in accessing the organisational...
Was man noch probieren könnte wäre, Crystal mit der rechten Maustaste als Administrator zu starten. Vielleicht funken ja lokale Sicherheitsrichtlinien irgendwo dazwischen.
You should be able to rightclick the div in the inspector and there should be a menu point "break on..." or something like that.
And there you can define to go into the JS debugger when an attribute...
I would try "CDate". That should convert a string into a date.
Hallo Sebastian,
ich habe mal ein bisschen mit deinem Beispiel herum gespielt (kannte das pbScroll z.B. noch garnicht) und habe was zusammen gebastelt, das zeigt, dass es prinzipiell funktionieren...
Hallo Sebastian,
kann man da eine View haben mit der man das Problem nachvollziehen kann?
Mit dem Teil-Quelltext müsste man die View erst selbst aufbauen und einige Annahmen machen, wie das...
Maybe SQLGetMessage?
Haven't tested it, but looks to be, what you are looking for.
We had something a bit similar, a calendar symbol that showed for how many events you where registered.
We used an SVG image for that, because you can actually modify those with just javascript.
I...
Do you mean something like this?
12523
(PowerPoint in the left, my little tool for our ticket system in the right)
Propably, that stuff like this https://www.sitepoint.com/demos/html5-canvas-animation/ won't be supported ;)