Drag and drop to move items within grid broken after upgrade (125.3 ► 126.0p3)

Submitted by LeftEccoForIQ on 2024/08/29 10:12
Forums

Updated with the latest portable version and drag and drop within the grid does nothing, items just remain in place. I assume one of my more exotic settings does not play nicely with something you've changed or others would have noticed this fundamental problem.

Will try installing 125.7 later to narrow down what upgrade has caused the problem.

Any other advice on how to proceed? Many thanks

Changed reminder settings for calendar items are overwritten (Google sync)

Submitted by LeftEccoForIQ on 2024/08/29 09:50
Forums

When I delete reminder intervals in the item edit dialog and confirm changes, a few seconds later the same settings are back, my deletion is simply overwritten.

This seems strange since I'm using one-way sync IQ ► Google so I can't see why this is happening.

Thanks

Copying and pasting values in a filtered grid for all of the rows, doesn't copy intact

Submitted by desbest on 2024/08/23 15:26
Forums

Hello I'd like to report a bug when copying and pasting the values of a filtered column, when selecting all the visible rows.

The file with the bug is attached.

The number values do not copy properly with the correct values.

 

You just can't have both column's values be the same!

I'm using Infoqube 1.125.7

 

Time field for an item linked to Google Tasks

Submitted by Greg_M_IQ on 2024/08/15 18:54
Forums

I am synching with Google tasks. Is there a field in IQ that corresponds to the time field in Google Tasks?

Update: I just discovered the answer in the help file ...

6.1 Task Due with Date and Time

On the web and in mobile apps, tasks due date can include a specific time. This time is not available to the API used by InfoQube. As a consequence:

  • In IQ, due date do not have a time component
  • If a task is modified in IQ, the time component will be lost after a sync

Link databases

Submitted by Maxbear35 on 2024/08/13 15:59
Forums

Although I know you can load multiple IQ databases I wonder if it's possible to have a TAB in one database that links to a second IQ database so that the switching between them is transparent. Possibly even more databases linked via a T AB. Essentially they would all look like one database. 

Visual Basic: conditional on an item's parent

Submitted by LeftEccoForIQ on 2024/08/12 03:17
Forums

Hiyas!

Am currently using a mini VB script to color some items' backgrounds based on field values. The problem is that when I move them to become children, the field value I am basing this on is erased, so I would have to check whether the item's parent has that field value set (the items in question will only ever be demoted to second level so I'd only have to go up one level with the parent check).

How can I do that, please?

Here is the code I'm currently using:

Function CalendarColor(ItemColor, ItemIsRecurring, ItemInCalendar, A_Action)