... - Method Rowset is not accepting SQL statements starting with parenthesis. Fixed. - Method SetOrder( corder, u, lDescend ): lDescend is defaulting to previous setting. Fixed. Now defaults to .f.
Tim and Nages, Thanks to both of you for your ideas. I think defaulting nOrd to 1 might be the best solution. If nOrd is not passed, the order defaults to 1, or you can pass any other order. METHOD New( nOrd ) CLASS TCustomers Default nOrd:= ...
... 10 (most noticeable in the letter H in "Home"). Not a big issue as the font can be defined, but it would seem the menu font should be defaulting to the same one that Windows is using. Maybe this is not easy? I am using FW 15.5, perhaps this has been fixed in a newer version? James ...
... 10 (most noticeable in the letter H in "Home"). Not a big issue as the font can be defined, but it would seem the menu font should be defaulting to the same one that Windows is using. Maybe this is not easy? I am using FW 15.5, perhaps this has been fixed in a newer version? James
I see what is happening. When the preview screen is opening it is defaulting so that the mouse wheel scrolls the page display at the left. Then if you click one of the arrow buttons (at the top of that display it will switch over so the full page display ...
... DECIMAL FIELDS LIST TO.... Some engines like Access and SQlLite do not have specifically fields with decimal notation. In these cases it was defaulting to 2 decimal places where could be more. If the app would picture the gets with the fielddec function the nr of decimals places that could ...
... app would mean the programmer will have to override every print function via code to use different printer by default. If some programmers think defaulting to the Windows default printer always is helpful, then perhaps it would be useful for them to have a system-wide flag that would provide ...
... to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 many ...
... to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 many ...
... to Antonino! New example FWH\samples\themes.prg * Fix: In FWH64 there were some errors in treeview.c. Now it is ok. * Fix: Class TListView was defaulting to an array of prompts that caused a wrong behavior. Now it is ok: http://forums.fivetechsupport.com/viewtopic.php?p=177759#p177759 many ...
... PROMPT "New" TOOLTIP "New Customer" . . I suspect this is because of the change in TBtnBmp:Paint() because it's defaulting the font from oWnd now. Previously the following code doesn't exist if ! Empty( ::cCaption ) if ...
Frank's suggestion could be useful. I suggest defaulting the class to NOT be case sensitive so it doesn't break existing code. Below is the modified code to make case sensitive optional. James DATA ::lCaseSensitive := .F....METHOD KeyChar( ...
... cAlign, .F., .F., nil ) endifreturn oCol I've noticed that the 4th parameter of RptAddColumn (size) is Null and i think it's defaulting to oXCol:nWidth - so i have modified this 4th param to be oXCol:nWidth / 8 (i used 8 as it is the size of the default font used in the report) ...