Search:

Type: Posts; User: GhostShotIV

Page 1 of 10 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,942

    Re: Datum auf SQL

    Hallo Ralf,

    als was für eine Art von Feld steht das Datumsfeld im SQL Server selbst? Also im SQL Server Manager. Steht dort auch "date", oder "varchar"/"char"?

    Was steht in dem Feld, wenn man...
  2. Replies
    18
    Views
    2,013

    Re: Auto-Logout?

    We use a standard DFTimer and log the x and y coordinates of the mouse everytime the coordinates change, together with the datetime and check everytime the timer runs.
    If the coords don't change,...
  3. Replies
    2
    Views
    783

    Re: List&Lable PDF-Version

    Ob L&L Version 20 es auch unterstützt kann ich leider nicht wirklich nachsehen, aber es könnte es haben.
    Am besten im "Programmer's Manual" der L&L Doku suchen nach "PDF.Conformance". Wenn das...
  4. Replies
    4
    Views
    949

    Re: system.css issue

    Alternatively, the more specific rule, overwrites the more common rule.

    So if you add a rule in your application.css like

    div.WebGroup.WebGrp_Expanded > .WebCon_Inner > div > .WebContainer{
    ...
  5. Replies
    1
    Views
    584

    Re: Studion 20.1 DDO Explorer

    I get that problem mostly, if there are problems in the code, that show up in the "Problem Resolution" panel. Usually works, after I fixed those problems.
  6. Replies
    2
    Views
    1,033

    Re: CodeFolding im DF-Studio-Editor?

    Hallo Frank,

    soweit ich weiß, hat das DataFlex Studio kein CodeFolding, da der verwendete Editor dieses einfach nicht unterstützt und man dafür dann diesen entweder komplett austauschen müsste...
  7. Re: Changing colors of rows based data in Mobile Web

    1: cWebColumns have an event, called "OnDefineCssClass" in which you should be able to change the css of the column on a row basis.
    2: Yes. cWebTreeView
  8. Replies
    0
    Views
    542

    Printing the WebView?

    Has anybody tried printing the view directly from the browser?

    I somehow managed to get the print somewhat passable (by hiding certain elements with the "@media print" rule), when printing on pc...
  9. Replies
    2
    Views
    1,788

    Re: Codejock 20.3?

    Thank you very much.
    Gonna check it out.
  10. Problem with Graphics Library and Codejock 20.1.0

    Hi,
    did anybody else have a problem with using the Graphics Library in combination with Codejock 20.1.0 (especially the CJGlobalSettings)?

    Right now our programs won't close themselfs if we use...
  11. Replies
    2
    Views
    1,788

    Codejock 20.3?

    Hi,
    is a version of the library for Codejock 20.3.0 in sight?
    We are having trouble with our 20.1.0 version with Codejock and are hoping, that maybe 20.3.0 could have fixed our problem with it.
  12. Re: cWebRichTextEditor onChange and onBlur not firing

    Could it be, that pbServerOnBlur/pbServerOnChange are set to false? that could explain, them not firing
  13. Re: Updating a row in a static DbCJGrid with program code

    Could https://docs.dataaccess.com/dataflexhelp/mergedProjects/VDFClassRef/cCJGridColumn-Procedure-UpdateCurrentValue.htm from the Column be a solution?
  14. Replies
    3
    Views
    815

    Re: Customize Validate_Key_Field error

    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...
  15. Replies
    0
    Views
    1,371

    Wrong package in cSigCjChartControl.pkg

    The current version of the cSigCjChartControl.pkg tries to use SigCjW_Chart.pkg, which now is named SigCjW_ChartControl.pkg.
  16. Replies
    13
    Views
    1,519

    Re: How does this work? Field_Changed_Value

    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
    ...
  17. Replies
    2
    Views
    924

    Re: is there a dll sniffer somewhere

    The assistant for COM Automation has a "Browse..." button on the bottom left. Could that be, what you are looking for?
  18. Thread: Umlaute

    by GhostShotIV
    Replies
    6
    Views
    5,041

    Re: Umlaute

    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...
  19. Replies
    10
    Views
    2,173

    Re: I still get aggravated by combo boxes.

    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
    ...
  20. Replies
    0
    Views
    721

    Webshop with WebApp?

    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?
  21. Line breaks in schedule names of the calendar possible?

    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...
  22. Replies
    2
    Views
    1,263

    Re: RichEdit in DF2021?

    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...
  23. Replies
    2
    Views
    1,263

    RichEdit in DF2021?

    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...
  24. Replies
    4
    Views
    3,304

    Re: Activex Componente nich installiert

    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...
  25. Replies
    1
    Views
    33,275

    Re: peMode - Problem

    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...
Results 1 to 25 of 245
Page 1 of 10 1 2 3 4